[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1718-teamA-ligaaas-domain ---
[INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LIGAaaS Team A/target/classes"
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/classes
[WARNING] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/day/DayJPA.java:[3,59] com.sun.org.apache.xerces.internal.impl.xpath.regex.Match is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/day/DayJPA.java:[44,18] com.sun.org.apache.xerces.internal.impl.xpath.regex.Match is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/day/DayJPA.java:[150,26] com.sun.org.apache.xerces.internal.impl.xpath.regex.Match is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/day/DayJPA.java:[156,17] com.sun.org.apache.xerces.internal.impl.xpath.regex.Match is internal proprietary API and may be removed in a future release
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/resources-wildfly-embedded-h2
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1718-teamA-ligaaas-domain ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/user/UserPlayerTest.java:[15,29] unreported exception javax.mail.internet.AddressException; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/user/UserPlayerTest.java:[38,29] unreported exception javax.mail.internet.AddressException; must be caught or declared to be thrown
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/user/UserPlayerTest.java:[61,29] unreported exception javax.mail.internet.AddressException; must be caught or declared to be thrown
[INFO] 3 errors
[INFO] -------------------------------------------------------------