SuccessConsole Output

Established TCP socket on 54186
<===[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.3.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
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[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.3: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.3.0-SNAPSHOT/letta-0.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................ SUCCESS [8.183s]
[INFO] Domain ............................................ SUCCESS [20.396s]
[INFO] Tests ............................................. SUCCESS [7.332s]
[INFO] Service ........................................... FAILURE [5.539s]
[INFO] REST .............................................. SKIPPED
[INFO] JSF ............................................... SKIPPED
[INFO] EAR ............................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.634s
[INFO] Finished at: Sun May 22 23:18:58 CEST 2016
[INFO] Final Memory: 49M/570M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile (default-testCompile) on project service: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[631,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[643,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[655,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[667,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[680,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[692,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LETTA/service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java:[703,27] unreported exception java.lang.Exception; must be caught or declared to be thrown
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :service