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/git9124696150044131042.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 032d3045ca73ad20efeab71fb2927693a13010b5 (refs/remotes/origin/develop)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 032d3045ca73ad20efeab71fb2927693a13010b5
 > /usr/bin/git rev-list f45cb7572e286b496f0a39283d0d06d04e45a7a5 # timeout=10
Parsing POMs
Established TCP socket on 58376
[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 58376
<===[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 5 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] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/LETTA/domain/target/test-classes
[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] Surefire report directory: /var/lib/jenkins/workspace/LETTA/domain/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running es.uvigo.esei.dgss.letta.domain.entities.EventTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in es.uvigo.esei.dgss.letta.domain.entities.EventTest
Running es.uvigo.esei.dgss.letta.domain.entities.UserTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in es.uvigo.esei.dgss.letta.domain.entities.UserTest
Running es.uvigo.esei.dgss.letta.domain.entities.RegistrationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in es.uvigo.esei.dgss.letta.domain.entities.RegistrationTest

Results :

Tests run: 43, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ domain ---
[INFO] Analyzed bundle 'Domain' with 5 classes
[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.entities...
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/entities/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/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] Analyzed bundle 'Domain' with 5 classes
[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 10 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 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/domain/entities/IsEqualsToRegistration.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.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.ThrowingSupplier.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/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/IsEqualsToUser.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.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/domain/entities/class-use/IsEqualsToRegistration.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.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] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /var/lib/jenkins/workspace/LETTA/service/target/classes
[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] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA/service/target/test-classes
[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 ---
[INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/service/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running es.uvigo.esei.dgss.letta.service.EventEJBTest
INFO  [org.jboss.modules] JBoss Modules version 1.3.3.Final
INFO  [org.jboss.msc] JBoss MSC version 1.2.2.Final
INFO  [org.jboss.as] JBAS015899: WildFly 8.2.1.Final "Tweek" starting
INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
INFO  [org.xnio] XNIO version 3.3.0.Final
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Final
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.7.Final
INFO  [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
INFO  [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
INFO  [org.jboss.as.security] JBAS013171: Activating Security Subsystem
WARN  [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
INFO  [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
INFO  [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Final
INFO  [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
INFO  [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main]
INFO  [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting
INFO  [org.wildfly.extension.undertow] JBAS017502: Undertow 1.1.8.Final starting
INFO  [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final)
INFO  [org.jboss.as.naming] JBAS011802: Starting Naming Service
INFO  [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default]
INFO  [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
INFO  [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2
INFO  [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/welcome-content
INFO  [org.wildfly.extension.undertow] JBAS017525: Started server default-server.
INFO  [org.wildfly.extension.undertow] JBAS017531: Host default-host starting
INFO  [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc.
INFO  [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators
INFO  [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Wed, 25 Nov 2015 19:43:58
INFO  [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
INFO  [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off.
INFO  [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager
INFO  [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc.
INFO  [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/deployments
INFO  [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
INFO  [org.jboss.ws.common.management] JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final
INFO  [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
INFO  [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:9990
INFO  [org.jboss.as] JBAS015874: WildFly 8.2.1.Final "Tweek" started in 11256ms - Started 188 of 238 services (83 services are lazy, passive or on-demand)
INFO  [org.xnio] XNIO version 3.2.0.Beta4
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Beta4
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.7.Final
INFO  [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/a5/d155a3a01331b9849d8b4538e600cee452ed34/content
INFO  [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
INFO  [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test
INFO  [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
INFO  [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
INFO  [org.hibernate.Version] HHH000412: Hibernate Core {4.3.7.Final}
INFO  [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found
INFO  [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist
INFO  [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war
INFO  [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.3.Final
INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named EventEJB in deployment unit deployment "test.war" are as follows:

	java:global/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB
	java:app/test/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB
	java:module/EventEJB!es.uvigo.esei.dgss.letta.service.EventEJB
	java:global/test/EventEJB
	java:app/test/EventEJB
	java:module/EventEJB

INFO  [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war
INFO  [org.jboss.weld.Version] WELD-000900: 2.2.6 (Final)
INFO  [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war
INFO  [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
INFO  [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {4.0.4.Final}
INFO  [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
WARN  [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work
INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement:
alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists [42102-173]
Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement:
alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173]
Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement:
alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173]
Hibernate: drop table Event if exists
Hibernate: drop table Registration if exists
Hibernate: drop table User if exists
Hibernate: drop table UserJoinsEvent if exists
Hibernate: drop sequence hibernate_sequence
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: drop sequence hibernate_sequence
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
drop sequence hibernate_sequence [90036-173]
Hibernate: create table Event (id integer not null, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator_login varchar(20), primary key (id))
Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20), password varchar(32) not null, role varchar(10) not null, primary key (uuid))
Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login))
Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null)
Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se  unique (email)
Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p  unique (email)
Hibernate: alter table Event add constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj foreign key (creator_login) references User
Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event
Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User
Hibernate: create sequence hibernate_sequence start with 1 increment by 1
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
INFO  [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test
INFO  [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war")
19:44:24,386 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-1) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ?
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ?
19:44:26,460 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-29) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ?
19:44:26,738 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-3) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by event0_.date ASC limit ?
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ?
19:44:27,047 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-8) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ order by rand() limit ?
INFO  [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test
INFO  [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists
Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists
Hibernate: drop table Event if exists
Hibernate: drop table Registration if exists
Hibernate: drop table User if exists
Hibernate: drop table UserJoinsEvent if exists
Hibernate: drop sequence hibernate_sequence
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
INFO  [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war
INFO  [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
INFO  [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 217ms
INFO  [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/a5/d155a3a01331b9849d8b4538e600cee452ed34/content
INFO  [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.638 sec - in es.uvigo.esei.dgss.letta.service.EventEJBTest
Running es.uvigo.esei.dgss.letta.service.SearchEJBTest
INFO  [org.jboss.as.repository] JBAS014900: Content added at location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/a2/ac4297460430b9549ad26a6a7f071c8e57bbd5/content
INFO  [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
INFO  [org.jboss.as.jpa] JBAS011401: Read persistence.xml for test
INFO  [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#test'
INFO  [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
INFO  [org.jboss.weld.deployer] JBAS016002: Processing weld deployment test.war
INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named SearchEJB in deployment unit deployment "test.war" are as follows:

	java:global/test/SearchEJB!es.uvigo.esei.dgss.letta.service.SearchEJB
	java:app/test/SearchEJB!es.uvigo.esei.dgss.letta.service.SearchEJB
	java:module/SearchEJB!es.uvigo.esei.dgss.letta.service.SearchEJB
	java:global/test/SearchEJB
	java:app/test/SearchEJB
	java:module/SearchEJB

INFO  [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: test.war
INFO  [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment test.war
INFO  [org.jboss.as.jpa] JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#test'
INFO  [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
WARN  [org.hibernate.dialect.H2Dialect] HHH000431: Unable to determine H2 database version, certain features may not work
INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "EVENT" not found; SQL statement:
alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists [42102-173]
Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement:
alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists [42102-173]
Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Table "USERJOINSEVENT" not found; SQL statement:
alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists [42102-173]
Hibernate: drop table Event if exists
Hibernate: drop table Registration if exists
Hibernate: drop table User if exists
Hibernate: drop table UserJoinsEvent if exists
Hibernate: drop sequence hibernate_sequence
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000389: Unsuccessful: drop sequence hibernate_sequence
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
drop sequence hibernate_sequence [90036-173]
Hibernate: create table Event (id integer not null, date timestamp not null, eventType varchar(255) not null, location varchar(100) not null, shortDescription varchar(50) not null, title varchar(20) not null, creator_login varchar(20), primary key (id))
Hibernate: create table Registration (uuid varchar(36) not null, email varchar(100) not null, login varchar(20), password varchar(32) not null, role varchar(10) not null, primary key (uuid))
Hibernate: create table User (login varchar(20) not null, email varchar(100) not null, password varchar(32) not null, role varchar(10) not null, primary key (login))
Hibernate: create table UserJoinsEvent (user_id varchar(20) not null, event_id integer not null)
Hibernate: alter table Registration add constraint UK_t606w44qrdbvqy8lk0x3kb0se  unique (email)
Hibernate: alter table User add constraint UK_e6gkqunxajvyxl5uctpl2vl2p  unique (email)
Hibernate: alter table Event add constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj foreign key (creator_login) references User
Hibernate: alter table UserJoinsEvent add constraint FK_q3x9wnvajgu114f10heh8fxsu foreign key (event_id) references Event
Hibernate: alter table UserJoinsEvent add constraint FK_gfheji77usjpw6gpe8n5icmyn foreign key (user_id) references User
Hibernate: create sequence hibernate_sequence start with 1 increment by 1
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
INFO  [org.wildfly.extension.undertow] JBAS017534: Registered web context: /test
INFO  [org.jboss.as.server] JBAS018559: Deployed "test.war" (runtime-name : "test.war")
19:44:34,301 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-10) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC
19:44:34,615 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-21) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC
19:44:34,806 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-24) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC
19:44:34,968 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-27) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC
19:44:35,091 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-30) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC
19:44:35,224 WARN  [org.dbunit.dataset.AbstractTableMetaData] (default task-29) Potential problem found: The configured data type factory 'class org.dbunit.dataset.datatype.DefaultDataTypeFactory' might cause problems with the current database 'H2' (e.g. some datatypes may not be supported properly). In rare cases you might see this message because the list of supported database products is incomplete (list=[derby]). If so please request a java-class update via the forums.If you are using your own IDataTypeFactory extending DefaultDataTypeFactory, ensure that you override getValidDbProducts() to specify the supported database products.
Hibernate: select event0_.id as id1_0_, event0_.creator_login as creator_7_0_, event0_.date as date2_0_, event0_.eventType as eventTyp3_0_, event0_.location as location4_0_, event0_.shortDescription as shortDes5_0_, event0_.title as title6_0_ from Event event0_ where event0_.title like ? or event0_.shortDescription like ? order by event0_.date ASC
INFO  [org.wildfly.extension.undertow] JBAS017535: Unregistered web context: /test
INFO  [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#test'
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000227: Running hbm2ddl schema export
Hibernate: alter table Event drop constraint FK_bdwxpjm1pnwnpat7u1kdbdmvj if exists
Hibernate: alter table UserJoinsEvent drop constraint FK_q3x9wnvajgu114f10heh8fxsu if exists
Hibernate: alter table UserJoinsEvent drop constraint FK_gfheji77usjpw6gpe8n5icmyn if exists
Hibernate: drop table Event if exists
Hibernate: drop table Registration if exists
Hibernate: drop table User if exists
Hibernate: drop table UserJoinsEvent if exists
Hibernate: drop sequence hibernate_sequence
INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] HHH000230: Schema export complete
INFO  [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment test.war
INFO  [org.jboss.as.jpa] JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#test'
INFO  [org.jboss.as.server.deployment] JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 81ms
INFO  [org.jboss.as.repository] JBAS014901: Content removed from location /var/lib/jenkins/workspace/LETTA/service/target/wildfly-8.2.1.Final/standalone/data/content/a2/ac4297460430b9549ad26a6a7f071c8e57bbd5/content
INFO  [org.jboss.as.server] JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.966 sec - in es.uvigo.esei.dgss.letta.service.SearchEJBTest
INFO  [org.jboss.as.connector.subsystems.datasources] JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
INFO  [org.wildfly.extension.undertow] JBAS017532: Host default-host stopping
INFO  [org.jboss.as.connector.deployers.jdbc] JBAS010418: Stopped Driver service with driver-name = h2
INFO  [org.wildfly.extension.undertow] JBAS017521: Undertow HTTP listener default suspending
INFO  [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
INFO  [org.wildfly.extension.undertow] JBAS017520: Undertow HTTP listener default stopped, was bound to /127.0.0.1:8080
INFO  [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
INFO  [org.wildfly.extension.undertow] JBAS017506: Undertow 1.1.8.Final stopping
INFO  [org.jboss.as] JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 132ms

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ service ---
[INFO] Analyzed bundle 'Service' with 7 classes
[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] 
Loading source files for package es.uvigo.esei.dgss.letta.service...
Loading source files for package es.uvigo.esei.dgss.letta.service.exceptions...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/Mailer.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/SearchEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/EmailDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/LoginDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/Mailer.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/SearchEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/TestingMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/DefaultMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/EmailDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/LoginDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java:232: warning: no description for @param
[WARNING] * @param login
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar
[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] Analyzed bundle 'Service' with 7 classes
[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] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.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 [39 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] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/LETTA/jsf/target/classes
[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] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA/jsf/target/test-classes
[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 ---
[INFO] Surefire report directory: /var/lib/jenkins/workspace/LETTA/jsf/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in es.uvigo.esei.dgss.letta.jsf.RegisterUserControllerTest
Running es.uvigo.esei.dgss.letta.jsf.ConfirmUserControllerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in es.uvigo.esei.dgss.letta.jsf.ConfirmUserControllerTest

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (post-unit-test) @ jsf ---
[INFO] Analyzed bundle 'JSF' with 6 classes
[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 [76 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] 
Loading source files for package es.uvigo.esei.dgss.letta.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JSFController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JSFController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/LETTA/jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java:55: warning: no @throws for javax.servlet.ServletException
[WARNING] public String doLogout() throws ServletException {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar
[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] Analyzed bundle 'JSF' with 6 classes
[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] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.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 [jar:org.apache.commons:commons-lang3:3.4] to [lib/commons-lang3-3.4.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 [7.306s]
[INFO] Domain ............................................ SUCCESS [14.769s]
[INFO] Tests ............................................. SUCCESS [4.792s]
[INFO] Service ........................................... SUCCESS [57.014s]
[INFO] REST .............................................. SUCCESS [2.792s]
[INFO] JSF ............................................... SUCCESS [12.458s]
[INFO] EAR ............................................... SUCCESS [3.205s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:43.997s
[INFO] Finished at: Wed Nov 25 19:44:59 CET 2015
[INFO] Final Memory: 58M/624M
[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/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.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
[JENKINS] Archiving /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar
Sending e-mails to: mrjato@esei.uvigo.es afnandin@esei.uvigo.es aalopez@esei.uvigo.es abmiguez@esei.uvigo.es agjacome@esei.uvigo.es apsoto@esei.uvigo.es bcgonzalez3@esei.uvigo.es dgpena@uvigo.es frpena@esei.uvigo.es jacasanova@esei.uvigo.es redouane@esei.uvigo.es
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] Nothing to compile - all classes are up to date
[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] Analyzed bundle 'Domain' with 5 classes
[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.entities...
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/entities/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/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] Analyzed bundle 'Domain' with 5 classes
[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 10 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/domain/entities/IsEqualsToRegistration.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.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.ThrowingSupplier.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/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/IsEqualsToUser.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.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/domain/entities/class-use/IsEqualsToRegistration.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.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] Nothing to compile - all classes are up to date
[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] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA/service/target/test-classes
[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] Analyzed bundle 'Service' with 7 classes
[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] 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] 
Loading source files for package es.uvigo.esei.dgss.letta.service...
Loading source files for package es.uvigo.esei.dgss.letta.service.exceptions...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/Mailer.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/SearchEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/EmailDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/LoginDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/Mailer.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/SearchEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/TestingMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/DefaultMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/EmailDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/LoginDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java:232: warning: no description for @param
[WARNING] * @param login
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar
[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] Analyzed bundle 'Service' with 7 classes
[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] Installing /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.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 [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] --- 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] Nothing to compile - all classes are up to date
[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] Nothing to compile - all classes are up to date
[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] Analyzed bundle 'JSF' with 6 classes
[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 [42 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] 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] 
Loading source files for package es.uvigo.esei.dgss.letta.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JSFController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JSFController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/LETTA/jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java:55: warning: no @throws for javax.servlet.ServletException
[WARNING] public String doLogout() throws ServletException {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar
[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] Analyzed bundle 'JSF' with 6 classes
[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] Installing /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.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
608/608 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 (608 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-20151125.184530-39.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-20151125.184530-39.pom (19 KB at 212.6 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 4.2 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
608/608 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 (608 B at 9.6 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 3.5 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 45.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-20151125.184530-39.jar
2/10 KB   
4/10 KB   
6/10 KB   
8/10 KB   
10/10 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-20151125.184530-39.jar (10 KB at 145.8 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-20151125.184530-39.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-20151125.184530-39.pom (2 KB at 25.5 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 6.9 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 15.8 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 2.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-20151125.184530-39-sources.jar
2/7 KB      
4/7 KB   
6/7 KB   
7/7 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-20151125.184530-39-sources.jar (7 KB at 113.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 21.2 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-20151125.184530-39-javadoc.jar
2/52 KB   
4/52 KB   
6/52 KB   
8/52 KB   
10/52 KB   
12/52 KB   
14/52 KB   
16/52 KB   
18/52 KB   
20/52 KB   
22/52 KB   
24/52 KB   
26/52 KB   
28/52 KB   
30/52 KB   
32/52 KB   
34/52 KB   
36/52 KB   
38/52 KB   
40/52 KB   
42/52 KB   
44/52 KB   
46/52 KB   
48/52 KB   
50/52 KB   
52/52 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-20151125.184530-39-javadoc.jar (52 KB at 762.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 22.4 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 16.4 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-20151125.184531-39.jar
2/22 KB   
4/22 KB   
6/22 KB   
8/22 KB   
10/22 KB   
12/22 KB   
14/22 KB   
16/22 KB   
18/22 KB   
20/22 KB   
22/22 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-20151125.184531-39.jar (22 KB at 172.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-20151125.184531-39.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-20151125.184531-39.pom (2 KB at 20.5 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 3.5 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 12.7 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 3.2 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-20151125.184531-39-sources.jar
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/tests/0.0.1-SNAPSHOT/tests-0.0.1-20151125.184531-39-sources.jar (16 KB at 232.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 23.2 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-20151125.184531-39-javadoc.jar
2/95 KB   
4/95 KB   
6/95 KB   
8/95 KB   
10/95 KB   
12/95 KB   
14/95 KB   
16/95 KB   
18/95 KB   
20/95 KB   
22/95 KB   
24/95 KB   
26/95 KB   
28/95 KB   
30/95 KB   
32/95 KB   
34/95 KB   
36/95 KB   
38/95 KB   
40/95 KB   
42/95 KB   
44/95 KB   
46/95 KB   
48/95 KB   
50/95 KB   
52/95 KB   
54/95 KB   
56/95 KB   
58/95 KB   
60/95 KB   
62/95 KB   
64/95 KB   
66/95 KB   
68/95 KB   
70/95 KB   
72/95 KB   
74/95 KB   
76/95 KB   
78/95 KB   
80/95 KB   
82/95 KB   
84/95 KB   
86/95 KB   
88/95 KB   
90/95 KB   
92/95 KB   
94/95 KB   
95/95 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-20151125.184531-39-javadoc.jar (95 KB at 1376.0 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 27.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
2/2 KB   
         
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 25.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-20151125.184531-39.jar
2/11 KB   
4/11 KB   
6/11 KB   
8/11 KB   
10/11 KB   
11/11 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-20151125.184531-39.jar (11 KB at 151.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.184531-39.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-20151125.184531-39.pom (2 KB at 40.0 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 9.8 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
2/2 KB      
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 29.6 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml
291/291 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/maven-metadata.xml (291 B at 7.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-20151125.184531-39-sources.jar
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/service/0.0.1-SNAPSHOT/service-0.0.1-20151125.184531-39-sources.jar (8 KB at 61.7 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
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 24.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-20151125.184531-39-javadoc.jar
2/67 KB   
4/67 KB   
6/67 KB   
8/67 KB   
10/67 KB   
12/67 KB   
14/67 KB   
16/67 KB   
18/67 KB   
20/67 KB   
22/67 KB   
24/67 KB   
26/67 KB   
28/67 KB   
30/67 KB   
32/67 KB   
34/67 KB   
36/67 KB   
38/67 KB   
40/67 KB   
42/67 KB   
44/67 KB   
46/67 KB   
48/67 KB   
50/67 KB   
52/67 KB   
54/67 KB   
56/67 KB   
58/67 KB   
60/67 KB   
62/67 KB   
64/67 KB   
66/67 KB   
67/67 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-20151125.184531-39-javadoc.jar (67 KB at 1037.4 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
2/2 KB     
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/service/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 24.2 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
996/996 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 (996 B at 26.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.184532-39.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-20151125.184532-39.war (4 KB at 49.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-20151125.184532-39.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-20151125.184532-39.pom (3 KB at 24.5 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 8.5 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/maven-metadata.xml
996/996 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 (996 B at 18.7 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 6.9 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-20151125.184532-39-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-20151125.184532-39-sources.jar (831 B at 11.4 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
996/996 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 (996 B at 11.1 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
2/2 KB      
         
Downloaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 40.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-20151125.184532-39.war
2/3651 KB   
4/3651 KB   
6/3651 KB   
8/3651 KB   
10/3651 KB   
12/3651 KB   
14/3651 KB   
16/3651 KB   
18/3651 KB   
20/3651 KB   
22/3651 KB   
24/3651 KB   
26/3651 KB   
28/3651 KB   
30/3651 KB   
32/3651 KB   
34/3651 KB   
36/3651 KB   
38/3651 KB   
40/3651 KB   
42/3651 KB   
44/3651 KB   
46/3651 KB   
48/3651 KB   
50/3651 KB   
52/3651 KB   
54/3651 KB   
56/3651 KB   
58/3651 KB   
60/3651 KB   
62/3651 KB   
64/3651 KB   
66/3651 KB   
68/3651 KB   
70/3651 KB   
72/3651 KB   
74/3651 KB   
76/3651 KB   
78/3651 KB   
80/3651 KB   
82/3651 KB   
84/3651 KB   
86/3651 KB   
88/3651 KB   
90/3651 KB   
92/3651 KB   
94/3651 KB   
96/3651 KB   
98/3651 KB   
100/3651 KB   
102/3651 KB   
104/3651 KB   
106/3651 KB   
108/3651 KB   
110/3651 KB   
112/3651 KB   
114/3651 KB   
116/3651 KB   
118/3651 KB   
120/3651 KB   
122/3651 KB   
124/3651 KB   
126/3651 KB   
128/3651 KB   
130/3651 KB   
132/3651 KB   
134/3651 KB   
136/3651 KB   
138/3651 KB   
140/3651 KB   
142/3651 KB   
144/3651 KB   
146/3651 KB   
148/3651 KB   
150/3651 KB   
152/3651 KB   
154/3651 KB   
156/3651 KB   
158/3651 KB   
160/3651 KB   
162/3651 KB   
164/3651 KB   
166/3651 KB   
168/3651 KB   
170/3651 KB   
172/3651 KB   
174/3651 KB   
176/3651 KB   
178/3651 KB   
180/3651 KB   
182/3651 KB   
184/3651 KB   
186/3651 KB   
188/3651 KB   
190/3651 KB   
192/3651 KB   
194/3651 KB   
196/3651 KB   
198/3651 KB   
200/3651 KB   
202/3651 KB   
204/3651 KB   
206/3651 KB   
208/3651 KB   
210/3651 KB   
212/3651 KB   
214/3651 KB   
216/3651 KB   
218/3651 KB   
220/3651 KB   
222/3651 KB   
224/3651 KB   
226/3651 KB   
228/3651 KB   
230/3651 KB   
232/3651 KB   
234/3651 KB   
236/3651 KB   
238/3651 KB   
240/3651 KB   
242/3651 KB   
244/3651 KB   
246/3651 KB   
248/3651 KB   
250/3651 KB   
252/3651 KB   
254/3651 KB   
256/3651 KB   
258/3651 KB   
260/3651 KB   
262/3651 KB   
264/3651 KB   
266/3651 KB   
268/3651 KB   
270/3651 KB   
272/3651 KB   
274/3651 KB   
276/3651 KB   
278/3651 KB   
280/3651 KB   
282/3651 KB   
284/3651 KB   
286/3651 KB   
288/3651 KB   
290/3651 KB   
292/3651 KB   
294/3651 KB   
296/3651 KB   
298/3651 KB   
300/3651 KB   
302/3651 KB   
304/3651 KB   
306/3651 KB   
308/3651 KB   
310/3651 KB   
312/3651 KB   
314/3651 KB   
316/3651 KB   
318/3651 KB   
320/3651 KB   
322/3651 KB   
324/3651 KB   
326/3651 KB   
328/3651 KB   
330/3651 KB   
332/3651 KB   
334/3651 KB   
336/3651 KB   
338/3651 KB   
340/3651 KB   
342/3651 KB   
344/3651 KB   
346/3651 KB   
348/3651 KB   
350/3651 KB   
352/3651 KB   
354/3651 KB   
356/3651 KB   
358/3651 KB   
360/3651 KB   
362/3651 KB   
364/3651 KB   
366/3651 KB   
368/3651 KB   
370/3651 KB   
372/3651 KB   
374/3651 KB   
376/3651 KB   
378/3651 KB   
380/3651 KB   
382/3651 KB   
384/3651 KB   
386/3651 KB   
388/3651 KB   
390/3651 KB   
392/3651 KB   
394/3651 KB   
396/3651 KB   
398/3651 KB   
400/3651 KB   
402/3651 KB   
404/3651 KB   
406/3651 KB   
408/3651 KB   
410/3651 KB   
412/3651 KB   
414/3651 KB   
416/3651 KB   
418/3651 KB   
420/3651 KB   
422/3651 KB   
424/3651 KB   
426/3651 KB   
428/3651 KB   
430/3651 KB   
432/3651 KB   
434/3651 KB   
436/3651 KB   
438/3651 KB   
440/3651 KB   
442/3651 KB   
444/3651 KB   
446/3651 KB   
448/3651 KB   
450/3651 KB   
452/3651 KB   
454/3651 KB   
456/3651 KB   
458/3651 KB   
460/3651 KB   
462/3651 KB   
464/3651 KB   
466/3651 KB   
468/3651 KB   
470/3651 KB   
472/3651 KB   
474/3651 KB   
476/3651 KB   
478/3651 KB   
480/3651 KB   
482/3651 KB   
484/3651 KB   
486/3651 KB   
488/3651 KB   
490/3651 KB   
492/3651 KB   
494/3651 KB   
496/3651 KB   
498/3651 KB   
500/3651 KB   
502/3651 KB   
504/3651 KB   
506/3651 KB   
508/3651 KB   
510/3651 KB   
512/3651 KB   
514/3651 KB   
516/3651 KB   
518/3651 KB   
520/3651 KB   
522/3651 KB   
524/3651 KB   
526/3651 KB   
528/3651 KB   
530/3651 KB   
532/3651 KB   
534/3651 KB   
536/3651 KB   
538/3651 KB   
540/3651 KB   
542/3651 KB   
544/3651 KB   
546/3651 KB   
548/3651 KB   
550/3651 KB   
552/3651 KB   
554/3651 KB   
556/3651 KB   
558/3651 KB   
560/3651 KB   
562/3651 KB   
564/3651 KB   
566/3651 KB   
568/3651 KB   
570/3651 KB   
572/3651 KB   
574/3651 KB   
576/3651 KB   
578/3651 KB   
580/3651 KB   
582/3651 KB   
584/3651 KB   
586/3651 KB   
588/3651 KB   
590/3651 KB   
592/3651 KB   
594/3651 KB   
596/3651 KB   
598/3651 KB   
600/3651 KB   
602/3651 KB   
604/3651 KB   
606/3651 KB   
608/3651 KB   
610/3651 KB   
612/3651 KB   
614/3651 KB   
616/3651 KB   
618/3651 KB   
620/3651 KB   
622/3651 KB   
624/3651 KB   
626/3651 KB   
628/3651 KB   
630/3651 KB   
632/3651 KB   
634/3651 KB   
636/3651 KB   
638/3651 KB   
640/3651 KB   
642/3651 KB   
644/3651 KB   
646/3651 KB   
648/3651 KB   
650/3651 KB   
652/3651 KB   
654/3651 KB   
656/3651 KB   
658/3651 KB   
660/3651 KB   
662/3651 KB   
664/3651 KB   
666/3651 KB   
668/3651 KB   
670/3651 KB   
672/3651 KB   
674/3651 KB   
676/3651 KB   
678/3651 KB   
680/3651 KB   
682/3651 KB   
684/3651 KB   
686/3651 KB   
688/3651 KB   
690/3651 KB   
692/3651 KB   
694/3651 KB   
696/3651 KB   
698/3651 KB   
700/3651 KB   
702/3651 KB   
704/3651 KB   
706/3651 KB   
708/3651 KB   
710/3651 KB   
712/3651 KB   
714/3651 KB   
716/3651 KB   
718/3651 KB   
720/3651 KB   
722/3651 KB   
724/3651 KB   
726/3651 KB   
728/3651 KB   
730/3651 KB   
732/3651 KB   
734/3651 KB   
736/3651 KB   
738/3651 KB   
740/3651 KB   
742/3651 KB   
744/3651 KB   
746/3651 KB   
748/3651 KB   
750/3651 KB   
752/3651 KB   
754/3651 KB   
756/3651 KB   
758/3651 KB   
760/3651 KB   
762/3651 KB   
764/3651 KB   
766/3651 KB   
768/3651 KB   
770/3651 KB   
772/3651 KB   
774/3651 KB   
776/3651 KB   
778/3651 KB   
780/3651 KB   
782/3651 KB   
784/3651 KB   
786/3651 KB   
788/3651 KB   
790/3651 KB   
792/3651 KB   
794/3651 KB   
796/3651 KB   
798/3651 KB   
800/3651 KB   
802/3651 KB   
804/3651 KB   
806/3651 KB   
808/3651 KB   
810/3651 KB   
812/3651 KB   
814/3651 KB   
816/3651 KB   
818/3651 KB   
820/3651 KB   
822/3651 KB   
824/3651 KB   
826/3651 KB   
828/3651 KB   
830/3651 KB   
832/3651 KB   
834/3651 KB   
836/3651 KB   
838/3651 KB   
840/3651 KB   
842/3651 KB   
844/3651 KB   
846/3651 KB   
848/3651 KB   
850/3651 KB   
852/3651 KB   
854/3651 KB   
856/3651 KB   
858/3651 KB   
860/3651 KB   
862/3651 KB   
864/3651 KB   
866/3651 KB   
868/3651 KB   
870/3651 KB   
872/3651 KB   
874/3651 KB   
876/3651 KB   
878/3651 KB   
880/3651 KB   
882/3651 KB   
884/3651 KB   
886/3651 KB   
888/3651 KB   
890/3651 KB   
892/3651 KB   
894/3651 KB   
896/3651 KB   
898/3651 KB   
900/3651 KB   
902/3651 KB   
904/3651 KB   
906/3651 KB   
908/3651 KB   
910/3651 KB   
912/3651 KB   
914/3651 KB   
916/3651 KB   
918/3651 KB   
920/3651 KB   
922/3651 KB   
924/3651 KB   
926/3651 KB   
928/3651 KB   
930/3651 KB   
932/3651 KB   
934/3651 KB   
936/3651 KB   
938/3651 KB   
940/3651 KB   
942/3651 KB   
944/3651 KB   
946/3651 KB   
948/3651 KB   
950/3651 KB   
952/3651 KB   
954/3651 KB   
956/3651 KB   
958/3651 KB   
960/3651 KB   
962/3651 KB   
964/3651 KB   
966/3651 KB   
968/3651 KB   
970/3651 KB   
972/3651 KB   
974/3651 KB   
976/3651 KB   
978/3651 KB   
980/3651 KB   
982/3651 KB   
984/3651 KB   
986/3651 KB   
988/3651 KB   
990/3651 KB   
992/3651 KB   
994/3651 KB   
996/3651 KB   
998/3651 KB   
1000/3651 KB   
1002/3651 KB   
1004/3651 KB   
1006/3651 KB   
1008/3651 KB   
1010/3651 KB   
1012/3651 KB   
1014/3651 KB   
1016/3651 KB   
1018/3651 KB   
1020/3651 KB   
1022/3651 KB   
1024/3651 KB   
1026/3651 KB   
1028/3651 KB   
1030/3651 KB   
1032/3651 KB   
1034/3651 KB   
1036/3651 KB   
1038/3651 KB   
1040/3651 KB   
1042/3651 KB   
1044/3651 KB   
1046/3651 KB   
1048/3651 KB   
1050/3651 KB   
1052/3651 KB   
1054/3651 KB   
1056/3651 KB   
1058/3651 KB   
1060/3651 KB   
1062/3651 KB   
1064/3651 KB   
1066/3651 KB   
1068/3651 KB   
1070/3651 KB   
1072/3651 KB   
1074/3651 KB   
1076/3651 KB   
1078/3651 KB   
1080/3651 KB   
1082/3651 KB   
1084/3651 KB   
1086/3651 KB   
1088/3651 KB   
1090/3651 KB   
1092/3651 KB   
1094/3651 KB   
1096/3651 KB   
1098/3651 KB   
1100/3651 KB   
1102/3651 KB   
1104/3651 KB   
1106/3651 KB   
1108/3651 KB   
1110/3651 KB   
1112/3651 KB   
1114/3651 KB   
1116/3651 KB   
1118/3651 KB   
1120/3651 KB   
1122/3651 KB   
1124/3651 KB   
1126/3651 KB   
1128/3651 KB   
1130/3651 KB   
1132/3651 KB   
1134/3651 KB   
1136/3651 KB   
1138/3651 KB   
1140/3651 KB   
1142/3651 KB   
1144/3651 KB   
1146/3651 KB   
1148/3651 KB   
1150/3651 KB   
1152/3651 KB   
1154/3651 KB   
1156/3651 KB   
1158/3651 KB   
1160/3651 KB   
1162/3651 KB   
1164/3651 KB   
1166/3651 KB   
1168/3651 KB   
1170/3651 KB   
1172/3651 KB   
1174/3651 KB   
1176/3651 KB   
1178/3651 KB   
1180/3651 KB   
1182/3651 KB   
1184/3651 KB   
1186/3651 KB   
1188/3651 KB   
1190/3651 KB   
1192/3651 KB   
1194/3651 KB   
1196/3651 KB   
1198/3651 KB   
1200/3651 KB   
1202/3651 KB   
1204/3651 KB   
1206/3651 KB   
1208/3651 KB   
1210/3651 KB   
1212/3651 KB   
1214/3651 KB   
1216/3651 KB   
1218/3651 KB   
1220/3651 KB   
1222/3651 KB   
1224/3651 KB   
1226/3651 KB   
1228/3651 KB   
1230/3651 KB   
1232/3651 KB   
1234/3651 KB   
1236/3651 KB   
1238/3651 KB   
1240/3651 KB   
1242/3651 KB   
1244/3651 KB   
1246/3651 KB   
1248/3651 KB   
1250/3651 KB   
1252/3651 KB   
1254/3651 KB   
1256/3651 KB   
1258/3651 KB   
1260/3651 KB   
1262/3651 KB   
1264/3651 KB   
1266/3651 KB   
1268/3651 KB   
1270/3651 KB   
1272/3651 KB   
1274/3651 KB   
1276/3651 KB   
1278/3651 KB   
1280/3651 KB   
1282/3651 KB   
1284/3651 KB   
1286/3651 KB   
1288/3651 KB   
1290/3651 KB   
1292/3651 KB   
1294/3651 KB   
1296/3651 KB   
1298/3651 KB   
1300/3651 KB   
1302/3651 KB   
1304/3651 KB   
1306/3651 KB   
1308/3651 KB   
1310/3651 KB   
1312/3651 KB   
1314/3651 KB   
1316/3651 KB   
1318/3651 KB   
1320/3651 KB   
1322/3651 KB   
1324/3651 KB   
1326/3651 KB   
1328/3651 KB   
1330/3651 KB   
1332/3651 KB   
1334/3651 KB   
1336/3651 KB   
1338/3651 KB   
1340/3651 KB   
1342/3651 KB   
1344/3651 KB   
1346/3651 KB   
1348/3651 KB   
1350/3651 KB   
1352/3651 KB   
1354/3651 KB   
1356/3651 KB   
1358/3651 KB   
1360/3651 KB   
1362/3651 KB   
1364/3651 KB   
1366/3651 KB   
1368/3651 KB   
1370/3651 KB   
1372/3651 KB   
1374/3651 KB   
1376/3651 KB   
1378/3651 KB   
1380/3651 KB   
1382/3651 KB   
1384/3651 KB   
1386/3651 KB   
1388/3651 KB   
1390/3651 KB   
1392/3651 KB   
1394/3651 KB   
1396/3651 KB   
1398/3651 KB   
1400/3651 KB   
1402/3651 KB   
1404/3651 KB   
1406/3651 KB   
1408/3651 KB   
1410/3651 KB   
1412/3651 KB   
1414/3651 KB   
1416/3651 KB   
1418/3651 KB   
1420/3651 KB   
1422/3651 KB   
1424/3651 KB   
1426/3651 KB   
1428/3651 KB   
1430/3651 KB   
1432/3651 KB   
1434/3651 KB   
1436/3651 KB   
1438/3651 KB   
1440/3651 KB   
1442/3651 KB   
1444/3651 KB   
1446/3651 KB   
1448/3651 KB   
1450/3651 KB   
1452/3651 KB   
1454/3651 KB   
1456/3651 KB   
1458/3651 KB   
1460/3651 KB   
1462/3651 KB   
1464/3651 KB   
1466/3651 KB   
1468/3651 KB   
1470/3651 KB   
1472/3651 KB   
1474/3651 KB   
1476/3651 KB   
1478/3651 KB   
1480/3651 KB   
1482/3651 KB   
1484/3651 KB   
1486/3651 KB   
1488/3651 KB   
1490/3651 KB   
1492/3651 KB   
1494/3651 KB   
1496/3651 KB   
1498/3651 KB   
1500/3651 KB   
1502/3651 KB   
1504/3651 KB   
1506/3651 KB   
1508/3651 KB   
1510/3651 KB   
1512/3651 KB   
1514/3651 KB   
1516/3651 KB   
1518/3651 KB   
1520/3651 KB   
1522/3651 KB   
1524/3651 KB   
1526/3651 KB   
1528/3651 KB   
1530/3651 KB   
1532/3651 KB   
1534/3651 KB   
1536/3651 KB   
1538/3651 KB   
1540/3651 KB   
1542/3651 KB   
1544/3651 KB   
1546/3651 KB   
1548/3651 KB   
1550/3651 KB   
1552/3651 KB   
1554/3651 KB   
1556/3651 KB   
1558/3651 KB   
1560/3651 KB   
1562/3651 KB   
1564/3651 KB   
1566/3651 KB   
1568/3651 KB   
1570/3651 KB   
1572/3651 KB   
1574/3651 KB   
1576/3651 KB   
1578/3651 KB   
1580/3651 KB   
1582/3651 KB   
1584/3651 KB   
1586/3651 KB   
1588/3651 KB   
1590/3651 KB   
1592/3651 KB   
1594/3651 KB   
1596/3651 KB   
1598/3651 KB   
1600/3651 KB   
1602/3651 KB   
1604/3651 KB   
1606/3651 KB   
1608/3651 KB   
1610/3651 KB   
1612/3651 KB   
1614/3651 KB   
1616/3651 KB   
1618/3651 KB   
1620/3651 KB   
1622/3651 KB   
1624/3651 KB   
1626/3651 KB   
1628/3651 KB   
1630/3651 KB   
1632/3651 KB   
1634/3651 KB   
1636/3651 KB   
1638/3651 KB   
1640/3651 KB   
1642/3651 KB   
1644/3651 KB   
1646/3651 KB   
1648/3651 KB   
1650/3651 KB   
1652/3651 KB   
1654/3651 KB   
1656/3651 KB   
1658/3651 KB   
1660/3651 KB   
1662/3651 KB   
1664/3651 KB   
1666/3651 KB   
1668/3651 KB   
1670/3651 KB   
1672/3651 KB   
1674/3651 KB   
1676/3651 KB   
1678/3651 KB   
1680/3651 KB   
1682/3651 KB   
1684/3651 KB   
1686/3651 KB   
1688/3651 KB   
1690/3651 KB   
1692/3651 KB   
1694/3651 KB   
1696/3651 KB   
1698/3651 KB   
1700/3651 KB   
1702/3651 KB   
1704/3651 KB   
1706/3651 KB   
1708/3651 KB   
1710/3651 KB   
1712/3651 KB   
1714/3651 KB   
1716/3651 KB   
1718/3651 KB   
1720/3651 KB   
1722/3651 KB   
1724/3651 KB   
1726/3651 KB   
1728/3651 KB   
1730/3651 KB   
1732/3651 KB   
1734/3651 KB   
1736/3651 KB   
1738/3651 KB   
1740/3651 KB   
1742/3651 KB   
1744/3651 KB   
1746/3651 KB   
1748/3651 KB   
1750/3651 KB   
1752/3651 KB   
1754/3651 KB   
1756/3651 KB   
1758/3651 KB   
1760/3651 KB   
1762/3651 KB   
1764/3651 KB   
1766/3651 KB   
1768/3651 KB   
1770/3651 KB   
1772/3651 KB   
1774/3651 KB   
1776/3651 KB   
1778/3651 KB   
1780/3651 KB   
1782/3651 KB   
1784/3651 KB   
1786/3651 KB   
1788/3651 KB   
1790/3651 KB   
1792/3651 KB   
1794/3651 KB   
1796/3651 KB   
1798/3651 KB   
1800/3651 KB   
1802/3651 KB   
1804/3651 KB   
1806/3651 KB   
1808/3651 KB   
1810/3651 KB   
1812/3651 KB   
1814/3651 KB   
1816/3651 KB   
1818/3651 KB   
1820/3651 KB   
1822/3651 KB   
1824/3651 KB   
1826/3651 KB   
1828/3651 KB   
1830/3651 KB   
1832/3651 KB   
1834/3651 KB   
1836/3651 KB   
1838/3651 KB   
1840/3651 KB   
1842/3651 KB   
1844/3651 KB   
1846/3651 KB   
1848/3651 KB   
1850/3651 KB   
1852/3651 KB   
1854/3651 KB   
1856/3651 KB   
1858/3651 KB   
1860/3651 KB   
1862/3651 KB   
1864/3651 KB   
1866/3651 KB   
1868/3651 KB   
1870/3651 KB   
1872/3651 KB   
1874/3651 KB   
1876/3651 KB   
1878/3651 KB   
1880/3651 KB   
1882/3651 KB   
1884/3651 KB   
1886/3651 KB   
1888/3651 KB   
1890/3651 KB   
1892/3651 KB   
1894/3651 KB   
1896/3651 KB   
1898/3651 KB   
1900/3651 KB   
1902/3651 KB   
1904/3651 KB   
1906/3651 KB   
1908/3651 KB   
1910/3651 KB   
1912/3651 KB   
1914/3651 KB   
1916/3651 KB   
1918/3651 KB   
1920/3651 KB   
1922/3651 KB   
1924/3651 KB   
1926/3651 KB   
1928/3651 KB   
1930/3651 KB   
1932/3651 KB   
1934/3651 KB   
1936/3651 KB   
1938/3651 KB   
1940/3651 KB   
1942/3651 KB   
1944/3651 KB   
1946/3651 KB   
1948/3651 KB   
1950/3651 KB   
1952/3651 KB   
1954/3651 KB   
1956/3651 KB   
1958/3651 KB   
1960/3651 KB   
1962/3651 KB   
1964/3651 KB   
1966/3651 KB   
1968/3651 KB   
1970/3651 KB   
1972/3651 KB   
1974/3651 KB   
1976/3651 KB   
1978/3651 KB   
1980/3651 KB   
1982/3651 KB   
1984/3651 KB   
1986/3651 KB   
1988/3651 KB   
1990/3651 KB   
1992/3651 KB   
1994/3651 KB   
1996/3651 KB   
1998/3651 KB   
2000/3651 KB   
2002/3651 KB   
2004/3651 KB   
2006/3651 KB   
2008/3651 KB   
2010/3651 KB   
2012/3651 KB   
2014/3651 KB   
2016/3651 KB   
2018/3651 KB   
2020/3651 KB   
2022/3651 KB   
2024/3651 KB   
2026/3651 KB   
2028/3651 KB   
2030/3651 KB   
2032/3651 KB   
2034/3651 KB   
2036/3651 KB   
2038/3651 KB   
2040/3651 KB   
2042/3651 KB   
2044/3651 KB   
2046/3651 KB   
2048/3651 KB   
2050/3651 KB   
2052/3651 KB   
2054/3651 KB   
2056/3651 KB   
2058/3651 KB   
2060/3651 KB   
2062/3651 KB   
2064/3651 KB   
2066/3651 KB   
2068/3651 KB   
2070/3651 KB   
2072/3651 KB   
2074/3651 KB   
2076/3651 KB   
2078/3651 KB   
2080/3651 KB   
2082/3651 KB   
2084/3651 KB   
2086/3651 KB   
2088/3651 KB   
2090/3651 KB   
2092/3651 KB   
2094/3651 KB   
2096/3651 KB   
2098/3651 KB   
2100/3651 KB   
2102/3651 KB   
2104/3651 KB   
2106/3651 KB   
2108/3651 KB   
2110/3651 KB   
2112/3651 KB   
2114/3651 KB   
2116/3651 KB   
2118/3651 KB   
2120/3651 KB   
2122/3651 KB   
2124/3651 KB   
2126/3651 KB   
2128/3651 KB   
2130/3651 KB   
2132/3651 KB   
2134/3651 KB   
2136/3651 KB   
2138/3651 KB   
2140/3651 KB   
2142/3651 KB   
2144/3651 KB   
2146/3651 KB   
2148/3651 KB   
2150/3651 KB   
2152/3651 KB   
2154/3651 KB   
2156/3651 KB   
2158/3651 KB   
2160/3651 KB   
2162/3651 KB   
2164/3651 KB   
2166/3651 KB   
2168/3651 KB   
2170/3651 KB   
2172/3651 KB   
2174/3651 KB   
2176/3651 KB   
2178/3651 KB   
2180/3651 KB   
2182/3651 KB   
2184/3651 KB   
2186/3651 KB   
2188/3651 KB   
2190/3651 KB   
2192/3651 KB   
2194/3651 KB   
2196/3651 KB   
2198/3651 KB   
2200/3651 KB   
2202/3651 KB   
2204/3651 KB   
2206/3651 KB   
2208/3651 KB   
2210/3651 KB   
2212/3651 KB   
2214/3651 KB   
2216/3651 KB   
2218/3651 KB   
2220/3651 KB   
2222/3651 KB   
2224/3651 KB   
2226/3651 KB   
2228/3651 KB   
2230/3651 KB   
2232/3651 KB   
2234/3651 KB   
2236/3651 KB   
2238/3651 KB   
2240/3651 KB   
2242/3651 KB   
2244/3651 KB   
2246/3651 KB   
2248/3651 KB   
2250/3651 KB   
2252/3651 KB   
2254/3651 KB   
2256/3651 KB   
2258/3651 KB   
2260/3651 KB   
2262/3651 KB   
2264/3651 KB   
2266/3651 KB   
2268/3651 KB   
2270/3651 KB   
2272/3651 KB   
2274/3651 KB   
2276/3651 KB   
2278/3651 KB   
2280/3651 KB   
2282/3651 KB   
2284/3651 KB   
2286/3651 KB   
2288/3651 KB   
2290/3651 KB   
2292/3651 KB   
2294/3651 KB   
2296/3651 KB   
2298/3651 KB   
2300/3651 KB   
2302/3651 KB   
2304/3651 KB   
2306/3651 KB   
2308/3651 KB   
2310/3651 KB   
2312/3651 KB   
2314/3651 KB   
2316/3651 KB   
2318/3651 KB   
2320/3651 KB   
2322/3651 KB   
2324/3651 KB   
2326/3651 KB   
2328/3651 KB   
2330/3651 KB   
2332/3651 KB   
2334/3651 KB   
2336/3651 KB   
2338/3651 KB   
2340/3651 KB   
2342/3651 KB   
2344/3651 KB   
2346/3651 KB   
2348/3651 KB   
2350/3651 KB   
2352/3651 KB   
2354/3651 KB   
2356/3651 KB   
2358/3651 KB   
2360/3651 KB   
2362/3651 KB   
2364/3651 KB   
2366/3651 KB   
2368/3651 KB   
2370/3651 KB   
2372/3651 KB   
2374/3651 KB   
2376/3651 KB   
2378/3651 KB   
2380/3651 KB   
2382/3651 KB   
2384/3651 KB   
2386/3651 KB   
2388/3651 KB   
2390/3651 KB   
2392/3651 KB   
2394/3651 KB   
2396/3651 KB   
2398/3651 KB   
2400/3651 KB   
2402/3651 KB   
2404/3651 KB   
2406/3651 KB   
2408/3651 KB   
2410/3651 KB   
2412/3651 KB   
2414/3651 KB   
2416/3651 KB   
2418/3651 KB   
2420/3651 KB   
2422/3651 KB   
2424/3651 KB   
2426/3651 KB   
2428/3651 KB   
2430/3651 KB   
2432/3651 KB   
2434/3651 KB   
2436/3651 KB   
2438/3651 KB   
2440/3651 KB   
2442/3651 KB   
2444/3651 KB   
2446/3651 KB   
2448/3651 KB   
2450/3651 KB   
2452/3651 KB   
2454/3651 KB   
2456/3651 KB   
2458/3651 KB   
2460/3651 KB   
2462/3651 KB   
2464/3651 KB   
2466/3651 KB   
2468/3651 KB   
2470/3651 KB   
2472/3651 KB   
2474/3651 KB   
2476/3651 KB   
2478/3651 KB   
2480/3651 KB   
2482/3651 KB   
2484/3651 KB   
2486/3651 KB   
2488/3651 KB   
2490/3651 KB   
2492/3651 KB   
2494/3651 KB   
2496/3651 KB   
2498/3651 KB   
2500/3651 KB   
2502/3651 KB   
2504/3651 KB   
2506/3651 KB   
2508/3651 KB   
2510/3651 KB   
2512/3651 KB   
2514/3651 KB   
2516/3651 KB   
2518/3651 KB   
2520/3651 KB   
2522/3651 KB   
2524/3651 KB   
2526/3651 KB   
2528/3651 KB   
2530/3651 KB   
2532/3651 KB   
2534/3651 KB   
2536/3651 KB   
2538/3651 KB   
2540/3651 KB   
2542/3651 KB   
2544/3651 KB   
2546/3651 KB   
2548/3651 KB   
2550/3651 KB   
2552/3651 KB   
2554/3651 KB   
2556/3651 KB   
2558/3651 KB   
2560/3651 KB   
2562/3651 KB   
2564/3651 KB   
2566/3651 KB   
2568/3651 KB   
2570/3651 KB   
2572/3651 KB   
2574/3651 KB   
2576/3651 KB   
2578/3651 KB   
2580/3651 KB   
2582/3651 KB   
2584/3651 KB   
2586/3651 KB   
2588/3651 KB   
2590/3651 KB   
2592/3651 KB   
2594/3651 KB   
2596/3651 KB   
2598/3651 KB   
2600/3651 KB   
2602/3651 KB   
2604/3651 KB   
2606/3651 KB   
2608/3651 KB   
2610/3651 KB   
2612/3651 KB   
2614/3651 KB   
2616/3651 KB   
2618/3651 KB   
2620/3651 KB   
2622/3651 KB   
2624/3651 KB   
2626/3651 KB   
2628/3651 KB   
2630/3651 KB   
2632/3651 KB   
2634/3651 KB   
2636/3651 KB   
2638/3651 KB   
2640/3651 KB   
2642/3651 KB   
2644/3651 KB   
2646/3651 KB   
2648/3651 KB   
2650/3651 KB   
2652/3651 KB   
2654/3651 KB   
2656/3651 KB   
2658/3651 KB   
2660/3651 KB   
2662/3651 KB   
2664/3651 KB   
2666/3651 KB   
2668/3651 KB   
2670/3651 KB   
2672/3651 KB   
2674/3651 KB   
2676/3651 KB   
2678/3651 KB   
2680/3651 KB   
2682/3651 KB   
2684/3651 KB   
2686/3651 KB   
2688/3651 KB   
2690/3651 KB   
2692/3651 KB   
2694/3651 KB   
2696/3651 KB   
2698/3651 KB   
2700/3651 KB   
2702/3651 KB   
2704/3651 KB   
2706/3651 KB   
2708/3651 KB   
2710/3651 KB   
2712/3651 KB   
2714/3651 KB   
2716/3651 KB   
2718/3651 KB   
2720/3651 KB   
2722/3651 KB   
2724/3651 KB   
2726/3651 KB   
2728/3651 KB   
2730/3651 KB   
2732/3651 KB   
2734/3651 KB   
2736/3651 KB   
2738/3651 KB   
2740/3651 KB   
2742/3651 KB   
2744/3651 KB   
2746/3651 KB   
2748/3651 KB   
2750/3651 KB   
2752/3651 KB   
2754/3651 KB   
2756/3651 KB   
2758/3651 KB   
2760/3651 KB   
2762/3651 KB   
2764/3651 KB   
2766/3651 KB   
2768/3651 KB   
2770/3651 KB   
2772/3651 KB   
2774/3651 KB   
2776/3651 KB   
2778/3651 KB   
2780/3651 KB   
2782/3651 KB   
2784/3651 KB   
2786/3651 KB   
2788/3651 KB   
2790/3651 KB   
2792/3651 KB   
2794/3651 KB   
2796/3651 KB   
2798/3651 KB   
2800/3651 KB   
2802/3651 KB   
2804/3651 KB   
2806/3651 KB   
2808/3651 KB   
2810/3651 KB   
2812/3651 KB   
2814/3651 KB   
2816/3651 KB   
2818/3651 KB   
2820/3651 KB   
2822/3651 KB   
2824/3651 KB   
2826/3651 KB   
2828/3651 KB   
2830/3651 KB   
2832/3651 KB   
2834/3651 KB   
2836/3651 KB   
2838/3651 KB   
2840/3651 KB   
2842/3651 KB   
2844/3651 KB   
2846/3651 KB   
2848/3651 KB   
2850/3651 KB   
2852/3651 KB   
2854/3651 KB   
2856/3651 KB   
2858/3651 KB   
2860/3651 KB   
2862/3651 KB   
2864/3651 KB   
2866/3651 KB   
2868/3651 KB   
2870/3651 KB   
2872/3651 KB   
2874/3651 KB   
2876/3651 KB   
2878/3651 KB   
2880/3651 KB   
2882/3651 KB   
2884/3651 KB   
2886/3651 KB   
2888/3651 KB   
2890/3651 KB   
2892/3651 KB   
2894/3651 KB   
2896/3651 KB   
2898/3651 KB   
2900/3651 KB   
2902/3651 KB   
2904/3651 KB   
2906/3651 KB   
2908/3651 KB   
2910/3651 KB   
2912/3651 KB   
2914/3651 KB   
2916/3651 KB   
2918/3651 KB   
2920/3651 KB   
2922/3651 KB   
2924/3651 KB   
2926/3651 KB   
2928/3651 KB   
2930/3651 KB   
2932/3651 KB   
2934/3651 KB   
2936/3651 KB   
2938/3651 KB   
2940/3651 KB   
2942/3651 KB   
2944/3651 KB   
2946/3651 KB   
2948/3651 KB   
2950/3651 KB   
2952/3651 KB   
2954/3651 KB   
2956/3651 KB   
2958/3651 KB   
2960/3651 KB   
2962/3651 KB   
2964/3651 KB   
2966/3651 KB   
2968/3651 KB   
2970/3651 KB   
2972/3651 KB   
2974/3651 KB   
2976/3651 KB   
2978/3651 KB   
2980/3651 KB   
2982/3651 KB   
2984/3651 KB   
2986/3651 KB   
2988/3651 KB   
2990/3651 KB   
2992/3651 KB   
2994/3651 KB   
2996/3651 KB   
2998/3651 KB   
3000/3651 KB   
3002/3651 KB   
3004/3651 KB   
3006/3651 KB   
3008/3651 KB   
3010/3651 KB   
3012/3651 KB   
3014/3651 KB   
3016/3651 KB   
3018/3651 KB   
3020/3651 KB   
3022/3651 KB   
3024/3651 KB   
3026/3651 KB   
3028/3651 KB   
3030/3651 KB   
3032/3651 KB   
3034/3651 KB   
3036/3651 KB   
3038/3651 KB   
3040/3651 KB   
3042/3651 KB   
3044/3651 KB   
3046/3651 KB   
3048/3651 KB   
3050/3651 KB   
3052/3651 KB   
3054/3651 KB   
3056/3651 KB   
3058/3651 KB   
3060/3651 KB   
3062/3651 KB   
3064/3651 KB   
3066/3651 KB   
3068/3651 KB   
3070/3651 KB   
3072/3651 KB   
3074/3651 KB   
3076/3651 KB   
3078/3651 KB   
3080/3651 KB   
3082/3651 KB   
3084/3651 KB   
3086/3651 KB   
3088/3651 KB   
3090/3651 KB   
3092/3651 KB   
3094/3651 KB   
3096/3651 KB   
3098/3651 KB   
3100/3651 KB   
3102/3651 KB   
3104/3651 KB   
3106/3651 KB   
3108/3651 KB   
3110/3651 KB   
3112/3651 KB   
3114/3651 KB   
3116/3651 KB   
3118/3651 KB   
3120/3651 KB   
3122/3651 KB   
3124/3651 KB   
3126/3651 KB   
3128/3651 KB   
3130/3651 KB   
3132/3651 KB   
3134/3651 KB   
3136/3651 KB   
3138/3651 KB   
3140/3651 KB   
3142/3651 KB   
3144/3651 KB   
3146/3651 KB   
3148/3651 KB   
3150/3651 KB   
3152/3651 KB   
3154/3651 KB   
3156/3651 KB   
3158/3651 KB   
3160/3651 KB   
3162/3651 KB   
3164/3651 KB   
3166/3651 KB   
3168/3651 KB   
3170/3651 KB   
3172/3651 KB   
3174/3651 KB   
3176/3651 KB   
3178/3651 KB   
3180/3651 KB   
3182/3651 KB   
3184/3651 KB   
3186/3651 KB   
3188/3651 KB   
3190/3651 KB   
3192/3651 KB   
3194/3651 KB   
3196/3651 KB   
3198/3651 KB   
3200/3651 KB   
3202/3651 KB   
3204/3651 KB   
3206/3651 KB   
3208/3651 KB   
3210/3651 KB   
3212/3651 KB   
3214/3651 KB   
3216/3651 KB   
3218/3651 KB   
3220/3651 KB   
3222/3651 KB   
3224/3651 KB   
3226/3651 KB   
3228/3651 KB   
3230/3651 KB   
3232/3651 KB   
3234/3651 KB   
3236/3651 KB   
3238/3651 KB   
3240/3651 KB   
3242/3651 KB   
3244/3651 KB   
3246/3651 KB   
3248/3651 KB   
3250/3651 KB   
3252/3651 KB   
3254/3651 KB   
3256/3651 KB   
3258/3651 KB   
3260/3651 KB   
3262/3651 KB   
3264/3651 KB   
3266/3651 KB   
3268/3651 KB   
3270/3651 KB   
3272/3651 KB   
3274/3651 KB   
3276/3651 KB   
3278/3651 KB   
3280/3651 KB   
3282/3651 KB   
3284/3651 KB   
3286/3651 KB   
3288/3651 KB   
3290/3651 KB   
3292/3651 KB   
3294/3651 KB   
3296/3651 KB   
3298/3651 KB   
3300/3651 KB   
3302/3651 KB   
3304/3651 KB   
3306/3651 KB   
3308/3651 KB   
3310/3651 KB   
3312/3651 KB   
3314/3651 KB   
3316/3651 KB   
3318/3651 KB   
3320/3651 KB   
3322/3651 KB   
3324/3651 KB   
3326/3651 KB   
3328/3651 KB   
3330/3651 KB   
3332/3651 KB   
3334/3651 KB   
3336/3651 KB   
3338/3651 KB   
3340/3651 KB   
3342/3651 KB   
3344/3651 KB   
3346/3651 KB   
3348/3651 KB   
3350/3651 KB   
3352/3651 KB   
3354/3651 KB   
3356/3651 KB   
3358/3651 KB   
3360/3651 KB   
3362/3651 KB   
3364/3651 KB   
3366/3651 KB   
3368/3651 KB   
3370/3651 KB   
3372/3651 KB   
3374/3651 KB   
3376/3651 KB   
3378/3651 KB   
3380/3651 KB   
3382/3651 KB   
3384/3651 KB   
3386/3651 KB   
3388/3651 KB   
3390/3651 KB   
3392/3651 KB   
3394/3651 KB   
3396/3651 KB   
3398/3651 KB   
3400/3651 KB   
3402/3651 KB   
3404/3651 KB   
3406/3651 KB   
3408/3651 KB   
3410/3651 KB   
3412/3651 KB   
3414/3651 KB   
3416/3651 KB   
3418/3651 KB   
3420/3651 KB   
3422/3651 KB   
3424/3651 KB   
3426/3651 KB   
3428/3651 KB   
3430/3651 KB   
3432/3651 KB   
3434/3651 KB   
3436/3651 KB   
3438/3651 KB   
3440/3651 KB   
3442/3651 KB   
3444/3651 KB   
3446/3651 KB   
3448/3651 KB   
3450/3651 KB   
3452/3651 KB   
3454/3651 KB   
3456/3651 KB   
3458/3651 KB   
3460/3651 KB   
3462/3651 KB   
3464/3651 KB   
3466/3651 KB   
3468/3651 KB   
3470/3651 KB   
3472/3651 KB   
3474/3651 KB   
3476/3651 KB   
3478/3651 KB   
3480/3651 KB   
3482/3651 KB   
3484/3651 KB   
3486/3651 KB   
3488/3651 KB   
3490/3651 KB   
3492/3651 KB   
3494/3651 KB   
3496/3651 KB   
3498/3651 KB   
3500/3651 KB   
3502/3651 KB   
3504/3651 KB   
3506/3651 KB   
3508/3651 KB   
3510/3651 KB   
3512/3651 KB   
3514/3651 KB   
3516/3651 KB   
3518/3651 KB   
3520/3651 KB   
3522/3651 KB   
3524/3651 KB   
3526/3651 KB   
3528/3651 KB   
3530/3651 KB   
3532/3651 KB   
3534/3651 KB   
3536/3651 KB   
3538/3651 KB   
3540/3651 KB   
3542/3651 KB   
3544/3651 KB   
3546/3651 KB   
3548/3651 KB   
3550/3651 KB   
3552/3651 KB   
3554/3651 KB   
3556/3651 KB   
3558/3651 KB   
3560/3651 KB   
3562/3651 KB   
3564/3651 KB   
3566/3651 KB   
3568/3651 KB   
3570/3651 KB   
3572/3651 KB   
3574/3651 KB   
3576/3651 KB   
3578/3651 KB   
3580/3651 KB   
3582/3651 KB   
3584/3651 KB   
3586/3651 KB   
3588/3651 KB   
3590/3651 KB   
3592/3651 KB   
3594/3651 KB   
3596/3651 KB   
3598/3651 KB   
3600/3651 KB   
3602/3651 KB   
3604/3651 KB   
3606/3651 KB   
3608/3651 KB   
3610/3651 KB   
3612/3651 KB   
3614/3651 KB   
3616/3651 KB   
3618/3651 KB   
3620/3651 KB   
3622/3651 KB   
3624/3651 KB   
3626/3651 KB   
3628/3651 KB   
3630/3651 KB   
3632/3651 KB   
3634/3651 KB   
3636/3651 KB   
3638/3651 KB   
3640/3651 KB   
3642/3651 KB   
3644/3651 KB   
3646/3651 KB   
3648/3651 KB   
3650/3651 KB   
3651/3651 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-20151125.184532-39.war (3651 KB at 2780.3 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-20151125.184532-39.pom
2/3 KB         
3/3 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-20151125.184532-39.pom (3 KB at 41.5 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 8.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
2/2 KB      
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 20.4 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-20151125.184532-39-sources.jar
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-20151125.184532-39-sources.jar (8 KB at 80.3 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml
2/2 KB   
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 23.6 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-20151125.184532-39-javadoc.jar
2/50 KB   
4/50 KB   
6/50 KB   
8/50 KB   
10/50 KB   
12/50 KB   
14/50 KB   
16/50 KB   
18/50 KB   
20/50 KB   
22/50 KB   
24/50 KB   
26/50 KB   
28/50 KB   
30/50 KB   
32/50 KB   
34/50 KB   
36/50 KB   
38/50 KB   
40/50 KB   
42/50 KB   
44/50 KB   
46/50 KB   
48/50 KB   
50/50 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-20151125.184532-39-javadoc.jar (50 KB at 757.0 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
2/2 KB     
         
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/jsf/0.0.1-SNAPSHOT/maven-metadata.xml (2 KB at 25.1 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
780/780 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 (780 B at 22.4 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-20151125.184534-38.ear
2/4060 KB   
4/4060 KB   
6/4060 KB   
8/4060 KB   
10/4060 KB   
12/4060 KB   
14/4060 KB   
16/4060 KB   
18/4060 KB   
20/4060 KB   
22/4060 KB   
24/4060 KB   
26/4060 KB   
28/4060 KB   
30/4060 KB   
32/4060 KB   
34/4060 KB   
36/4060 KB   
38/4060 KB   
40/4060 KB   
42/4060 KB   
44/4060 KB   
46/4060 KB   
48/4060 KB   
50/4060 KB   
52/4060 KB   
54/4060 KB   
56/4060 KB   
58/4060 KB   
60/4060 KB   
62/4060 KB   
64/4060 KB   
66/4060 KB   
68/4060 KB   
70/4060 KB   
72/4060 KB   
74/4060 KB   
76/4060 KB   
78/4060 KB   
80/4060 KB   
82/4060 KB   
84/4060 KB   
86/4060 KB   
88/4060 KB   
90/4060 KB   
92/4060 KB   
94/4060 KB   
96/4060 KB   
98/4060 KB   
100/4060 KB   
102/4060 KB   
104/4060 KB   
106/4060 KB   
108/4060 KB   
110/4060 KB   
112/4060 KB   
114/4060 KB   
116/4060 KB   
118/4060 KB   
120/4060 KB   
122/4060 KB   
124/4060 KB   
126/4060 KB   
128/4060 KB   
130/4060 KB   
132/4060 KB   
134/4060 KB   
136/4060 KB   
138/4060 KB   
140/4060 KB   
142/4060 KB   
144/4060 KB   
146/4060 KB   
148/4060 KB   
150/4060 KB   
152/4060 KB   
154/4060 KB   
156/4060 KB   
158/4060 KB   
160/4060 KB   
162/4060 KB   
164/4060 KB   
166/4060 KB   
168/4060 KB   
170/4060 KB   
172/4060 KB   
174/4060 KB   
176/4060 KB   
178/4060 KB   
180/4060 KB   
182/4060 KB   
184/4060 KB   
186/4060 KB   
188/4060 KB   
190/4060 KB   
192/4060 KB   
194/4060 KB   
196/4060 KB   
198/4060 KB   
200/4060 KB   
202/4060 KB   
204/4060 KB   
206/4060 KB   
208/4060 KB   
210/4060 KB   
212/4060 KB   
214/4060 KB   
216/4060 KB   
218/4060 KB   
220/4060 KB   
222/4060 KB   
224/4060 KB   
226/4060 KB   
228/4060 KB   
230/4060 KB   
232/4060 KB   
234/4060 KB   
236/4060 KB   
238/4060 KB   
240/4060 KB   
242/4060 KB   
244/4060 KB   
246/4060 KB   
248/4060 KB   
250/4060 KB   
252/4060 KB   
254/4060 KB   
256/4060 KB   
258/4060 KB   
260/4060 KB   
262/4060 KB   
264/4060 KB   
266/4060 KB   
268/4060 KB   
270/4060 KB   
272/4060 KB   
274/4060 KB   
276/4060 KB   
278/4060 KB   
280/4060 KB   
282/4060 KB   
284/4060 KB   
286/4060 KB   
288/4060 KB   
290/4060 KB   
292/4060 KB   
294/4060 KB   
296/4060 KB   
298/4060 KB   
300/4060 KB   
302/4060 KB   
304/4060 KB   
306/4060 KB   
308/4060 KB   
310/4060 KB   
312/4060 KB   
314/4060 KB   
316/4060 KB   
318/4060 KB   
320/4060 KB   
322/4060 KB   
324/4060 KB   
326/4060 KB   
328/4060 KB   
330/4060 KB   
332/4060 KB   
334/4060 KB   
336/4060 KB   
338/4060 KB   
340/4060 KB   
342/4060 KB   
344/4060 KB   
346/4060 KB   
348/4060 KB   
350/4060 KB   
352/4060 KB   
354/4060 KB   
356/4060 KB   
358/4060 KB   
360/4060 KB   
362/4060 KB   
364/4060 KB   
366/4060 KB   
368/4060 KB   
370/4060 KB   
372/4060 KB   
374/4060 KB   
376/4060 KB   
378/4060 KB   
380/4060 KB   
382/4060 KB   
384/4060 KB   
386/4060 KB   
388/4060 KB   
390/4060 KB   
392/4060 KB   
394/4060 KB   
396/4060 KB   
398/4060 KB   
400/4060 KB   
402/4060 KB   
404/4060 KB   
406/4060 KB   
408/4060 KB   
410/4060 KB   
412/4060 KB   
414/4060 KB   
416/4060 KB   
418/4060 KB   
420/4060 KB   
422/4060 KB   
424/4060 KB   
426/4060 KB   
428/4060 KB   
430/4060 KB   
432/4060 KB   
434/4060 KB   
436/4060 KB   
438/4060 KB   
440/4060 KB   
442/4060 KB   
444/4060 KB   
446/4060 KB   
448/4060 KB   
450/4060 KB   
452/4060 KB   
454/4060 KB   
456/4060 KB   
458/4060 KB   
460/4060 KB   
462/4060 KB   
464/4060 KB   
466/4060 KB   
468/4060 KB   
470/4060 KB   
472/4060 KB   
474/4060 KB   
476/4060 KB   
478/4060 KB   
480/4060 KB   
482/4060 KB   
484/4060 KB   
486/4060 KB   
488/4060 KB   
490/4060 KB   
492/4060 KB   
494/4060 KB   
496/4060 KB   
498/4060 KB   
500/4060 KB   
502/4060 KB   
504/4060 KB   
506/4060 KB   
508/4060 KB   
510/4060 KB   
512/4060 KB   
514/4060 KB   
516/4060 KB   
518/4060 KB   
520/4060 KB   
522/4060 KB   
524/4060 KB   
526/4060 KB   
528/4060 KB   
530/4060 KB   
532/4060 KB   
534/4060 KB   
536/4060 KB   
538/4060 KB   
540/4060 KB   
542/4060 KB   
544/4060 KB   
546/4060 KB   
548/4060 KB   
550/4060 KB   
552/4060 KB   
554/4060 KB   
556/4060 KB   
558/4060 KB   
560/4060 KB   
562/4060 KB   
564/4060 KB   
566/4060 KB   
568/4060 KB   
570/4060 KB   
572/4060 KB   
574/4060 KB   
576/4060 KB   
578/4060 KB   
580/4060 KB   
582/4060 KB   
584/4060 KB   
586/4060 KB   
588/4060 KB   
590/4060 KB   
592/4060 KB   
594/4060 KB   
596/4060 KB   
598/4060 KB   
600/4060 KB   
602/4060 KB   
604/4060 KB   
606/4060 KB   
608/4060 KB   
610/4060 KB   
612/4060 KB   
614/4060 KB   
616/4060 KB   
618/4060 KB   
620/4060 KB   
622/4060 KB   
624/4060 KB   
626/4060 KB   
628/4060 KB   
630/4060 KB   
632/4060 KB   
634/4060 KB   
636/4060 KB   
638/4060 KB   
640/4060 KB   
642/4060 KB   
644/4060 KB   
646/4060 KB   
648/4060 KB   
650/4060 KB   
652/4060 KB   
654/4060 KB   
656/4060 KB   
658/4060 KB   
660/4060 KB   
662/4060 KB   
664/4060 KB   
666/4060 KB   
668/4060 KB   
670/4060 KB   
672/4060 KB   
674/4060 KB   
676/4060 KB   
678/4060 KB   
680/4060 KB   
682/4060 KB   
684/4060 KB   
686/4060 KB   
688/4060 KB   
690/4060 KB   
692/4060 KB   
694/4060 KB   
696/4060 KB   
698/4060 KB   
700/4060 KB   
702/4060 KB   
704/4060 KB   
706/4060 KB   
708/4060 KB   
710/4060 KB   
712/4060 KB   
714/4060 KB   
716/4060 KB   
718/4060 KB   
720/4060 KB   
722/4060 KB   
724/4060 KB   
726/4060 KB   
728/4060 KB   
730/4060 KB   
732/4060 KB   
734/4060 KB   
736/4060 KB   
738/4060 KB   
740/4060 KB   
742/4060 KB   
744/4060 KB   
746/4060 KB   
748/4060 KB   
750/4060 KB   
752/4060 KB   
754/4060 KB   
756/4060 KB   
758/4060 KB   
760/4060 KB   
762/4060 KB   
764/4060 KB   
766/4060 KB   
768/4060 KB   
770/4060 KB   
772/4060 KB   
774/4060 KB   
776/4060 KB   
778/4060 KB   
780/4060 KB   
782/4060 KB   
784/4060 KB   
786/4060 KB   
788/4060 KB   
790/4060 KB   
792/4060 KB   
794/4060 KB   
796/4060 KB   
798/4060 KB   
800/4060 KB   
802/4060 KB   
804/4060 KB   
806/4060 KB   
808/4060 KB   
810/4060 KB   
812/4060 KB   
814/4060 KB   
816/4060 KB   
818/4060 KB   
820/4060 KB   
822/4060 KB   
824/4060 KB   
826/4060 KB   
828/4060 KB   
830/4060 KB   
832/4060 KB   
834/4060 KB   
836/4060 KB   
838/4060 KB   
840/4060 KB   
842/4060 KB   
844/4060 KB   
846/4060 KB   
848/4060 KB   
850/4060 KB   
852/4060 KB   
854/4060 KB   
856/4060 KB   
858/4060 KB   
860/4060 KB   
862/4060 KB   
864/4060 KB   
866/4060 KB   
868/4060 KB   
870/4060 KB   
872/4060 KB   
874/4060 KB   
876/4060 KB   
878/4060 KB   
880/4060 KB   
882/4060 KB   
884/4060 KB   
886/4060 KB   
888/4060 KB   
890/4060 KB   
892/4060 KB   
894/4060 KB   
896/4060 KB   
898/4060 KB   
900/4060 KB   
902/4060 KB   
904/4060 KB   
906/4060 KB   
908/4060 KB   
910/4060 KB   
912/4060 KB   
914/4060 KB   
916/4060 KB   
918/4060 KB   
920/4060 KB   
922/4060 KB   
924/4060 KB   
926/4060 KB   
928/4060 KB   
930/4060 KB   
932/4060 KB   
934/4060 KB   
936/4060 KB   
938/4060 KB   
940/4060 KB   
942/4060 KB   
944/4060 KB   
946/4060 KB   
948/4060 KB   
950/4060 KB   
952/4060 KB   
954/4060 KB   
956/4060 KB   
958/4060 KB   
960/4060 KB   
962/4060 KB   
964/4060 KB   
966/4060 KB   
968/4060 KB   
970/4060 KB   
972/4060 KB   
974/4060 KB   
976/4060 KB   
978/4060 KB   
980/4060 KB   
982/4060 KB   
984/4060 KB   
986/4060 KB   
988/4060 KB   
990/4060 KB   
992/4060 KB   
994/4060 KB   
996/4060 KB   
998/4060 KB   
1000/4060 KB   
1002/4060 KB   
1004/4060 KB   
1006/4060 KB   
1008/4060 KB   
1010/4060 KB   
1012/4060 KB   
1014/4060 KB   
1016/4060 KB   
1018/4060 KB   
1020/4060 KB   
1022/4060 KB   
1024/4060 KB   
1026/4060 KB   
1028/4060 KB   
1030/4060 KB   
1032/4060 KB   
1034/4060 KB   
1036/4060 KB   
1038/4060 KB   
1040/4060 KB   
1042/4060 KB   
1044/4060 KB   
1046/4060 KB   
1048/4060 KB   
1050/4060 KB   
1052/4060 KB   
1054/4060 KB   
1056/4060 KB   
1058/4060 KB   
1060/4060 KB   
1062/4060 KB   
1064/4060 KB   
1066/4060 KB   
1068/4060 KB   
1070/4060 KB   
1072/4060 KB   
1074/4060 KB   
1076/4060 KB   
1078/4060 KB   
1080/4060 KB   
1082/4060 KB   
1084/4060 KB   
1086/4060 KB   
1088/4060 KB   
1090/4060 KB   
1092/4060 KB   
1094/4060 KB   
1096/4060 KB   
1098/4060 KB   
1100/4060 KB   
1102/4060 KB   
1104/4060 KB   
1106/4060 KB   
1108/4060 KB   
1110/4060 KB   
1112/4060 KB   
1114/4060 KB   
1116/4060 KB   
1118/4060 KB   
1120/4060 KB   
1122/4060 KB   
1124/4060 KB   
1126/4060 KB   
1128/4060 KB   
1130/4060 KB   
1132/4060 KB   
1134/4060 KB   
1136/4060 KB   
1138/4060 KB   
1140/4060 KB   
1142/4060 KB   
1144/4060 KB   
1146/4060 KB   
1148/4060 KB   
1150/4060 KB   
1152/4060 KB   
1154/4060 KB   
1156/4060 KB   
1158/4060 KB   
1160/4060 KB   
1162/4060 KB   
1164/4060 KB   
1166/4060 KB   
1168/4060 KB   
1170/4060 KB   
1172/4060 KB   
1174/4060 KB   
1176/4060 KB   
1178/4060 KB   
1180/4060 KB   
1182/4060 KB   
1184/4060 KB   
1186/4060 KB   
1188/4060 KB   
1190/4060 KB   
1192/4060 KB   
1194/4060 KB   
1196/4060 KB   
1198/4060 KB   
1200/4060 KB   
1202/4060 KB   
1204/4060 KB   
1206/4060 KB   
1208/4060 KB   
1210/4060 KB   
1212/4060 KB   
1214/4060 KB   
1216/4060 KB   
1218/4060 KB   
1220/4060 KB   
1222/4060 KB   
1224/4060 KB   
1226/4060 KB   
1228/4060 KB   
1230/4060 KB   
1232/4060 KB   
1234/4060 KB   
1236/4060 KB   
1238/4060 KB   
1240/4060 KB   
1242/4060 KB   
1244/4060 KB   
1246/4060 KB   
1248/4060 KB   
1250/4060 KB   
1252/4060 KB   
1254/4060 KB   
1256/4060 KB   
1258/4060 KB   
1260/4060 KB   
1262/4060 KB   
1264/4060 KB   
1266/4060 KB   
1268/4060 KB   
1270/4060 KB   
1272/4060 KB   
1274/4060 KB   
1276/4060 KB   
1278/4060 KB   
1280/4060 KB   
1282/4060 KB   
1284/4060 KB   
1286/4060 KB   
1288/4060 KB   
1290/4060 KB   
1292/4060 KB   
1294/4060 KB   
1296/4060 KB   
1298/4060 KB   
1300/4060 KB   
1302/4060 KB   
1304/4060 KB   
1306/4060 KB   
1308/4060 KB   
1310/4060 KB   
1312/4060 KB   
1314/4060 KB   
1316/4060 KB   
1318/4060 KB   
1320/4060 KB   
1322/4060 KB   
1324/4060 KB   
1326/4060 KB   
1328/4060 KB   
1330/4060 KB   
1332/4060 KB   
1334/4060 KB   
1336/4060 KB   
1338/4060 KB   
1340/4060 KB   
1342/4060 KB   
1344/4060 KB   
1346/4060 KB   
1348/4060 KB   
1350/4060 KB   
1352/4060 KB   
1354/4060 KB   
1356/4060 KB   
1358/4060 KB   
1360/4060 KB   
1362/4060 KB   
1364/4060 KB   
1366/4060 KB   
1368/4060 KB   
1370/4060 KB   
1372/4060 KB   
1374/4060 KB   
1376/4060 KB   
1378/4060 KB   
1380/4060 KB   
1382/4060 KB   
1384/4060 KB   
1386/4060 KB   
1388/4060 KB   
1390/4060 KB   
1392/4060 KB   
1394/4060 KB   
1396/4060 KB   
1398/4060 KB   
1400/4060 KB   
1402/4060 KB   
1404/4060 KB   
1406/4060 KB   
1408/4060 KB   
1410/4060 KB   
1412/4060 KB   
1414/4060 KB   
1416/4060 KB   
1418/4060 KB   
1420/4060 KB   
1422/4060 KB   
1424/4060 KB   
1426/4060 KB   
1428/4060 KB   
1430/4060 KB   
1432/4060 KB   
1434/4060 KB   
1436/4060 KB   
1438/4060 KB   
1440/4060 KB   
1442/4060 KB   
1444/4060 KB   
1446/4060 KB   
1448/4060 KB   
1450/4060 KB   
1452/4060 KB   
1454/4060 KB   
1456/4060 KB   
1458/4060 KB   
1460/4060 KB   
1462/4060 KB   
1464/4060 KB   
1466/4060 KB   
1468/4060 KB   
1470/4060 KB   
1472/4060 KB   
1474/4060 KB   
1476/4060 KB   
1478/4060 KB   
1480/4060 KB   
1482/4060 KB   
1484/4060 KB   
1486/4060 KB   
1488/4060 KB   
1490/4060 KB   
1492/4060 KB   
1494/4060 KB   
1496/4060 KB   
1498/4060 KB   
1500/4060 KB   
1502/4060 KB   
1504/4060 KB   
1506/4060 KB   
1508/4060 KB   
1510/4060 KB   
1512/4060 KB   
1514/4060 KB   
1516/4060 KB   
1518/4060 KB   
1520/4060 KB   
1522/4060 KB   
1524/4060 KB   
1526/4060 KB   
1528/4060 KB   
1530/4060 KB   
1532/4060 KB   
1534/4060 KB   
1536/4060 KB   
1538/4060 KB   
1540/4060 KB   
1542/4060 KB   
1544/4060 KB   
1546/4060 KB   
1548/4060 KB   
1550/4060 KB   
1552/4060 KB   
1554/4060 KB   
1556/4060 KB   
1558/4060 KB   
1560/4060 KB   
1562/4060 KB   
1564/4060 KB   
1566/4060 KB   
1568/4060 KB   
1570/4060 KB   
1572/4060 KB   
1574/4060 KB   
1576/4060 KB   
1578/4060 KB   
1580/4060 KB   
1582/4060 KB   
1584/4060 KB   
1586/4060 KB   
1588/4060 KB   
1590/4060 KB   
1592/4060 KB   
1594/4060 KB   
1596/4060 KB   
1598/4060 KB   
1600/4060 KB   
1602/4060 KB   
1604/4060 KB   
1606/4060 KB   
1608/4060 KB   
1610/4060 KB   
1612/4060 KB   
1614/4060 KB   
1616/4060 KB   
1618/4060 KB   
1620/4060 KB   
1622/4060 KB   
1624/4060 KB   
1626/4060 KB   
1628/4060 KB   
1630/4060 KB   
1632/4060 KB   
1634/4060 KB   
1636/4060 KB   
1638/4060 KB   
1640/4060 KB   
1642/4060 KB   
1644/4060 KB   
1646/4060 KB   
1648/4060 KB   
1650/4060 KB   
1652/4060 KB   
1654/4060 KB   
1656/4060 KB   
1658/4060 KB   
1660/4060 KB   
1662/4060 KB   
1664/4060 KB   
1666/4060 KB   
1668/4060 KB   
1670/4060 KB   
1672/4060 KB   
1674/4060 KB   
1676/4060 KB   
1678/4060 KB   
1680/4060 KB   
1682/4060 KB   
1684/4060 KB   
1686/4060 KB   
1688/4060 KB   
1690/4060 KB   
1692/4060 KB   
1694/4060 KB   
1696/4060 KB   
1698/4060 KB   
1700/4060 KB   
1702/4060 KB   
1704/4060 KB   
1706/4060 KB   
1708/4060 KB   
1710/4060 KB   
1712/4060 KB   
1714/4060 KB   
1716/4060 KB   
1718/4060 KB   
1720/4060 KB   
1722/4060 KB   
1724/4060 KB   
1726/4060 KB   
1728/4060 KB   
1730/4060 KB   
1732/4060 KB   
1734/4060 KB   
1736/4060 KB   
1738/4060 KB   
1740/4060 KB   
1742/4060 KB   
1744/4060 KB   
1746/4060 KB   
1748/4060 KB   
1750/4060 KB   
1752/4060 KB   
1754/4060 KB   
1756/4060 KB   
1758/4060 KB   
1760/4060 KB   
1762/4060 KB   
1764/4060 KB   
1766/4060 KB   
1768/4060 KB   
1770/4060 KB   
1772/4060 KB   
1774/4060 KB   
1776/4060 KB   
1778/4060 KB   
1780/4060 KB   
1782/4060 KB   
1784/4060 KB   
1786/4060 KB   
1788/4060 KB   
1790/4060 KB   
1792/4060 KB   
1794/4060 KB   
1796/4060 KB   
1798/4060 KB   
1800/4060 KB   
1802/4060 KB   
1804/4060 KB   
1806/4060 KB   
1808/4060 KB   
1810/4060 KB   
1812/4060 KB   
1814/4060 KB   
1816/4060 KB   
1818/4060 KB   
1820/4060 KB   
1822/4060 KB   
1824/4060 KB   
1826/4060 KB   
1828/4060 KB   
1830/4060 KB   
1832/4060 KB   
1834/4060 KB   
1836/4060 KB   
1838/4060 KB   
1840/4060 KB   
1842/4060 KB   
1844/4060 KB   
1846/4060 KB   
1848/4060 KB   
1850/4060 KB   
1852/4060 KB   
1854/4060 KB   
1856/4060 KB   
1858/4060 KB   
1860/4060 KB   
1862/4060 KB   
1864/4060 KB   
1866/4060 KB   
1868/4060 KB   
1870/4060 KB   
1872/4060 KB   
1874/4060 KB   
1876/4060 KB   
1878/4060 KB   
1880/4060 KB   
1882/4060 KB   
1884/4060 KB   
1886/4060 KB   
1888/4060 KB   
1890/4060 KB   
1892/4060 KB   
1894/4060 KB   
1896/4060 KB   
1898/4060 KB   
1900/4060 KB   
1902/4060 KB   
1904/4060 KB   
1906/4060 KB   
1908/4060 KB   
1910/4060 KB   
1912/4060 KB   
1914/4060 KB   
1916/4060 KB   
1918/4060 KB   
1920/4060 KB   
1922/4060 KB   
1924/4060 KB   
1926/4060 KB   
1928/4060 KB   
1930/4060 KB   
1932/4060 KB   
1934/4060 KB   
1936/4060 KB   
1938/4060 KB   
1940/4060 KB   
1942/4060 KB   
1944/4060 KB   
1946/4060 KB   
1948/4060 KB   
1950/4060 KB   
1952/4060 KB   
1954/4060 KB   
1956/4060 KB   
1958/4060 KB   
1960/4060 KB   
1962/4060 KB   
1964/4060 KB   
1966/4060 KB   
1968/4060 KB   
1970/4060 KB   
1972/4060 KB   
1974/4060 KB   
1976/4060 KB   
1978/4060 KB   
1980/4060 KB   
1982/4060 KB   
1984/4060 KB   
1986/4060 KB   
1988/4060 KB   
1990/4060 KB   
1992/4060 KB   
1994/4060 KB   
1996/4060 KB   
1998/4060 KB   
2000/4060 KB   
2002/4060 KB   
2004/4060 KB   
2006/4060 KB   
2008/4060 KB   
2010/4060 KB   
2012/4060 KB   
2014/4060 KB   
2016/4060 KB   
2018/4060 KB   
2020/4060 KB   
2022/4060 KB   
2024/4060 KB   
2026/4060 KB   
2028/4060 KB   
2030/4060 KB   
2032/4060 KB   
2034/4060 KB   
2036/4060 KB   
2038/4060 KB   
2040/4060 KB   
2042/4060 KB   
2044/4060 KB   
2046/4060 KB   
2048/4060 KB   
2050/4060 KB   
2052/4060 KB   
2054/4060 KB   
2056/4060 KB   
2058/4060 KB   
2060/4060 KB   
2062/4060 KB   
2064/4060 KB   
2066/4060 KB   
2068/4060 KB   
2070/4060 KB   
2072/4060 KB   
2074/4060 KB   
2076/4060 KB   
2078/4060 KB   
2080/4060 KB   
2082/4060 KB   
2084/4060 KB   
2086/4060 KB   
2088/4060 KB   
2090/4060 KB   
2092/4060 KB   
2094/4060 KB   
2096/4060 KB   
2098/4060 KB   
2100/4060 KB   
2102/4060 KB   
2104/4060 KB   
2106/4060 KB   
2108/4060 KB   
2110/4060 KB   
2112/4060 KB   
2114/4060 KB   
2116/4060 KB   
2118/4060 KB   
2120/4060 KB   
2122/4060 KB   
2124/4060 KB   
2126/4060 KB   
2128/4060 KB   
2130/4060 KB   
2132/4060 KB   
2134/4060 KB   
2136/4060 KB   
2138/4060 KB   
2140/4060 KB   
2142/4060 KB   
2144/4060 KB   
2146/4060 KB   
2148/4060 KB   
2150/4060 KB   
2152/4060 KB   
2154/4060 KB   
2156/4060 KB   
2158/4060 KB   
2160/4060 KB   
2162/4060 KB   
2164/4060 KB   
2166/4060 KB   
2168/4060 KB   
2170/4060 KB   
2172/4060 KB   
2174/4060 KB   
2176/4060 KB   
2178/4060 KB   
2180/4060 KB   
2182/4060 KB   
2184/4060 KB   
2186/4060 KB   
2188/4060 KB   
2190/4060 KB   
2192/4060 KB   
2194/4060 KB   
2196/4060 KB   
2198/4060 KB   
2200/4060 KB   
2202/4060 KB   
2204/4060 KB   
2206/4060 KB   
2208/4060 KB   
2210/4060 KB   
2212/4060 KB   
2214/4060 KB   
2216/4060 KB   
2218/4060 KB   
2220/4060 KB   
2222/4060 KB   
2224/4060 KB   
2226/4060 KB   
2228/4060 KB   
2230/4060 KB   
2232/4060 KB   
2234/4060 KB   
2236/4060 KB   
2238/4060 KB   
2240/4060 KB   
2242/4060 KB   
2244/4060 KB   
2246/4060 KB   
2248/4060 KB   
2250/4060 KB   
2252/4060 KB   
2254/4060 KB   
2256/4060 KB   
2258/4060 KB   
2260/4060 KB   
2262/4060 KB   
2264/4060 KB   
2266/4060 KB   
2268/4060 KB   
2270/4060 KB   
2272/4060 KB   
2274/4060 KB   
2276/4060 KB   
2278/4060 KB   
2280/4060 KB   
2282/4060 KB   
2284/4060 KB   
2286/4060 KB   
2288/4060 KB   
2290/4060 KB   
2292/4060 KB   
2294/4060 KB   
2296/4060 KB   
2298/4060 KB   
2300/4060 KB   
2302/4060 KB   
2304/4060 KB   
2306/4060 KB   
2308/4060 KB   
2310/4060 KB   
2312/4060 KB   
2314/4060 KB   
2316/4060 KB   
2318/4060 KB   
2320/4060 KB   
2322/4060 KB   
2324/4060 KB   
2326/4060 KB   
2328/4060 KB   
2330/4060 KB   
2332/4060 KB   
2334/4060 KB   
2336/4060 KB   
2338/4060 KB   
2340/4060 KB   
2342/4060 KB   
2344/4060 KB   
2346/4060 KB   
2348/4060 KB   
2350/4060 KB   
2352/4060 KB   
2354/4060 KB   
2356/4060 KB   
2358/4060 KB   
2360/4060 KB   
2362/4060 KB   
2364/4060 KB   
2366/4060 KB   
2368/4060 KB   
2370/4060 KB   
2372/4060 KB   
2374/4060 KB   
2376/4060 KB   
2378/4060 KB   
2380/4060 KB   
2382/4060 KB   
2384/4060 KB   
2386/4060 KB   
2388/4060 KB   
2390/4060 KB   
2392/4060 KB   
2394/4060 KB   
2396/4060 KB   
2398/4060 KB   
2400/4060 KB   
2402/4060 KB   
2404/4060 KB   
2406/4060 KB   
2408/4060 KB   
2410/4060 KB   
2412/4060 KB   
2414/4060 KB   
2416/4060 KB   
2418/4060 KB   
2420/4060 KB   
2422/4060 KB   
2424/4060 KB   
2426/4060 KB   
2428/4060 KB   
2430/4060 KB   
2432/4060 KB   
2434/4060 KB   
2436/4060 KB   
2438/4060 KB   
2440/4060 KB   
2442/4060 KB   
2444/4060 KB   
2446/4060 KB   
2448/4060 KB   
2450/4060 KB   
2452/4060 KB   
2454/4060 KB   
2456/4060 KB   
2458/4060 KB   
2460/4060 KB   
2462/4060 KB   
2464/4060 KB   
2466/4060 KB   
2468/4060 KB   
2470/4060 KB   
2472/4060 KB   
2474/4060 KB   
2476/4060 KB   
2478/4060 KB   
2480/4060 KB   
2482/4060 KB   
2484/4060 KB   
2486/4060 KB   
2488/4060 KB   
2490/4060 KB   
2492/4060 KB   
2494/4060 KB   
2496/4060 KB   
2498/4060 KB   
2500/4060 KB   
2502/4060 KB   
2504/4060 KB   
2506/4060 KB   
2508/4060 KB   
2510/4060 KB   
2512/4060 KB   
2514/4060 KB   
2516/4060 KB   
2518/4060 KB   
2520/4060 KB   
2522/4060 KB   
2524/4060 KB   
2526/4060 KB   
2528/4060 KB   
2530/4060 KB   
2532/4060 KB   
2534/4060 KB   
2536/4060 KB   
2538/4060 KB   
2540/4060 KB   
2542/4060 KB   
2544/4060 KB   
2546/4060 KB   
2548/4060 KB   
2550/4060 KB   
2552/4060 KB   
2554/4060 KB   
2556/4060 KB   
2558/4060 KB   
2560/4060 KB   
2562/4060 KB   
2564/4060 KB   
2566/4060 KB   
2568/4060 KB   
2570/4060 KB   
2572/4060 KB   
2574/4060 KB   
2576/4060 KB   
2578/4060 KB   
2580/4060 KB   
2582/4060 KB   
2584/4060 KB   
2586/4060 KB   
2588/4060 KB   
2590/4060 KB   
2592/4060 KB   
2594/4060 KB   
2596/4060 KB   
2598/4060 KB   
2600/4060 KB   
2602/4060 KB   
2604/4060 KB   
2606/4060 KB   
2608/4060 KB   
2610/4060 KB   
2612/4060 KB   
2614/4060 KB   
2616/4060 KB   
2618/4060 KB   
2620/4060 KB   
2622/4060 KB   
2624/4060 KB   
2626/4060 KB   
2628/4060 KB   
2630/4060 KB   
2632/4060 KB   
2634/4060 KB   
2636/4060 KB   
2638/4060 KB   
2640/4060 KB   
2642/4060 KB   
2644/4060 KB   
2646/4060 KB   
2648/4060 KB   
2650/4060 KB   
2652/4060 KB   
2654/4060 KB   
2656/4060 KB   
2658/4060 KB   
2660/4060 KB   
2662/4060 KB   
2664/4060 KB   
2666/4060 KB   
2668/4060 KB   
2670/4060 KB   
2672/4060 KB   
2674/4060 KB   
2676/4060 KB   
2678/4060 KB   
2680/4060 KB   
2682/4060 KB   
2684/4060 KB   
2686/4060 KB   
2688/4060 KB   
2690/4060 KB   
2692/4060 KB   
2694/4060 KB   
2696/4060 KB   
2698/4060 KB   
2700/4060 KB   
2702/4060 KB   
2704/4060 KB   
2706/4060 KB   
2708/4060 KB   
2710/4060 KB   
2712/4060 KB   
2714/4060 KB   
2716/4060 KB   
2718/4060 KB   
2720/4060 KB   
2722/4060 KB   
2724/4060 KB   
2726/4060 KB   
2728/4060 KB   
2730/4060 KB   
2732/4060 KB   
2734/4060 KB   
2736/4060 KB   
2738/4060 KB   
2740/4060 KB   
2742/4060 KB   
2744/4060 KB   
2746/4060 KB   
2748/4060 KB   
2750/4060 KB   
2752/4060 KB   
2754/4060 KB   
2756/4060 KB   
2758/4060 KB   
2760/4060 KB   
2762/4060 KB   
2764/4060 KB   
2766/4060 KB   
2768/4060 KB   
2770/4060 KB   
2772/4060 KB   
2774/4060 KB   
2776/4060 KB   
2778/4060 KB   
2780/4060 KB   
2782/4060 KB   
2784/4060 KB   
2786/4060 KB   
2788/4060 KB   
2790/4060 KB   
2792/4060 KB   
2794/4060 KB   
2796/4060 KB   
2798/4060 KB   
2800/4060 KB   
2802/4060 KB   
2804/4060 KB   
2806/4060 KB   
2808/4060 KB   
2810/4060 KB   
2812/4060 KB   
2814/4060 KB   
2816/4060 KB   
2818/4060 KB   
2820/4060 KB   
2822/4060 KB   
2824/4060 KB   
2826/4060 KB   
2828/4060 KB   
2830/4060 KB   
2832/4060 KB   
2834/4060 KB   
2836/4060 KB   
2838/4060 KB   
2840/4060 KB   
2842/4060 KB   
2844/4060 KB   
2846/4060 KB   
2848/4060 KB   
2850/4060 KB   
2852/4060 KB   
2854/4060 KB   
2856/4060 KB   
2858/4060 KB   
2860/4060 KB   
2862/4060 KB   
2864/4060 KB   
2866/4060 KB   
2868/4060 KB   
2870/4060 KB   
2872/4060 KB   
2874/4060 KB   
2876/4060 KB   
2878/4060 KB   
2880/4060 KB   
2882/4060 KB   
2884/4060 KB   
2886/4060 KB   
2888/4060 KB   
2890/4060 KB   
2892/4060 KB   
2894/4060 KB   
2896/4060 KB   
2898/4060 KB   
2900/4060 KB   
2902/4060 KB   
2904/4060 KB   
2906/4060 KB   
2908/4060 KB   
2910/4060 KB   
2912/4060 KB   
2914/4060 KB   
2916/4060 KB   
2918/4060 KB   
2920/4060 KB   
2922/4060 KB   
2924/4060 KB   
2926/4060 KB   
2928/4060 KB   
2930/4060 KB   
2932/4060 KB   
2934/4060 KB   
2936/4060 KB   
2938/4060 KB   
2940/4060 KB   
2942/4060 KB   
2944/4060 KB   
2946/4060 KB   
2948/4060 KB   
2950/4060 KB   
2952/4060 KB   
2954/4060 KB   
2956/4060 KB   
2958/4060 KB   
2960/4060 KB   
2962/4060 KB   
2964/4060 KB   
2966/4060 KB   
2968/4060 KB   
2970/4060 KB   
2972/4060 KB   
2974/4060 KB   
2976/4060 KB   
2978/4060 KB   
2980/4060 KB   
2982/4060 KB   
2984/4060 KB   
2986/4060 KB   
2988/4060 KB   
2990/4060 KB   
2992/4060 KB   
2994/4060 KB   
2996/4060 KB   
2998/4060 KB   
3000/4060 KB   
3002/4060 KB   
3004/4060 KB   
3006/4060 KB   
3008/4060 KB   
3010/4060 KB   
3012/4060 KB   
3014/4060 KB   
3016/4060 KB   
3018/4060 KB   
3020/4060 KB   
3022/4060 KB   
3024/4060 KB   
3026/4060 KB   
3028/4060 KB   
3030/4060 KB   
3032/4060 KB   
3034/4060 KB   
3036/4060 KB   
3038/4060 KB   
3040/4060 KB   
3042/4060 KB   
3044/4060 KB   
3046/4060 KB   
3048/4060 KB   
3050/4060 KB   
3052/4060 KB   
3054/4060 KB   
3056/4060 KB   
3058/4060 KB   
3060/4060 KB   
3062/4060 KB   
3064/4060 KB   
3066/4060 KB   
3068/4060 KB   
3070/4060 KB   
3072/4060 KB   
3074/4060 KB   
3076/4060 KB   
3078/4060 KB   
3080/4060 KB   
3082/4060 KB   
3084/4060 KB   
3086/4060 KB   
3088/4060 KB   
3090/4060 KB   
3092/4060 KB   
3094/4060 KB   
3096/4060 KB   
3098/4060 KB   
3100/4060 KB   
3102/4060 KB   
3104/4060 KB   
3106/4060 KB   
3108/4060 KB   
3110/4060 KB   
3112/4060 KB   
3114/4060 KB   
3116/4060 KB   
3118/4060 KB   
3120/4060 KB   
3122/4060 KB   
3124/4060 KB   
3126/4060 KB   
3128/4060 KB   
3130/4060 KB   
3132/4060 KB   
3134/4060 KB   
3136/4060 KB   
3138/4060 KB   
3140/4060 KB   
3142/4060 KB   
3144/4060 KB   
3146/4060 KB   
3148/4060 KB   
3150/4060 KB   
3152/4060 KB   
3154/4060 KB   
3156/4060 KB   
3158/4060 KB   
3160/4060 KB   
3162/4060 KB   
3164/4060 KB   
3166/4060 KB   
3168/4060 KB   
3170/4060 KB   
3172/4060 KB   
3174/4060 KB   
3176/4060 KB   
3178/4060 KB   
3180/4060 KB   
3182/4060 KB   
3184/4060 KB   
3186/4060 KB   
3188/4060 KB   
3190/4060 KB   
3192/4060 KB   
3194/4060 KB   
3196/4060 KB   
3198/4060 KB   
3200/4060 KB   
3202/4060 KB   
3204/4060 KB   
3206/4060 KB   
3208/4060 KB   
3210/4060 KB   
3212/4060 KB   
3214/4060 KB   
3216/4060 KB   
3218/4060 KB   
3220/4060 KB   
3222/4060 KB   
3224/4060 KB   
3226/4060 KB   
3228/4060 KB   
3230/4060 KB   
3232/4060 KB   
3234/4060 KB   
3236/4060 KB   
3238/4060 KB   
3240/4060 KB   
3242/4060 KB   
3244/4060 KB   
3246/4060 KB   
3248/4060 KB   
3250/4060 KB   
3252/4060 KB   
3254/4060 KB   
3256/4060 KB   
3258/4060 KB   
3260/4060 KB   
3262/4060 KB   
3264/4060 KB   
3266/4060 KB   
3268/4060 KB   
3270/4060 KB   
3272/4060 KB   
3274/4060 KB   
3276/4060 KB   
3278/4060 KB   
3280/4060 KB   
3282/4060 KB   
3284/4060 KB   
3286/4060 KB   
3288/4060 KB   
3290/4060 KB   
3292/4060 KB   
3294/4060 KB   
3296/4060 KB   
3298/4060 KB   
3300/4060 KB   
3302/4060 KB   
3304/4060 KB   
3306/4060 KB   
3308/4060 KB   
3310/4060 KB   
3312/4060 KB   
3314/4060 KB   
3316/4060 KB   
3318/4060 KB   
3320/4060 KB   
3322/4060 KB   
3324/4060 KB   
3326/4060 KB   
3328/4060 KB   
3330/4060 KB   
3332/4060 KB   
3334/4060 KB   
3336/4060 KB   
3338/4060 KB   
3340/4060 KB   
3342/4060 KB   
3344/4060 KB   
3346/4060 KB   
3348/4060 KB   
3350/4060 KB   
3352/4060 KB   
3354/4060 KB   
3356/4060 KB   
3358/4060 KB   
3360/4060 KB   
3362/4060 KB   
3364/4060 KB   
3366/4060 KB   
3368/4060 KB   
3370/4060 KB   
3372/4060 KB   
3374/4060 KB   
3376/4060 KB   
3378/4060 KB   
3380/4060 KB   
3382/4060 KB   
3384/4060 KB   
3386/4060 KB   
3388/4060 KB   
3390/4060 KB   
3392/4060 KB   
3394/4060 KB   
3396/4060 KB   
3398/4060 KB   
3400/4060 KB   
3402/4060 KB   
3404/4060 KB   
3406/4060 KB   
3408/4060 KB   
3410/4060 KB   
3412/4060 KB   
3414/4060 KB   
3416/4060 KB   
3418/4060 KB   
3420/4060 KB   
3422/4060 KB   
3424/4060 KB   
3426/4060 KB   
3428/4060 KB   
3430/4060 KB   
3432/4060 KB   
3434/4060 KB   
3436/4060 KB   
3438/4060 KB   
3440/4060 KB   
3442/4060 KB   
3444/4060 KB   
3446/4060 KB   
3448/4060 KB   
3450/4060 KB   
3452/4060 KB   
3454/4060 KB   
3456/4060 KB   
3458/4060 KB   
3460/4060 KB   
3462/4060 KB   
3464/4060 KB   
3466/4060 KB   
3468/4060 KB   
3470/4060 KB   
3472/4060 KB   
3474/4060 KB   
3476/4060 KB   
3478/4060 KB   
3480/4060 KB   
3482/4060 KB   
3484/4060 KB   
3486/4060 KB   
3488/4060 KB   
3490/4060 KB   
3492/4060 KB   
3494/4060 KB   
3496/4060 KB   
3498/4060 KB   
3500/4060 KB   
3502/4060 KB   
3504/4060 KB   
3506/4060 KB   
3508/4060 KB   
3510/4060 KB   
3512/4060 KB   
3514/4060 KB   
3516/4060 KB   
3518/4060 KB   
3520/4060 KB   
3522/4060 KB   
3524/4060 KB   
3526/4060 KB   
3528/4060 KB   
3530/4060 KB   
3532/4060 KB   
3534/4060 KB   
3536/4060 KB   
3538/4060 KB   
3540/4060 KB   
3542/4060 KB   
3544/4060 KB   
3546/4060 KB   
3548/4060 KB   
3550/4060 KB   
3552/4060 KB   
3554/4060 KB   
3556/4060 KB   
3558/4060 KB   
3560/4060 KB   
3562/4060 KB   
3564/4060 KB   
3566/4060 KB   
3568/4060 KB   
3570/4060 KB   
3572/4060 KB   
3574/4060 KB   
3576/4060 KB   
3578/4060 KB   
3580/4060 KB   
3582/4060 KB   
3584/4060 KB   
3586/4060 KB   
3588/4060 KB   
3590/4060 KB   
3592/4060 KB   
3594/4060 KB   
3596/4060 KB   
3598/4060 KB   
3600/4060 KB   
3602/4060 KB   
3604/4060 KB   
3606/4060 KB   
3608/4060 KB   
3610/4060 KB   
3612/4060 KB   
3614/4060 KB   
3616/4060 KB   
3618/4060 KB   
3620/4060 KB   
3622/4060 KB   
3624/4060 KB   
3626/4060 KB   
3628/4060 KB   
3630/4060 KB   
3632/4060 KB   
3634/4060 KB   
3636/4060 KB   
3638/4060 KB   
3640/4060 KB   
3642/4060 KB   
3644/4060 KB   
3646/4060 KB   
3648/4060 KB   
3650/4060 KB   
3652/4060 KB   
3654/4060 KB   
3656/4060 KB   
3658/4060 KB   
3660/4060 KB   
3662/4060 KB   
3664/4060 KB   
3666/4060 KB   
3668/4060 KB   
3670/4060 KB   
3672/4060 KB   
3674/4060 KB   
3676/4060 KB   
3678/4060 KB   
3680/4060 KB   
3682/4060 KB   
3684/4060 KB   
3686/4060 KB   
3688/4060 KB   
3690/4060 KB   
3692/4060 KB   
3694/4060 KB   
3696/4060 KB   
3698/4060 KB   
3700/4060 KB   
3702/4060 KB   
3704/4060 KB   
3706/4060 KB   
3708/4060 KB   
3710/4060 KB   
3712/4060 KB   
3714/4060 KB   
3716/4060 KB   
3718/4060 KB   
3720/4060 KB   
3722/4060 KB   
3724/4060 KB   
3726/4060 KB   
3728/4060 KB   
3730/4060 KB   
3732/4060 KB   
3734/4060 KB   
3736/4060 KB   
3738/4060 KB   
3740/4060 KB   
3742/4060 KB   
3744/4060 KB   
3746/4060 KB   
3748/4060 KB   
3750/4060 KB   
3752/4060 KB   
3754/4060 KB   
3756/4060 KB   
3758/4060 KB   
3760/4060 KB   
3762/4060 KB   
3764/4060 KB   
3766/4060 KB   
3768/4060 KB   
3770/4060 KB   
3772/4060 KB   
3774/4060 KB   
3776/4060 KB   
3778/4060 KB   
3780/4060 KB   
3782/4060 KB   
3784/4060 KB   
3786/4060 KB   
3788/4060 KB   
3790/4060 KB   
3792/4060 KB   
3794/4060 KB   
3796/4060 KB   
3798/4060 KB   
3800/4060 KB   
3802/4060 KB   
3804/4060 KB   
3806/4060 KB   
3808/4060 KB   
3810/4060 KB   
3812/4060 KB   
3814/4060 KB   
3816/4060 KB   
3818/4060 KB   
3820/4060 KB   
3822/4060 KB   
3824/4060 KB   
3826/4060 KB   
3828/4060 KB   
3830/4060 KB   
3832/4060 KB   
3834/4060 KB   
3836/4060 KB   
3838/4060 KB   
3840/4060 KB   
3842/4060 KB   
3844/4060 KB   
3846/4060 KB   
3848/4060 KB   
3850/4060 KB   
3852/4060 KB   
3854/4060 KB   
3856/4060 KB   
3858/4060 KB   
3860/4060 KB   
3862/4060 KB   
3864/4060 KB   
3866/4060 KB   
3868/4060 KB   
3870/4060 KB   
3872/4060 KB   
3874/4060 KB   
3876/4060 KB   
3878/4060 KB   
3880/4060 KB   
3882/4060 KB   
3884/4060 KB   
3886/4060 KB   
3888/4060 KB   
3890/4060 KB   
3892/4060 KB   
3894/4060 KB   
3896/4060 KB   
3898/4060 KB   
3900/4060 KB   
3902/4060 KB   
3904/4060 KB   
3906/4060 KB   
3908/4060 KB   
3910/4060 KB   
3912/4060 KB   
3914/4060 KB   
3916/4060 KB   
3918/4060 KB   
3920/4060 KB   
3922/4060 KB   
3924/4060 KB   
3926/4060 KB   
3928/4060 KB   
3930/4060 KB   
3932/4060 KB   
3934/4060 KB   
3936/4060 KB   
3938/4060 KB   
3940/4060 KB   
3942/4060 KB   
3944/4060 KB   
3946/4060 KB   
3948/4060 KB   
3950/4060 KB   
3952/4060 KB   
3954/4060 KB   
3956/4060 KB   
3958/4060 KB   
3960/4060 KB   
3962/4060 KB   
3964/4060 KB   
3966/4060 KB   
3968/4060 KB   
3970/4060 KB   
3972/4060 KB   
3974/4060 KB   
3976/4060 KB   
3978/4060 KB   
3980/4060 KB   
3982/4060 KB   
3984/4060 KB   
3986/4060 KB   
3988/4060 KB   
3990/4060 KB   
3992/4060 KB   
3994/4060 KB   
3996/4060 KB   
3998/4060 KB   
4000/4060 KB   
4002/4060 KB   
4004/4060 KB   
4006/4060 KB   
4008/4060 KB   
4010/4060 KB   
4012/4060 KB   
4014/4060 KB   
4016/4060 KB   
4018/4060 KB   
4020/4060 KB   
4022/4060 KB   
4024/4060 KB   
4026/4060 KB   
4028/4060 KB   
4030/4060 KB   
4032/4060 KB   
4034/4060 KB   
4036/4060 KB   
4038/4060 KB   
4040/4060 KB   
4042/4060 KB   
4044/4060 KB   
4046/4060 KB   
4048/4060 KB   
4050/4060 KB   
4052/4060 KB   
4054/4060 KB   
4056/4060 KB   
4058/4060 KB   
4060/4060 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-20151125.184534-38.ear (4060 KB at 3324.4 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-20151125.184534-38.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-20151125.184534-38.pom (3 KB at 45.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 6.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
780/780 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 (780 B at 18.1 KB/sec)
Uploading: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml
287/287 B   
            
Uploaded: http://sing.ei.uvigo.es/dt/nexus/content/repositories/snapshots/es/uvigo/esei/dgss/letta/ear/maven-metadata.xml (287 B at 7.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Sample ............................................ SUCCESS [5.457s]
[INFO] Domain ............................................ SUCCESS [4.614s]
[INFO] Tests ............................................. SUCCESS [2.812s]
[INFO] Service ........................................... SUCCESS [5.408s]
[INFO] REST .............................................. SUCCESS [0.890s]
[INFO] JSF ............................................... SUCCESS [3.512s]
[INFO] EAR ............................................... SUCCESS [8.398s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.597s
[INFO] Finished at: Wed Nov 25 19:45:36 CET 2015
[INFO] Final Memory: 48M/548M
[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] Nothing to compile - all classes are up to date
[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] Analyzed bundle 'Domain' with 5 classes
[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.entities...
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/entities/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Registration.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/Role.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/User.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Registration.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/User.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Event.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/Role.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/EventType.html...
Generating /var/lib/jenkins/workspace/LETTA/domain/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/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 10 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/domain/entities/IsEqualsToRegistration.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToUser.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/RegistrationsDataset.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.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.ThrowingSupplier.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/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/IsEqualsToUser.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/RegistrationsDataset.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/domain/entities/class-use/IsEqualsToRegistration.html...
Generating /var/lib/jenkins/workspace/LETTA/tests/target/apidocs/es/uvigo/esei/dgss/letta/domain/entities/class-use/UsersDataset.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] Nothing to compile - all classes are up to date
[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] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/LETTA/service/target/test-classes
[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] Analyzed bundle 'Service' with 7 classes
[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] 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] 
Loading source files for package es.uvigo.esei.dgss.letta.service...
Loading source files for package es.uvigo.esei.dgss.letta.service.exceptions...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/EventEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/Mailer.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/SearchEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/UserEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/EmailDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/LoginDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/Mailer.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/UserEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/SearchEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/EventEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/TestingMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/class-use/DefaultMailerEJB.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/EmailDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/class-use/LoginDuplicateException.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/package-use.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/es/uvigo/esei/dgss/letta/service/exceptions/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/service/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/LETTA/service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java:232: warning: no description for @param
[WARNING] * @param login
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/service/target/service-0.0.1-SNAPSHOT-javadoc.jar
[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 [37 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/LETTA/rest/target/rest-0.0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> 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] Nothing to compile - all classes are up to date
[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] Nothing to compile - all classes are up to date
[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] Analyzed bundle 'JSF' with 6 classes
[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 [37 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] 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] 
Loading source files for package es.uvigo.esei.dgss.letta.jsf...
Constructing Javadoc information...
Standard Doclet version 1.8.0_60
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/CreateEventController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/IndexPageController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/JSFController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/LoginUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-summary.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/JSFController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/LoginUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/IndexPageController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/CreateEventController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/ConfirmUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/class-use/RegisterUserController.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/es/uvigo/esei/dgss/letta/jsf/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/LETTA/jsf/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/LETTA/jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java:55: warning: no @throws for javax.servlet.ServletException
[WARNING] public String doLogout() throws ServletException {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/LETTA/jsf/target/jsf-0.0.1-SNAPSHOT-javadoc.jar
[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 25, 2015 7:46:04 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Nov 25, 2015 7:46:04 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Nov 25, 2015 7:46:04 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.191s]
[INFO] Domain ............................................ SUCCESS [4.470s]
[INFO] Tests ............................................. SUCCESS [3.142s]
[INFO] Service ........................................... SUCCESS [4.833s]
[INFO] REST .............................................. SUCCESS [0.907s]
[INFO] JSF ............................................... SUCCESS [5.162s]
[INFO] EAR ............................................... SUCCESS [4.818s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.746s
[INFO] Finished at: Wed Nov 25 19:46:07 CET 2015
[INFO] Final Memory: 53M/563M
[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
Sending e-mails to: mrjato@esei.uvigo.es afnandin@esei.uvigo.es aalopez@esei.uvigo.es abmiguez@esei.uvigo.es agjacome@esei.uvigo.es apsoto@esei.uvigo.es bcgonzalez3@esei.uvigo.es dgpena@uvigo.es frpena@esei.uvigo.es jacasanova@esei.uvigo.es redouane@esei.uvigo.es
Finished: SUCCESS