[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 5 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java:[73,21] cannot find symbol
symbol: class UserPlayerJPA
location: class es.uvigo.esei.dgss.user.UserJPA
[INFO] 1 error
[INFO] -------------------------------------------------------------