Created
September 3, 2015 17:39
-
-
Save bhamiltoncx/b1d783b3ed44df2baa67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 7.405 s | |
[INFO] Finished at: 2015-09-03T10:35:36-07:00 | |
[INFO] Final Memory: 27M/312M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (default) on project nuprocess: MavenReportException: Error while creating archive: | |
[ERROR] Exit code: 1 - /Users/bgertzfield/src/NuProcess/src/main/java/com/zaxxer/nuprocess/NuProcess.java:43: error: reference not found | |
[ERROR] * process is terminated by the {@link #destroy()} method, the exit code is non-deterministic. | |
[ERROR] ^ | |
[ERROR] /Users/bgertzfield/src/NuProcess/src/main/java/com/zaxxer/nuprocess/NuProcess.java:117: warning: no @param for force | |
[ERROR] void destroy(boolean force); | |
[ERROR] ^ | |
[ERROR] /Users/bgertzfield/src/NuProcess/src/main/java/com/zaxxer/nuprocess/NuProcess.java:50: warning - Tag @link: can't find destroy() in com.zaxxer.nuprocess.NuProcess | |
[ERROR] | |
[ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/javadoc @options @packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment