SuccessConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/LETTA
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git # timeout=10
Fetching upstream changes from http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git
 > /usr/bin/git --version # timeout=10
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.username mrjato # timeout=10
 > /usr/bin/git config --local credential.helper store --file=/tmp/git1392947936130306542.credentials # timeout=10
 > /usr/bin/git -c core.askpass=true fetch --tags --progress http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 9eae6f140cd6ed7e6a5a5a4adfe16343ce3a3afd (refs/remotes/origin/develop)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 9eae6f140cd6ed7e6a5a5a4adfe16343ce3a3afd
First time build. Skipping changelog.
Parsing POMs
Established TCP socket on 43117
[LETTA] $ /usr/lib/jvm/java-8-oracle//bin/java -Xmx2048m -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven/ /var/cache/jenkins/war/WEB-INF/lib/remoting-2.52.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 43117
<===[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.0.1-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.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ domain ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/domain/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain ---
[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/domain/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain ---

[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ domain ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ domain ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/tests/target
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/LETTA/tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests ---
[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/tests/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.letta.service.util.security...
Loading source files for package es.uvigo.esei.dgss.letta.domain.entities...
Loading source files for package es.uvigo.esei.dgss.letta.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ tests ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/service/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service ---
[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/service/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service ---
[JENKINS] Recording test results[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec

[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ service ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ service ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rest ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/rest/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest ---
[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/rest/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp]
[INFO] Webapp assembled in [37 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ rest ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ rest ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsf ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/jsf/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf ---
[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/jsf/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf ---
[JENKINS] Recording test results[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec

[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ jsf ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ear ---
[INFO] Deleting /var/lib/jenkins/workspace/LETTA/ear/target
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear ---
[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/ear/target with includes "" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT] to [jsf-0.0.1-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT] to [rest-0.0.1-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war
[INFO] Copying artifact [jar:es.uvigo.esei.dgss.letta:domain:0.0.1-SNAPSHOT] to [lib/domain-0.0.1-SNAPSHOT.jar]
[INFO] Copying artifact [ejb:es.uvigo.esei.dgss.letta:service:0.0.1-SNAPSHOT] to [service-0.0.1-SNAPSHOT.jar]
[INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ ear ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................ SUCCESS [6.813s]
[INFO] Domain ............................................ SUCCESS [2.902s]
[INFO] Tests ............................................. SUCCESS [8.581s]
[INFO] Service ........................................... SUCCESS [2.109s]
[INFO] REST .............................................. SUCCESS [3.306s]
[INFO] JSF ............................................... SUCCESS [3.954s]
[INFO] EAR ............................................... SUCCESS [2.260s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.518s
[INFO] Finished at: Tue Nov 10 14:25:46 CET 2015
[INFO] Final Memory: 48M/592M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/pom.xml to es.uvigo.esei.dgss.letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/ear/pom.xml to es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/pom.xml to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/pom.xml to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/pom.xml to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/pom.xml to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar
channel stopped
[LETTA] $ mvn -DskipTests=true deploy
[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.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[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) @ letta >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-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.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.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ letta ---
[INFO] Deploying es.uvigo.esei.dgss.letta:letta:0.0.1-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ domain <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ domain ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ domain ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ domain ---
[INFO] Deploying es.uvigo.esei.dgss.letta:domain:0.0.1-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ tests >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ tests <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.letta.service.util.security...
Loading source files for package es.uvigo.esei.dgss.letta.domain.entities...
Loading source files for package es.uvigo.esei.dgss.letta.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ tests ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tests ---
[INFO] Deploying es.uvigo.esei.dgss.letta:tests:0.0.1-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ service <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ service ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ service ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/service/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ service ---
[INFO] Deploying es.uvigo.esei.dgss.letta:service:0.0.1-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp]
[INFO] Webapp assembled in [41 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ rest <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ rest ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ rest ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ rest ---
[INFO] Deploying es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp]
[INFO] Webapp assembled in [4 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-integration-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-integration-test) @ jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ jsf ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ jsf ---
[INFO] Deploying es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT at end
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear ---
[INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:jsf:0.0.1-SNAPSHOT] to [jsf-0.0.1-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war
[INFO] Copying artifact [war:es.uvigo.esei.dgss.letta:rest:0.0.1-SNAPSHOT] to [rest-0.0.1-SNAPSHOT.war]
[INFO] Building zip: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ ear >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ ear <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear ---
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ ear ---
[INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear
[INFO] Installing /var/lib/jenkins/workspace/LETTA/ear/pom.xml to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ ear ---
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml
606/606 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml (606 B at 2.0 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-20151110.132602-2.pom
2/19 KB     
4/19 KB   
6/19 KB   
8/19 KB   
10/19 KB   
12/19 KB   
14/19 KB   
16/19 KB   
18/19 KB   
19/19 KB   
           
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-20151110.132602-2.pom (19 KB at 142.8 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml
289/289 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml (289 B at 5.9 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml
606/606 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/0.0.1-SNAPSHOT/maven-metadata.xml (606 B at 7.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml
289/289 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/letta/maven-metadata.xml (289 B at 1.8 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml
780/780 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (780 B at 17.7 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151110.132603-2.jar
2/2 KB      
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151110.132603-2.jar (2 KB at 25.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151110.132603-2.pom
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151110.132603-2.pom (2 KB at 12.6 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml
290/290 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml (290 B at 5.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml
780/780 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (780 B at 14.1 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml
290/290 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/maven-metadata.xml (290 B at 3.5 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 17.6 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2.jar
2/9 KB   
4/9 KB   
6/9 KB   
8/9 KB   
9/9 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2.jar (9 KB at 140.1 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2.pom
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2.pom (2 KB at 19.7 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml
289/289 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml (289 B at 6.9 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml
2/2 KB      
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 21.0 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml
289/289 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/maven-metadata.xml (289 B at 1.9 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2-sources.jar
2/5 KB      
4/5 KB   
5/5 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2-sources.jar (5 KB at 29.1 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 11.8 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2-javadoc.jar
2/63 KB   
4/63 KB   
6/63 KB   
8/63 KB   
10/63 KB   
12/63 KB   
14/63 KB   
16/63 KB   
18/63 KB   
20/63 KB   
22/63 KB   
24/63 KB   
26/63 KB   
28/63 KB   
30/63 KB   
32/63 KB   
34/63 KB   
36/63 KB   
38/63 KB   
40/63 KB   
42/63 KB   
44/63 KB   
46/63 KB   
48/63 KB   
50/63 KB   
52/63 KB   
54/63 KB   
56/63 KB   
58/63 KB   
60/63 KB   
62/63 KB   
63/63 KB   
           
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151110.132603-2-javadoc.jar (63 KB at 635.1 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml
2/2 KB     
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/tests/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 31.9 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml
995/995 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (995 B at 37.4 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151110.132604-2.jar
2/3 KB      
3/3 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151110.132604-2.jar (3 KB at 50.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151110.132604-2.pom
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151110.132604-2.pom (2 KB at 50.3 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml
291/291 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 13.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml
995/995 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (995 B at 28.6 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml
291/291 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 8.4 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151110.132604-2-sources.jar
786/786 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151110.132604-2-sources.jar (786 B at 16.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml
995/995 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (995 B at 21.6 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml
992/992 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (992 B at 26.9 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151110.132604-2.war
2/4 KB      
4/4 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151110.132604-2.war (4 KB at 90.7 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151110.132604-2.pom
2/3 KB   
3/3 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151110.132604-2.pom (3 KB at 59.6 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml
288/288 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml (288 B at 6.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml
992/992 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (992 B at 12.9 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml
288/288 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/maven-metadata.xml (288 B at 4.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151110.132604-2-sources.jar
831/831 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151110.132604-2-sources.jar (831 B at 10.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml
992/992 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml (992 B at 9.7 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml
991/991 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (991 B at 25.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151110.132605-2.war
2/8 KB      
4/8 KB   
6/8 KB   
8/8 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151110.132605-2.war (8 KB at 147.4 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151110.132605-2.pom
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151110.132605-2.pom (2 KB at 23.7 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml
287/287 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml (287 B at 9.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml
991/991 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (991 B at 21.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml
287/287 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/maven-metadata.xml (287 B at 5.4 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151110.132605-2-sources.jar
831/831 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-20151110.132605-2-sources.jar (831 B at 13.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml
991/991 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (991 B at 19.4 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml
777/777 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml (777 B at 25.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151110.132605-2.ear
2/14 KB     
4/14 KB   
6/14 KB   
8/14 KB   
10/14 KB   
12/14 KB   
14/14 KB   
           
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151110.132605-2.ear (14 KB at 318.6 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151110.132605-2.pom
2/3 KB     
3/3 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-20151110.132605-2.pom (3 KB at 58.6 KB/sec)
Downloading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml
287/287 B   
            
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 5.6 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml
777/777 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/0.0.1-SNAPSHOT/maven-metadata.xml (777 B at 18.1 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml
287/287 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 5.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................ SUCCESS [4.324s]
[INFO] Domain ............................................ SUCCESS [1.547s]
[INFO] Tests ............................................. SUCCESS [2.678s]
[INFO] Service ........................................... SUCCESS [0.337s]
[INFO] REST .............................................. SUCCESS [0.792s]
[INFO] JSF ............................................... SUCCESS [1.521s]
[INFO] EAR ............................................... SUCCESS [4.352s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.044s
[INFO] Finished at: Tue Nov 10 14:26:05 CET 2015
[INFO] Final Memory: 41M/477M
[INFO] ------------------------------------------------------------------------
[LETTA] $ mvn -DskipTests=true -Dwildfly.username=deployer -Dwildfly.password=sing-dt-deployer-33 -Dwildfly.force=true wildfly:deploy
[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.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta >>>
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ letta ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[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) @ letta >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-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] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ letta ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Domain 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ domain ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ domain ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ domain ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/domain/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ domain ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ domain ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ domain >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ domain ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ domain <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ domain ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ domain ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests >>>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ tests ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/tests/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tests ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ tests >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ tests <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ tests ---
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ tests ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.letta.service.util.security...
Loading source files for package es.uvigo.esei.dgss.letta.domain.entities...
Loading source files for package es.uvigo.esei.dgss.letta.http.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingRunnable.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/RoleCaller.ThrowingSupplier.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/class-use/TestPrincipal.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/IsEqualsToEntity.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/class-use/HasHttpStatus.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/http/util/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/service/util/security/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/tests/target/tests-0.0.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ tests ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Service 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ service ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ service ---
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ service >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ service ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ service <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ service ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ service ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ service ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building REST 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ rest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ rest ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ rest ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rest] in [/var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/rest/src/main/webapp]
[INFO] Webapp assembled in [32 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ rest >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ rest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/rest/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ rest <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ rest ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ rest ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ rest ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JSF 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jsf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ jsf ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jsf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jsf ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jsf] in [/var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/LETTA/jsf/src/main/webapp]
[INFO] Webapp assembled in [3 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ jsf >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (pre-unit-test) @ jsf ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/var/lib/jenkins/workspace/LETTA/jsf/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LETTA/target/classes
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ jsf <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ jsf ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsf ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ jsf ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EAR 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear >>>
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:generate-application-xml (default-generate-application-xml) @ ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/main/resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ ear ---
[INFO] Configured Artifact: org.wildfly:wildfly-dist:8.2.1.Final:zip
[INFO] wildfly-dist-8.2.1.Final.zip already unpacked.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wildfly-resources) @ ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LETTA/ear/src/test/resources-wildfly-embedded-h2
[INFO] 
[INFO] --- maven-ear-plugin:2.10.1:ear (default-ear) @ ear ---
[INFO] Could not find manifest file: /var/lib/jenkins/workspace/LETTA/ear/target/ear-0.0.1-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/ear/target/letta-0.0.1-SNAPSHOT.ear
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) @ ear >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) @ ear <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ ear ---
[INFO] 
[INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear <<<
[INFO] 
[INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default-cli) @ ear ---
Nov 10, 2015 2:26:20 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Nov 10, 2015 2:26:20 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Nov 10, 2015 2:26:20 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 4.0.9.Final
[INFO] Authenticating against security realm: ManagementRealm
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................ SUCCESS [3.953s]
[INFO] Domain ............................................ SUCCESS [0.929s]
[INFO] Tests ............................................. SUCCESS [2.844s]
[INFO] Service ........................................... SUCCESS [0.237s]
[INFO] REST .............................................. SUCCESS [1.166s]
[INFO] JSF ............................................... SUCCESS [0.802s]
[INFO] EAR ............................................... SUCCESS [1.826s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.021s
[INFO] Finished at: Tue Nov 10 14:26:21 CET 2015
[INFO] Final Memory: 44M/425M
[INFO] ------------------------------------------------------------------------
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/domain/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/Domain_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/service/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/Service_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/jsf/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/JSF_JaCoCo_Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/LETTA/rest/target/site/jacoco to /var/lib/jenkins/jobs/LETTA/htmlreports/REST_JaCoCo_Report
Finished: SUCCESS