SuccessConsole Output

Established TCP socket on 44838
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/LETTA/pom.xml clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Sample
[INFO] Domain
[INFO] Tests
[INFO] Service
[INFO] REST
[INFO] JSF
[INFO] EAR
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Sample 0.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ letta ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] Unpacking /var/lib/jenkins/.m2/repository/org/wildfly/wildfly-dist/8.2.1.Final/wildfly-dist-8.2.1.Final.zip to /var/lib/jenkins/workspace/LETTA/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ letta ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ letta >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ letta <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ letta ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ letta ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ letta ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/letta/0.5.0-SNAPSHOT/letta-0.5.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................. SUCCESS [  7.496 s]
[INFO] Domain ............................................. SUCCESS [ 20.270 s]
[INFO] Tests .............................................. SUCCESS [  6.529 s]
[INFO] Service ............................................ FAILURE [01:36 min]
[INFO] REST ............................................... SKIPPED
[INFO] JSF ................................................ SKIPPED
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:14 min
[INFO] Finished at: 2017-01-07T12:44:34+01:00
[INFO] Final Memory: 49M/494M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on project service: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:354: warning: no description for @throws
[ERROR] * @throws IllegalArgumentException
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:384: warning: no description for @throws
[ERROR] * @throws IllegalArgumentException
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:387: warning: no @param for location
[ERROR] public List<Event> searchWhileLoggedIn(
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:463: warning: no @param for start
[ERROR] public List<Event> getAttendingEvents(final int start, final int count) {
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:463: warning: no @param for count
[ERROR] public List<Event> getAttendingEvents(final int start, final int count) {
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:486: warning: no @param for location
[ERROR] public List<Event> getAttendingEventsOrderLocation(final String location, final int start, final int count) {
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:486: warning: no @param for start
[ERROR] public List<Event> getAttendingEventsOrderLocation(final String location, final int start, final int count) {
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:486: warning: no @param for count
[ERROR] public List<Event> getAttendingEventsOrderLocation(final String location, final int start, final int count) {
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java:720: warning: no @throws for es.uvigo.esei.dgss.letta.service.util.exceptions.UserNotAuthorizedException
[ERROR] public void modifyEvent( final Event modified )
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java:424: error: @param name not found
[ERROR] * @param friend the received User of the {@link Friendship}
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java:429: warning: no @param for friendLogin
[ERROR] public Friendship sendRequest(final String friendLogin) {
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/var/lib/jenkins/workspace/LETTA/service/target/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :service