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/git5082708457347017973.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 cc46bc9e44c841e0511cc2b1bc53b7a4d896e076 (refs/remotes/origin/develop)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f cc46bc9e44c841e0511cc2b1bc53b7a4d896e076
 > /usr/bin/git rev-list 98e4bcff547876a760649f6b95233f2337e5a7e8 # timeout=10
Parsing POMs
Established TCP socket on 35675
[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 35675
<===[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] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/LETTA/domain/target/classes
[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 ---
[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] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.letta.domain...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/class-use/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/class-use/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar
[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] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar
[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] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 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/EventsDataset.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/domain/entities/class-use/EventsDataset.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 [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] --- 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 [8 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 [5.627s]
[INFO] Domain ............................................ SUCCESS [7.489s]
[INFO] Tests ............................................. SUCCESS [9.041s]
[INFO] Service ........................................... SUCCESS [2.300s]
[INFO] REST .............................................. SUCCESS [5.769s]
[INFO] JSF ............................................... SUCCESS [4.632s]
[INFO] EAR ............................................... SUCCESS [3.701s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.997s
[INFO] Finished at: Tue Nov 17 22:22:54 CET 2015
[INFO] Final Memory: 49M/628M
[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/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.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] Nothing to compile - all classes are up to date
[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 ---
[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] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.letta.domain...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/class-use/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/class-use/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar
[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] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar
[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] Copying 2 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/EventsDataset.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/domain/entities/class-use/EventsDataset.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 [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] --- 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.5 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-20151117.212316-8.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-20151117.212316-8.pom (19 KB at 246.2 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 14.1 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 18.5 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 8.6 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
2/2 KB      
         
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 59.0 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-20151117.212316-8.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/domain/0.0.1-SNAPSHOT/domain-0.0.1-20151117.212316-8.jar (5 KB at 91.6 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-20151117.212316-8.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-20151117.212316-8.pom (2 KB at 27.9 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 16.7 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
2/2 KB      
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 39.3 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 10.1 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-20151117.212316-8-sources.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-20151117.212316-8-sources.jar (2 KB at 47.5 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
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 39.3 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-20151117.212316-8-javadoc.jar
2/31 KB   
4/31 KB   
6/31 KB   
8/31 KB   
10/31 KB   
12/31 KB   
14/31 KB   
16/31 KB   
18/31 KB   
20/31 KB   
22/31 KB   
24/31 KB   
26/31 KB   
28/31 KB   
30/31 KB   
31/31 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-20151117.212316-8-javadoc.jar (31 KB at 738.0 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
2/2 KB     
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/domain/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/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 42.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-20151117.212316-8.jar
2/12 KB   
4/12 KB   
6/12 KB   
8/12 KB   
10/12 KB   
12/12 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-20151117.212316-8.jar (12 KB at 246.7 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-20151117.212316-8.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-20151117.212316-8.pom (2 KB at 24.3 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 12.3 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)
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 8.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-20151117.212316-8-sources.jar
2/6 KB      
4/6 KB   
6/6 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-20151117.212316-8-sources.jar (6 KB at 82.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 19.0 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-20151117.212316-8-javadoc.jar
2/69 KB   
4/69 KB   
6/69 KB   
8/69 KB   
10/69 KB   
12/69 KB   
14/69 KB   
16/69 KB   
18/69 KB   
20/69 KB   
22/69 KB   
24/69 KB   
26/69 KB   
28/69 KB   
30/69 KB   
32/69 KB   
34/69 KB   
36/69 KB   
38/69 KB   
40/69 KB   
42/69 KB   
44/69 KB   
46/69 KB   
48/69 KB   
50/69 KB   
52/69 KB   
54/69 KB   
56/69 KB   
58/69 KB   
60/69 KB   
62/69 KB   
64/69 KB   
66/69 KB   
68/69 KB   
69/69 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-20151117.212316-8-javadoc.jar (69 KB at 635.8 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 10.5 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 34.7 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-20151117.212317-8.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-20151117.212317-8.jar (3 KB at 40.8 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-20151117.212317-8.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-20151117.212317-8.pom (2 KB at 25.1 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 14.2 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 18.0 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 4.9 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-20151117.212317-8-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-20151117.212317-8-sources.jar (786 B at 10.0 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 18.3 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 48.4 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-20151117.212317-8.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-20151117.212317-8.war (4 KB at 47.1 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-20151117.212317-8.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-20151117.212317-8.pom (3 KB at 41.7 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 5.9 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 7.8 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.2 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-20151117.212317-8-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-20151117.212317-8-sources.jar (831 B at 6.1 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 15.4 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 22.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-20151117.212318-8.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-20151117.212318-8.war (8 KB at 99.7 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-20151117.212318-8.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-20151117.212318-8.pom (2 KB at 42.2 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 7.8 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 22.0 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.8 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-20151117.212318-8-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-20151117.212318-8-sources.jar (831 B at 10.7 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 23.0 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 13.8 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-20151117.212318-8.ear
2/16 KB     
4/16 KB   
6/16 KB   
8/16 KB   
10/16 KB   
12/16 KB   
14/16 KB   
16/16 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-20151117.212318-8.ear (16 KB at 195.1 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-20151117.212318-8.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-20151117.212318-8.pom (3 KB at 24.5 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.8 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 9.4 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 4.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................ SUCCESS [4.780s]
[INFO] Domain ............................................ SUCCESS [3.578s]
[INFO] Tests ............................................. SUCCESS [2.559s]
[INFO] Service ........................................... SUCCESS [0.315s]
[INFO] REST .............................................. SUCCESS [1.024s]
[INFO] JSF ............................................... SUCCESS [0.812s]
[INFO] EAR ............................................... SUCCESS [4.106s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.650s
[INFO] Finished at: Tue Nov 17 22:23:19 CET 2015
[INFO] Final Memory: 39M/419M
[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] Nothing to compile - all classes are up to date
[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 ---
[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] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ domain ---
[INFO] 
Loading source files for package es.uvigo.esei.dgss.letta.domain...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/class-use/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/class-use/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/domain/target/domain-0.0.1-SNAPSHOT-javadoc.jar
[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] Copying 2 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/EventsDataset.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/domain/entities/class-use/EventsDataset.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 [31 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 [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] <<< 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 17, 2015 10:23:36 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Nov 17, 2015 10:23:36 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Nov 17, 2015 10:23:36 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 [4.008s]
[INFO] Domain ............................................ SUCCESS [3.676s]
[INFO] Tests ............................................. SUCCESS [2.511s]
[INFO] Service ........................................... SUCCESS [0.254s]
[INFO] REST .............................................. SUCCESS [0.800s]
[INFO] JSF ............................................... SUCCESS [0.857s]
[INFO] EAR ............................................... SUCCESS [1.633s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.969s
[INFO] Finished at: Tue Nov 17 22:23:37 CET 2015
[INFO] Final Memory: 44M/424M
[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