Console Output
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamA-ligaaas-rest ---
[INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team A/rest/target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1718-teamA-ligaaas-rest ---
[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/rest/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-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1718-teamA-ligaaas-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/rest/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1718-teamA-ligaaas-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1718-teamA-ligaaas-rest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/rest/target/test-classes
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/rest/src/test/java/es/uvigo/esei/dgss/UserPlayerTest.java:[48,67] incompatible types: es.uvigo.esei.dgss.UserPlayer cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/rest/src/test/java/es/uvigo/esei/dgss/UserPlayerTest.java:[86,67] incompatible types: es.uvigo.esei.dgss.UserPlayer cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/rest/src/test/java/es/uvigo/esei/dgss/TeamTest.java:[46,51] method createTeam in class es.uvigo.esei.dgss.TeamREST cannot be applied to given types;
required: java.lang.String,java.lang.String,java.lang.String,java.lang.String
found: es.uvigo.esei.dgss.Team
reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/rest/src/test/java/es/uvigo/esei/dgss/TeamTest.java:[83,63] incompatible types: es.uvigo.esei.dgss.Team cannot be converted to int
[INFO] 4 errors
[INFO] -------------------------------------------------------------