Le 21/03/16 20:51, Stefan Seelmann a écrit : > +1 > > * Checked legal files in source packages > * Verified checksums and signatures of source packages > * Built from source packages with Java 8 on Linux > * Checked legal files in fortress-rest.war and fortress-web.war
My +1 too, same tests. I had some issues with Java 7, as the pom.xml already contains the -Xdoclint:none properties, so I got : [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.200 s [INFO] Finished at: 2016-03-22T11:01:52+01:00 [INFO] Final Memory: 24M/247M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:javadoc (default-cli) on project fortress-core: An error has occurred in JavaDocs report generation: [ERROR] Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none [ERROR] [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/../bin/javadoc @options @packages Building with Java 8 just worked. I had to remove the property to be able to build with Java 7. I strongly suggest that we get rid of those perky JavaDoc errors in the next version ! Otherwise, I have to say "hat off" to Stefan and Shawn for the great job done on the N&L check and completion : certainly a task that deserve respect ! Congrats guys !
