Skip to content

Instantly share code, notes, and snippets.

@magick93
Created January 28, 2017 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magick93/213441a41501e8237be256eb1fe23341 to your computer and use it in GitHub Desktop.
Save magick93/213441a41501e8237be256eb1fe23341 to your computer and use it in GitHub Desktop.
Started by user anonymous
> /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 https://gitlab.com/myco/myrepo.git # timeout=10
Fetching upstream changes from https://gitlab.com/myco/myrepo.git
> /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials
> /usr/bin/git fetch --tags --progress https://gitlab.com/myco/myrepo.git +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse refs/remotes/origin/feature/10-endpoint-for-updates^{commit} # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/origin/feature/10-endpoint-for-updates^{commit} # timeout=10
Checking out Revision 3a74b086ec6aad5e4ebb03573672c4280a4ba06b (refs/remotes/origin/feature/10-endpoint-for-updates)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 3a74b086ec6aad5e4ebb03573672c4280a4ba06b
> /usr/bin/git rev-list 5c5ce4554e4796031de12cb5b824e7b19be70ec5 # timeout=10
Loading library github.com/fabric8io/fabric8-pipeline-library@master
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/fabric8io/fabric8-pipeline-library.git
> /usr/bin/git config remote.origin.url https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> /usr/bin/git --version # timeout=10
> /usr/bin/git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse master^{commit} # timeout=10
> /usr/bin/git rev-parse origin/master^{commit} # timeout=10
> /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 https://github.com/fabric8io/fabric8-pipeline-library.git # timeout=10
Fetching upstream changes from https://github.com/fabric8io/fabric8-pipeline-library.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git fetch --tags --progress https://github.com/fabric8io/fabric8-pipeline-library.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 506936619369f3635228b736646b95d8db70b3c9 (master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 506936619369f3635228b736646b95d8db70b3c9
> /usr/bin/git rev-list 506936619369f3635228b736646b95d8db70b3c9 # timeout=10
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613 is offline
Running on kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613 in /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev
[Pipeline] {
[Pipeline] git
Cloning the remote Git repository
Cloning repository https://gitlab.com/myco/myrepo.git
> /usr/bin/git init /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev # timeout=10
Fetching upstream changes from https://gitlab.com/myco/myrepo.git
> /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials
> /usr/bin/git fetch --tags --progress https://gitlab.com/myco/myrepo.git +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git config remote.origin.url https://gitlab.com/myco/myrepo.git # timeout=10
> /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> /usr/bin/git config remote.origin.url https://gitlab.com/myco/myrepo.git # timeout=10
Fetching upstream changes from https://gitlab.com/myco/myrepo.git
using GIT_ASKPASS to set credentials
> /usr/bin/git fetch --tags --progress https://gitlab.com/myco/myrepo.git +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse refs/remotes/origin/feature/10-endpoint-for-updates^{commit} # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/origin/feature/10-endpoint-for-updates^{commit} # timeout=10
Checking out Revision 3a74b086ec6aad5e4ebb03573672c4280a4ba06b (refs/remotes/origin/feature/10-endpoint-for-updates)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 3a74b086ec6aad5e4ebb03573672c4280a4ba06b
> /usr/bin/git branch -a -v --no-abbrev # timeout=10
> /usr/bin/git checkout -b feature/10-endpoint-for-updates 3a74b086ec6aad5e4ebb03573672c4280a4ba06b
[Pipeline] echo
NOTE: running pipelines for the first time will take longer as build and base docker images are pulled onto the node
[Pipeline] container
[Pipeline] {
[Pipeline] stage (Build Release)
Using the ‘stage’ step without a block argument is deprecated
Entering stage Build Release
Proceeding
[Pipeline] sh
[shiftwork-myrepo-pipeline-dev] Running shell script
Executing shell script inside container [maven] of pod [kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613]
Executing command: sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-ebe67366/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JENKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-ebe67366/script.sh' > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-ebe67366/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-ebe67366/jenkins-result.txt'
[?1034hsh-4.2# cd /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev
sh-4.2# sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline
-dev@tmp/durable-ebe67366/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JE
NKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipelin
e-dev@tmp/durable-ebe67366/script.sh' > '/home/jenkins/workspace/shiftwork-staff
service-pipeline-dev@tmp/durable-ebe67366/jenkins-log.txt' 2>&1; echo $? > '/hom
e/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-ebe67366/jen
kins-result.txt'
sh-4.2# exit
exit
+ git checkout -b shiftwork-myrepo-pipeline-dev-1.0.61
Switched to a new branch 'shiftwork-myrepo-pipeline-dev-1.0.61'
[Pipeline] sh
[shiftwork-myrepo-pipeline-dev] Running shell script
Executing shell script inside container [maven] of pod [kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613]
Executing command: sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-363d1bc7/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JENKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-363d1bc7/script.sh' > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-363d1bc7/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-363d1bc7/jenkins-result.txt'
[?1034hsh-4.2# cd /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev
sh-4.2# sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline
-dev@tmp/durable-363d1bc7/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JE
NKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipelin
e-dev@tmp/durable-363d1bc7/script.sh' > '/home/jenkins/workspace/shiftwork-staff
service-pipeline-dev@tmp/durable-363d1bc7/jenkins-log.txt' 2>&1; echo $? > '/hom
e/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-363d1bc7/jen
kins-result.txt'
+ mvn org.codehaus.mojo:versions-maven-plugin:2.2:set -U -DnewVersion=1.0.61
[INFO] Scanning for projects...
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-parent/1.3.8.RELEASE/spring-boot-starter-parent-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-parent/1.3.8.RELEASE/spring-boot-starter-parent-1.3.8.RELEASE.pom (7 KB at 64.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-dependencies/1.3.8.RELEASE/spring-boot-dependencies-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-dependencies/1.3.8.RELEASE/spring-boot-dependencies-1.3.8.RELEASE.pom (73 KB at 3156.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-framework-bom/4.2.8.RELEASE/spring-framework-bom-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-framework-bom/4.2.8.RELEASE/spring-framework-bom-4.2.8.RELEASE.pom (5 KB at 454.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/spring-data-releasetrain/Gosling-SR5/spring-data-releasetrain-Gosling-SR5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/spring-data-releasetrain/Gosling-SR5/spring-data-releasetrain-Gosling-SR5.pom (5 KB at 339.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/build/spring-data-build/1.7.5.RELEASE/spring-data-build-1.7.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/build/spring-data-build/1.7.5.RELEASE/spring-data-build-1.7.5.RELEASE.pom (3 KB at 196.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/integration/spring-integration-bom/4.2.9.RELEASE/spring-integration-bom-4.2.9.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/integration/spring-integration-bom/4.2.9.RELEASE/spring-integration-bom-4.2.9.RELEASE.pom (9 KB at 636.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-bom/4.0.4.RELEASE/spring-security-bom-4.0.4.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-bom/4.0.4.RELEASE/spring-security-bom-4.0.4.RELEASE.pom (5 KB at 385.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.2/versions-maven-plugin-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.2/versions-maven-plugin-2.2.pom (16 KB at 1294.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 KB at 173.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (5 KB at 16.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.2/versions-maven-plugin-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.2/versions-maven-plugin-2.2.jar (251 KB at 14721.3 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building shiftwork 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:set (default-cli) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 7.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 1989.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 121.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/5/apache-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/5/apache-5.pom (5 KB at 363.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 31.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 944.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 275.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 182.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 385.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 2.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 560.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/4.11/junit-4.11.pom
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/4.11/junit-4.11.pom (3 KB at 208.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 2.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 18.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 60.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded: http://nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 28.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 85.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 118.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 9.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 33.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 86.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 570.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 173.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 17.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 56.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 33.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 24.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (2 KB at 180.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (2 KB at 3.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2 KB at 10.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 KB at 1482.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (2 KB at 5.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 308.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 185.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 875.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 10.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 314.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 805.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 8.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 166.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 9.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 157.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8 KB at 31.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 145.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/4/apache-4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/4/apache-4.pom (5 KB at 439.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 3.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 168.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 692.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 4.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 12.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 289.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 35.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 43.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 20.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 9.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 9.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 828.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 105.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/7/apache-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/7/apache-7.pom (15 KB at 1565.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 3.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 941.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 116.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (5 KB at 462.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 849.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 172.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/10/apache-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/10/apache-10.pom (15 KB at 1313.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (2 KB at 6.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 KB at 1532.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 115.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/9/apache-9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/9/apache-9.pom (15 KB at 1480.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (2 KB at 6.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4 KB at 20.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 14.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 1637.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (2 KB at 5.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloaded: http://nexus/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (2 KB at 6.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/3/apache-3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/3/apache-3.pom (4 KB at 335.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 53.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 85.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (8 KB at 28.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9 KB at 875.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 KB at 1454.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (5 KB at 25.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (10 KB at 830.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 KB at 1422.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 KB at 81.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 KB at 57.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 33.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (7 KB at 27.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 KB at 58.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3 KB at 298.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (2 KB at 8.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (3 KB at 12.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (6 KB at 25.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 3.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 325.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 9.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 7.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 265.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 184.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 4.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 706.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 257.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 833.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 758.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 22.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 47.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 13.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 1221.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9 KB at 38.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 1.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 3.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 4.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 10.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 0.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 0.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 3.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded: http://nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 11.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 18.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 25.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (4 KB at 408.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 3.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 1312.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 50.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 7.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 12.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 10.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 9.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 8.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 263.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 185.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 195.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 269.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 19.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 675.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 55.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 171.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 2.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 1206.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 15.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 19.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 10.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/google/1/google-1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/google/google/1/google-1.pom (2 KB at 168.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 18.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 26.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 40.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.5/wagon-provider-api-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.5/wagon-provider-api-2.5.pom (2 KB at 10.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon/2.5/wagon-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon/2.5/wagon-2.5.pom (20 KB at 2175.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 114.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/13/apache-13.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/13/apache-13.pom (14 KB at 1516.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 13.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 1830.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 25.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 55.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-file/2.5/wagon-file-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-file/2.5/wagon-file-2.5.pom (2 KB at 8.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-providers/2.5/wagon-providers-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-providers/2.5/wagon-providers-2.5.pom (3 KB at 13.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 79.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 147.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4 KB at 15.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 KB at 1948.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (2 KB at 6.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (2 KB at 7.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (4 KB at 12.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 1943.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 88.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6 KB at 20.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 KB at 78.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (3 KB at 186.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (2 KB at 7.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (3 KB at 10.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (5 KB at 23.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 KB at 70.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7 KB at 30.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (7 KB at 26.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 14.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 0.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 0.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6 KB at 37.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 46.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 15.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded: http://nexus/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 63.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (5 KB at 16.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (10 KB at 37.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom (12 KB at 45.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/2/apache-2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/2/apache-2.pom (4 KB at 369.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 15.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (4 KB at 12.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (3 KB at 11.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 KB at 50.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 25.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1815.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 78.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (2 KB at 104.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (3 KB at 24.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (2 KB at 10.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (3 KB at 18.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (2 KB at 13.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 3.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (2 KB at 16.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 4399.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 1670.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 4357.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 7896.3 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 14724.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 866.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 344.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 779.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 1046.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 363.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 633.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 145.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 KB at 361.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 94.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 86.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 264.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 606.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 255.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 331.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 319.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1004.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 67.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 KB at 103.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (136 KB at 832.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 1083.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 215.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.5/wagon-provider-api-2.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 23.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-file/2.5/wagon-file-2.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.5/wagon-provider-api-2.5.jar (52 KB at 115.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 368.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-file/2.5/wagon-file-2.5.jar (11 KB at 24.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 24.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 8.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (31 KB at 64.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1201 KB at 2505.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (46 KB at 93.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (287 KB at 583.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (169 KB at 336.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 262.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 27.4 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (52 KB at 49.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 KB at 10.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 7.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (37 KB at 34.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (162 KB at 150.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 55.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 329.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (339 KB at 291.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (88 KB at 75.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 KB at 21.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (447 KB at 379.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (322 KB at 270.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (60 KB at 48.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (16 KB at 12.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (117 KB at 94.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 448.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 KB at 35.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 102.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Downloaded: http://nexus/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar (350 KB at 245.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 165.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (246 KB at 171.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (212 KB at 147.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloaded: http://nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 242.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 30.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 15.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 429.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (178 KB at 121.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 189.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 KB at 7.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 KB at 6.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (471 KB at 272.9 KB/sec)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev
[INFO] Processing change of com.teammachine.staffrostering:shiftwork:0.0.1-SNAPSHOT -> 1.0.61
sh-4.2# exit
exit
[INFO] Processing com.teammachine.staffrostering:shiftwork
[INFO] Updating project com.teammachine.staffrostering:shiftwork
[INFO] from version 0.0.1-SNAPSHOT to 1.0.61
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.607 s
[INFO] Finished at: 2017-01-28T09:17:19+00:00
[INFO] Final Memory: 18M/421M
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
[shiftwork-myrepo-pipeline-dev] Running shell script
Executing shell script inside container [maven] of pod [kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613]
Executing command: sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-9e4bfafb/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JENKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-9e4bfafb/script.sh' > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-9e4bfafb/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-9e4bfafb/jenkins-result.txt'
[?1034hsh-4.2# cd /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev
sh-4.2# sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline
-dev@tmp/durable-9e4bfafb/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JE
NKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipelin
e-dev@tmp/durable-9e4bfafb/script.sh' > '/home/jenkins/workspace/shiftwork-staff
service-pipeline-dev@tmp/durable-9e4bfafb/jenkins-log.txt' 2>&1; echo $? > '/hom
e/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-9e4bfafb/jen
kins-result.txt'
+ mvn clean -e -U deploy
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building shiftwork 1.0.61
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (8 KB at 91.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (8 KB at 78.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 370.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/16/apache-16.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/16/apache-16.pom (16 KB at 835.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 KB at 1663.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom (4 KB at 275.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom (36 KB at 2506.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar (52 KB at 3659.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-maven-plugin/1.3.8.RELEASE/spring-boot-maven-plugin-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-maven-plugin/1.3.8.RELEASE/spring-boot-maven-plugin-1.3.8.RELEASE.pom (7 KB at 556.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-tools/1.3.8.RELEASE/spring-boot-tools-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-tools/1.3.8.RELEASE/spring-boot-tools-1.3.8.RELEASE.pom (2 KB at 107.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-parent/1.3.8.RELEASE/spring-boot-parent-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-parent/1.3.8.RELEASE/spring-boot-parent-1.3.8.RELEASE.pom (25 KB at 2451.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-maven-plugin/1.3.8.RELEASE/spring-boot-maven-plugin-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-maven-plugin/1.3.8.RELEASE/spring-boot-maven-plugin-1.3.8.RELEASE.jar (58 KB at 4412.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 24.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 91.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 2186.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/bsc/maven/maven-processor-plugin/2.2.4/maven-processor-plugin-2.2.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/bsc/maven/maven-processor-plugin/2.2.4/maven-processor-plugin-2.2.4.pom (11 KB at 971.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/bsc/maven/maven-processor-plugin/2.2.4/maven-processor-plugin-2.2.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/bsc/maven/maven-processor-plugin/2.2.4/maven-processor-plugin-2.2.4.jar (32 KB at 107.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 720.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 50.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 302.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/11/apache-11.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/11/apache-11.pom (15 KB at 1446.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 2402.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 997.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 107.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 3812.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom (6 KB at 502.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom (17 KB at 168.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar (37 KB at 3012.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.5/maven-war-plugin-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.5/maven-war-plugin-2.5.pom (9 KB at 33.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 49.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 343.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/14/apache-14.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/14/apache-14.pom (15 KB at 1434.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.5/maven-war-plugin-2.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.5/maven-war-plugin-2.5.jar (84 KB at 7617.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-maven-plugin/2.5.0/sortpom-maven-plugin-2.5.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-maven-plugin/2.5.0/sortpom-maven-plugin-2.5.0.pom (3 KB at 215.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-parent/2.5.0/sortpom-parent-2.5.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-parent/2.5.0/sortpom-parent-2.5.0.pom (15 KB at 161.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-maven-plugin/2.5.0/sortpom-maven-plugin-2.5.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-maven-plugin/2.5.0/sortpom-maven-plugin-2.5.0.jar (11 KB at 1072.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 626.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 333.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7 KB at 697.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 KB at 168.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hibernate4/2.6.7/jackson-datatype-hibernate4-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hibernate4/2.6.7/jackson-datatype-hibernate4-2.6.7.pom (4 KB at 341.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hibernate-parent/2.6.7/jackson-datatype-hibernate-parent-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hibernate-parent/2.6.7/jackson-datatype-hibernate-parent-2.6.7.pom (2 KB at 129.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom (8 KB at 76.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/oss-parent/24/oss-parent-24.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 KB at 1897.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.6.7/jackson-databind-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.6.7/jackson-databind-2.6.7.pom (6 KB at 67.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.6.7/jackson-annotations-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.6.7/jackson-annotations-2.6.7.pom (2 KB at 111.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom (8 KB at 63.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/oss-parent/23/oss-parent-23.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/oss-parent/23/oss-parent-23.pom (19 KB at 1884.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.6.7/jackson-core-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.6.7/jackson-core-2.6.7.pom (5 KB at 19.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hppc/2.6.7/jackson-datatype-hppc-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hppc/2.6.7/jackson-datatype-hppc-2.6.7.pom (3 KB at 273.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/carrotsearch/hppc/0.7.1/hppc-0.7.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/carrotsearch/hppc/0.7.1/hppc-0.7.1.pom (18 KB at 1616.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/carrotsearch/hppc-parent/0.7.1/hppc-parent-0.7.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/carrotsearch/hppc-parent/0.7.1/hppc-parent-0.7.1.pom (18 KB at 140.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 641.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.6.7/jackson-datatype-json-org-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.6.7/jackson-datatype-json-org-2.6.7.pom (4 KB at 301.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.pom (4 KB at 28.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/bundles/bundles-parent/1.0/bundles-parent-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/bundles/bundles-parent/1.0/bundles-parent-1.0.pom (6 KB at 54.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (6 KB at 36.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 KB at 1449.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 KB at 1798.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/6/apache-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/6/apache-6.pom (13 KB at 1388.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.6.7/jackson-datatype-jsr310-2.6.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.6.7/jackson-datatype-jsr310-2.6.7.pom (6 KB at 586.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/h2database/h2/1.4.192/h2-1.4.192.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/h2database/h2/1.4.192/h2-1.4.192.pom (960 B at 85.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jayway/awaitility/awaitility/1.7.0/awaitility-1.7.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/jayway/awaitility/awaitility/1.7.0/awaitility-1.7.0.pom (3 KB at 22.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jayway/awaitility/awaitility-parent/1.7.0/awaitility-parent-1.7.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/jayway/awaitility/awaitility-parent/1.7.0/awaitility-parent-1.7.0.pom (7 KB at 47.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 5.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom (2 KB at 12.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.pom (3 KB at 247.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom (17 KB at 161.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jayway/jsonpath/json-path/2.0.0/json-path-2.0.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/jayway/jsonpath/json-path/2.0.0/json-path-2.0.0.pom (2 KB at 22.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 24.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 41.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/minidev/json-smart/2.1.1/json-smart-2.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/minidev/json-smart/2.1.1/json-smart-2.1.1.pom (3 KB at 21.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/minidev/parent/2.1.0/parent-2.1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/minidev/parent/2.1.0/parent-2.1.0.pom (9 KB at 937.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 471.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/minidev/asm/1.0.2/asm-1.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/minidev/asm/1.0.2/asm-1.0.2.pom (2 KB at 194.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 28.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (5 KB at 29.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/mattbertolini/liquibase-slf4j/1.2.1/liquibase-slf4j-1.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/mattbertolini/liquibase-slf4j/1.2.1/liquibase-slf4j-1.2.1.pom (3 KB at 14.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/liquibase/liquibase-core/3.5.3/liquibase-core-3.5.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/liquibase/liquibase-core/3.5.3/liquibase-core-3.5.3.pom (15 KB at 103.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/liquibase/liquibase-parent/3.5.3/liquibase-parent-3.5.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/liquibase/liquibase-parent/3.5.3/liquibase-parent-3.5.3.pom (19 KB at 141.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/yaml/snakeyaml/1.16/snakeyaml-1.16.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/yaml/snakeyaml/1.16/snakeyaml-1.16.pom (26 KB at 33.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/ryantenney/metrics/metrics-spring/3.1.3/metrics-spring-3.1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/ryantenney/metrics/metrics-spring/3.1.3/metrics-spring-3.1.3.pom (19 KB at 110.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom (846 B at 5.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom (12 KB at 32.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-healthchecks/3.1.2/metrics-healthchecks-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-healthchecks/3.1.2/metrics-healthchecks-3.1.2.pom (2 KB at 86.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-annotation/3.1.2/metrics-annotation-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-annotation/3.1.2/metrics-annotation-3.1.2.pom (702 B at 68.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-core/4.2.8.RELEASE/spring-core-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-core/4.2.8.RELEASE/spring-core-4.2.8.RELEASE.pom (3 KB at 243.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-beans/4.2.8.RELEASE/spring-beans-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-beans/4.2.8.RELEASE/spring-beans-4.2.8.RELEASE.pom (3 KB at 271.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-context-support/4.2.8.RELEASE/spring-context-support-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-context-support/4.2.8.RELEASE/spring-context-support-4.2.8.RELEASE.pom (6 KB at 537.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-context/4.2.8.RELEASE/spring-context-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-context/4.2.8.RELEASE/spring-context-4.2.8.RELEASE.pom (5 KB at 491.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-aop/4.2.8.RELEASE/spring-aop-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-aop/4.2.8.RELEASE/spring-aop-4.2.8.RELEASE.pom (3 KB at 280.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 3.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-expression/4.2.8.RELEASE/spring-expression-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-expression/4.2.8.RELEASE/spring-expression-4.2.8.RELEASE.pom (2 KB at 168.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.4.3/akka-actor_2.11-2.4.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.4.3/akka-actor_2.11-2.4.3.pom (2 KB at 15.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom (2 KB at 3.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/config/1.3.0/config-1.3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/config/1.3.0/config-1.3.0.pom (2 KB at 182.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-java8-compat_2.11/0.7.0/scala-java8-compat_2.11-0.7.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-java8-compat_2.11/0.7.0/scala-java8-compat_2.11-0.7.0.pom (3 KB at 253.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/zaxxer/HikariCP/2.4.3/HikariCP-2.4.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/zaxxer/HikariCP/2.4.3/HikariCP-2.4.3.pom (17 KB at 170.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 96.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 512.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/fr/ippon/spark/metrics/metrics-spark-reporter/1.2/metrics-spark-reporter-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/fr/ippon/spark/metrics/metrics-spark-reporter/1.2/metrics-spark-reporter-1.2.pom (6 KB at 470.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/joda-time/joda-time/2.8.2/joda-time-2.8.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/joda-time/joda-time/2.8.2/joda-time-2.8.2.pom (29 KB at 315.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-ehcache/3.1.2/metrics-ehcache-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-ehcache/3.1.2/metrics-ehcache-3.1.2.pom (2 KB at 14.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/ehcache/ehcache/2.10.2.2.21/ehcache-2.10.2.2.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/ehcache/ehcache/2.10.2.2.21/ehcache-2.10.2.2.21.pom (19 KB at 95.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/ehcache/ehcache-root/2.10.2.2.21/ehcache-root-2.10.2.2.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/ehcache/ehcache-root/2.10.2.2.21/ehcache-root-2.10.2.2.21.pom (17 KB at 1522.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/ehcache/ehcache-parent/2.18/ehcache-parent-2.18.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/ehcache/ehcache-parent/2.18/ehcache-parent-2.18.pom (17 KB at 64.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2.pom (2 KB at 14.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2.pom (2 KB at 6.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2.pom (967 B at 8.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlet/3.1.2/metrics-servlet-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlet/3.1.2/metrics-servlet-3.1.2.pom (2 KB at 8.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlets/3.1.2/metrics-servlets-3.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlets/3.1.2/metrics-servlets-3.1.2.pom (3 KB at 24.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/highcharts/gatling-charts-highcharts/2.1.7/gatling-charts-highcharts-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/highcharts/gatling-charts-highcharts/2.1.7/gatling-charts-highcharts-2.1.7.pom (3 KB at 272.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-charts/2.1.7/gatling-charts-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-charts/2.1.7/gatling-charts-2.1.7.pom (4 KB at 23.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-core/2.1.7/gatling-core-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-core/2.1.7/gatling-core-2.1.7.pom (7 KB at 66.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom (2 KB at 15.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.3.12/akka-actor_2.11-2.3.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.3.12/akka-actor_2.11-2.3.12.pom (2 KB at 14.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom (2 KB at 14.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/config/1.2.1/config-1.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/config/1.2.1/config-1.2.1.pom (2 KB at 165.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/dongxiguo/fastring_2.11/0.2.4/fastring_2.11-0.2.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/dongxiguo/fastring_2.11/0.2.4/fastring_2.11-0.2.4.pom (2 KB at 19.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom (2 KB at 13.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom (2 KB at 15.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/opencsv/opencsv/2.3/opencsv-2.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/opencsv/opencsv/2.3/opencsv-2.3.pom (6 KB at 531.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.pom (15 KB at 1589.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/threeten/threetenbp/1.2/threetenbp-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/threeten/threetenbp/1.2/threetenbp-1.2.pom (26 KB at 2795.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom (3 KB at 210.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom (2 KB at 14.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/ning/async-http-client/1.9.30/async-http-client-1.9.30.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/ning/async-http-client/1.9.30/async-http-client-1.9.30.pom (21 KB at 2063.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/netty/netty/3.10.4.Final/netty-3.10.4.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/netty/netty/3.10.4.Final/netty-3.10.4.Final.pom (29 KB at 299.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/scala-logging/scala-logging_2.11/3.1.0/scala-logging_2.11-3.1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/scala-logging/scala-logging_2.11/3.1.0/scala-logging_2.11-3.1.0.pom (3 KB at 224.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom (2 KB at 5.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom (2 KB at 16.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.pom (13 KB at 127.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ch/qos/logback/logback-parent/1.1.7/logback-parent-1.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/ch/qos/logback/logback-parent/1.1.7/logback-parent-1.1.7.pom (18 KB at 174.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.pom (5 KB at 48.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/jsonpath_2.11/0.6.4/jsonpath_2.11-0.6.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/jsonpath_2.11/0.6.4/jsonpath_2.11-0.6.4.pom (3 KB at 27.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.3/scala-parser-combinators_2.11-1.0.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.3/scala-parser-combinators_2.11-1.0.3.pom (3 KB at 233.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom (2 KB at 10.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/fastjson/boon/0.33/boon-0.33.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/fastjson/boon/0.33/boon-0.33.pom (4 KB at 474.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/fastjson/osgi-plugins-parent/0.33/osgi-plugins-parent-0.33.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/fastjson/osgi-plugins-parent/0.33/osgi-plugins-parent-0.33.pom (7 KB at 780.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/fastjson/boon-bundle/0.33/boon-bundle-0.33.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/fastjson/boon-bundle/0.33/boon-bundle-0.33.pom (14 KB at 30.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 398.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/saxon/Saxon-HE/9.6.0-5/Saxon-HE-9.6.0-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/saxon/Saxon-HE/9.6.0-5/Saxon-HE-9.6.0-5.pom (4 KB at 35.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jodd/jodd-lagarto/3.6.6/jodd-lagarto-3.6.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jodd/jodd-lagarto/3.6.6/jodd-lagarto-3.6.6.pom (2 KB at 15.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jodd/jodd-core/3.6.6/jodd-core-3.6.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jodd/jodd-core/3.6.6/jodd-core-3.6.6.pom (2 KB at 10.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jodd/jodd-log/3.6.6/jodd-log-3.6.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jodd/jodd-log/3.6.6/jodd-log-3.6.6.pom (2 KB at 7.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/tdunning/t-digest/3.0/t-digest-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/tdunning/t-digest/3.0/t-digest-3.0.pom (8 KB at 801.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-app/2.1.7/gatling-app-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-app/2.1.7/gatling-app-2.1.7.pom (5 KB at 31.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-http/2.1.7/gatling-http-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-http/2.1.7/gatling-http-2.1.7.pom (5 KB at 43.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (4 KB at 337.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 524.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom (3 KB at 9.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom (2 KB at 13.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-jms/2.1.7/gatling-jms-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-jms/2.1.7/gatling-jms-2.1.7.pom (5 KB at 47.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom (3 KB at 252.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 KB at 1302.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 KB at 174.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (2 KB at 192.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 KB at 1204.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-jdbc/2.1.7/gatling-jdbc-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-jdbc/2.1.7/gatling-jdbc-2.1.7.pom (4 KB at 22.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-redis/2.1.7/gatling-redis-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-redis/2.1.7/gatling-redis-2.1.7.pom (4 KB at 8.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/debasishg/redisclient_2.11/2.14/redisclient_2.11-2.14.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/debasishg/redisclient_2.11/2.14/redisclient_2.11-2.14.pom (3 KB at 18.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-pool/commons-pool/1.6/commons-pool-1.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 81.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 430.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.3.6/akka-actor_2.11-2.3.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.3.6/akka-actor_2.11-2.3.6.pom (2 KB at 20.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-metrics/2.1.7/gatling-metrics-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-metrics/2.1.7/gatling-metrics-2.1.7.pom (4 KB at 37.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/scopt/scopt_2.11/3.3.0/scopt_2.11-3.3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/github/scopt/scopt_2.11/3.3.0/scopt_2.11-3.3.0.pom (2 KB at 12.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-recorder/2.1.7/gatling-recorder-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-recorder/2.1.7/gatling-recorder-2.1.7.pom (5 KB at 35.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-swing_2.11/1.0.2/scala-swing_2.11-1.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-swing_2.11/1.0.2/scala-swing_2.11-1.0.2.pom (2 KB at 16.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52.pom (2 KB at 15.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.pom (2 KB at 11.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-swagger2/2.4.0/springfox-swagger2-2.4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-swagger2/2.4.0/springfox-swagger2-2.4.0.pom (6 KB at 546.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/swagger/swagger-annotations/1.5.6/swagger-annotations-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/swagger/swagger-annotations/1.5.6/swagger-annotations-1.5.6.pom (7 KB at 677.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/swagger/swagger-project/1.5.6/swagger-project-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/swagger/swagger-project/1.5.6/swagger-project-1.5.6.pom (21 KB at 141.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/swagger/swagger-models/1.5.6/swagger-models-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/swagger/swagger-models/1.5.6/swagger-models-1.5.6.pom (5 KB at 41.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-spi/2.4.0/springfox-spi-2.4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-spi/2.4.0/springfox-spi-2.4.0.pom (2 KB at 18.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-core/2.4.0/springfox-core-2.4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-core/2.4.0/springfox-core-2.4.0.pom (5 KB at 41.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom (6 KB at 614.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (8 KB at 77.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/classmate/1.3.1/classmate-1.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/classmate/1.3.1/classmate-1.3.1.pom (6 KB at 34.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.pom (2 KB at 152.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin/1.2.0.RELEASE/spring-plugin-1.2.0.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin/1.2.0.RELEASE/spring-plugin-1.2.0.RELEASE.pom (6 KB at 621.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.pom (803 B at 87.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-schema/2.4.0/springfox-schema-2.4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-schema/2.4.0/springfox-schema-2.4.0.pom (2 KB at 19.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-swagger-common/2.4.0/springfox-swagger-common-2.4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-swagger-common/2.4.0/springfox-swagger-common-2.4.0.pom (5 KB at 410.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-spring-web/2.4.0/springfox-spring-web-2.4.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-spring-web/2.4.0/springfox-spring-web-2.4.0.pom (5 KB at 399.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 4.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/logstash/logback/logstash-logback-encoder/4.6/logstash-logback-encoder-4.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/logstash/logback/logstash-logback-encoder/4.6/logstash-logback-encoder-4.6.pom (12 KB at 1157.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14.pom (3 KB at 28.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/poi/poi/3.14/poi-3.14.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/poi/poi/3.14/poi-3.14.pom (4 KB at 342.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 KB at 127.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom (57 KB at 226.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/15/apache-15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/15/apache-15.pom (15 KB at 1487.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/poi/poi-ooxml-schemas/3.14/poi-ooxml-schemas-3.14.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/poi/poi-ooxml-schemas/3.14/poi-ooxml-schemas-3.14.pom (3 KB at 10.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.pom (4 KB at 32.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 13.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.pom (4 KB at 27.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/assertj/assertj-core/3.3.0/assertj-core-3.3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/assertj/assertj-core/3.3.0/assertj-core-3.3.0.pom (10 KB at 114.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/assertj/assertj-parent-pom/1.3.6/assertj-parent-pom-1.3.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/assertj/assertj-parent-pom/1.3.6/assertj-parent-pom-1.3.6.pom (15 KB at 1644.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-ehcache/4.3.11.Final/hibernate-ehcache-4.3.11.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-ehcache/4.3.11.Final/hibernate-ehcache-4.3.11.Final.pom (3 KB at 235.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom (6 KB at 573.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/jboss-parent/15/jboss-parent-15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/jboss-parent/15/jboss-parent-15.pom (31 KB at 375.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.pom (2 KB at 187.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/logging/jboss-logging-tools-parent/1.2.0.Beta1/jboss-logging-tools-parent-1.2.0.Beta1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/logging/jboss-logging-tools-parent/1.2.0.Beta1/jboss-logging-tools-parent-1.2.0.Beta1.pom (4 KB at 361.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/jboss-parent/10/jboss-parent-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/jboss-parent/10/jboss-parent-10.pom (30 KB at 288.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.pom (4 KB at 363.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.pom (5 KB at 496.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (7 KB at 660.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.pom (3 KB at 228.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom (3 KB at 239.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (10 KB at 32.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 56.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.pom (3 KB at 21.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/jboss-parent/5/jboss-parent-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/jboss-parent/5/jboss-parent-5.pom (19 KB at 178.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-envers/4.3.11.Final/hibernate-envers-4.3.11.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-envers/4.3.11.Final/hibernate-envers-4.3.11.Final.pom (3 KB at 193.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.pom (4 KB at 312.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.pom (13 KB at 1379.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-validator-parent/5.2.4.Final/hibernate-validator-parent-5.2.4.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-validator-parent/5.2.4.Final/hibernate-validator-parent-5.2.4.Final.pom (35 KB at 3447.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.9.Final/arquillian-bom-1.1.9.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.9.Final/arquillian-bom-1.1.9.Final.pom (11 KB at 1154.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.2/shrinkwrap-bom-1.2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.2/shrinkwrap-bom-1.2.2.pom (4 KB at 37.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.1.1/shrinkwrap-resolver-bom-2.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.1.1/shrinkwrap-resolver-bom-2.1.1.pom (5 KB at 501.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-7/shrinkwrap-descriptors-bom-2.0.0-alpha-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-7/shrinkwrap-descriptors-bom-2.0.0-alpha-7.pom (6 KB at 511.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (8 KB at 767.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom (7 KB at 34.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/mapstruct/mapstruct-jdk8/1.0.0.Final/mapstruct-jdk8-1.0.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/mapstruct/mapstruct-jdk8/1.0.0.Final/mapstruct-jdk8-1.0.0.Final.pom (7 KB at 669.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/mapstruct/mapstruct-parent/1.0.0.Final/mapstruct-parent-1.0.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/mapstruct/mapstruct-parent/1.0.0.Final/mapstruct-parent-1.0.0.Final.pom (27 KB at 2674.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 KB at 1036.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (4 KB at 13.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (4 KB at 266.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (5 KB at 472.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/postgresql/postgresql/9.4-1203-jdbc42/postgresql-9.4-1203-jdbc42.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/postgresql/postgresql/9.4-1203-jdbc42/postgresql-9.4-1203-jdbc42.pom (3 KB at 317.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-actuator/1.3.8.RELEASE/spring-boot-actuator-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-actuator/1.3.8.RELEASE/spring-boot-actuator-1.3.8.RELEASE.pom (10 KB at 1044.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot/1.3.8.RELEASE/spring-boot-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot/1.3.8.RELEASE/spring-boot-1.3.8.RELEASE.pom (8 KB at 749.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-autoconfigure/1.3.8.RELEASE/spring-boot-autoconfigure-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-autoconfigure/1.3.8.RELEASE/spring-boot-autoconfigure-1.3.8.RELEASE.pom (18 KB at 1553.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-configuration-processor/1.3.8.RELEASE/spring-boot-configuration-processor-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-configuration-processor/1.3.8.RELEASE/spring-boot-configuration-processor-1.3.8.RELEASE.pom (2 KB at 154.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/json/json/20140107/json-20140107.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/json/json/20140107/json-20140107.pom (5 KB at 454.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-loader-tools/1.3.8.RELEASE/spring-boot-loader-tools-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-loader-tools/1.3.8.RELEASE/spring-boot-loader-tools-1.3.8.RELEASE.pom (5 KB at 468.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-aop/1.3.8.RELEASE/spring-boot-starter-aop-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-aop/1.3.8.RELEASE/spring-boot-starter-aop-1.3.8.RELEASE.pom (2 KB at 116.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starters/1.3.8.RELEASE/spring-boot-starters-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starters/1.3.8.RELEASE/spring-boot-starters-1.3.8.RELEASE.pom (4 KB at 420.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter/1.3.8.RELEASE/spring-boot-starter-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter/1.3.8.RELEASE/spring-boot-starter-1.3.8.RELEASE.pom (2 KB at 157.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-logging/1.3.8.RELEASE/spring-boot-starter-logging-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-logging/1.3.8.RELEASE/spring-boot-starter-logging-1.3.8.RELEASE.pom (2 KB at 114.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom (963 B at 10.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.pom (986 B at 7.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.pom (2 KB at 8.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.pom (2 KB at 10.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-data-jpa/1.3.8.RELEASE/spring-boot-starter-data-jpa-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-data-jpa/1.3.8.RELEASE/spring-boot-starter-data-jpa-1.3.8.RELEASE.pom (3 KB at 200.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-jdbc/1.3.8.RELEASE/spring-boot-starter-jdbc-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-jdbc/1.3.8.RELEASE/spring-boot-starter-jdbc-1.3.8.RELEASE.pom (2 KB at 106.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/tomcat-jdbc/8.0.37/tomcat-jdbc-8.0.37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/tomcat-jdbc/8.0.37/tomcat-jdbc-8.0.37.pom (2 KB at 15.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/tomcat-juli/8.0.37/tomcat-juli-8.0.37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/tomcat-juli/8.0.37/tomcat-juli-8.0.37.pom (2 KB at 14.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-jdbc/4.2.8.RELEASE/spring-jdbc-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-jdbc/4.2.8.RELEASE/spring-jdbc-4.2.8.RELEASE.pom (4 KB at 383.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-tx/4.2.8.RELEASE/spring-tx-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-tx/4.2.8.RELEASE/spring-tx-4.2.8.RELEASE.pom (4 KB at 10.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.pom (14 KB at 1497.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (5 KB at 52.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/spring-data-jpa/1.9.5.RELEASE/spring-data-jpa-1.9.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/spring-data-jpa/1.9.5.RELEASE/spring-data-jpa-1.9.5.RELEASE.pom (14 KB at 1553.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/build/spring-data-parent/1.7.5.RELEASE/spring-data-parent-1.7.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/build/spring-data-parent/1.7.5.RELEASE/spring-data-parent-1.7.5.RELEASE.pom (22 KB at 2160.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-framework-bom/4.1.9.RELEASE/spring-framework-bom-4.1.9.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-framework-bom/4.1.9.RELEASE/spring-framework-bom-4.1.9.RELEASE.pom (5 KB at 555.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/spring-data-commons/1.11.5.RELEASE/spring-data-commons-1.11.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/spring-data-commons/1.11.5.RELEASE/spring-data-commons-1.11.5.RELEASE.pom (7 KB at 66.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-orm/4.2.8.RELEASE/spring-orm-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-orm/4.2.8.RELEASE/spring-orm-4.2.8.RELEASE.pom (8 KB at 669.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-aspects/4.2.8.RELEASE/spring-aspects-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-aspects/4.2.8.RELEASE/spring-aspects-4.2.8.RELEASE.pom (4 KB at 394.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-mail/1.3.8.RELEASE/spring-boot-starter-mail-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-mail/1.3.8.RELEASE/spring-boot-starter-mail-1.3.8.RELEASE.pom (2 KB at 143.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom (5 KB at 22.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/sun/mail/all/1.5.6/all-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/sun/mail/all/1.5.6/all-1.5.6.pom (20 KB at 1987.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded: http://nexus/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (5 KB at 31.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.pom (2 KB at 11.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-security/1.3.8.RELEASE/spring-boot-starter-security-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-security/1.3.8.RELEASE/spring-boot-starter-security-1.3.8.RELEASE.pom (2 KB at 63.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-config/4.0.4.RELEASE/spring-security-config-4.0.4.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-config/4.0.4.RELEASE/spring-security-config-4.0.4.RELEASE.pom (13 KB at 1248.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-framework-bom/4.2.5.RELEASE/spring-framework-bom-4.2.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-framework-bom/4.2.5.RELEASE/spring-framework-bom-4.2.5.RELEASE.pom (5 KB at 555.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-core/4.0.4.RELEASE/spring-security-core-4.0.4.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-core/4.0.4.RELEASE/spring-security-core-4.0.4.RELEASE.pom (9 KB at 945.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-web/4.0.4.RELEASE/spring-security-web-4.0.4.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-web/4.0.4.RELEASE/spring-security-web-4.0.4.RELEASE.pom (8 KB at 749.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-web/4.2.8.RELEASE/spring-web-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-web/4.2.8.RELEASE/spring-web-4.2.8.RELEASE.pom (8 KB at 863.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-test/1.3.8.RELEASE/spring-boot-starter-test-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-test/1.3.8.RELEASE/spring-boot-starter-test-1.3.8.RELEASE.pom (2 KB at 178.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 KB at 2569.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom (2 KB at 14.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-test/4.2.8.RELEASE/spring-test-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-test/4.2.8.RELEASE/spring-test-4.2.8.RELEASE.pom (8 KB at 791.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-thymeleaf/1.3.8.RELEASE/spring-boot-starter-thymeleaf-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-thymeleaf/1.3.8.RELEASE/spring-boot-starter-thymeleaf-1.3.8.RELEASE.pom (2 KB at 121.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-web/1.3.8.RELEASE/spring-boot-starter-web-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-web/1.3.8.RELEASE/spring-boot-starter-web-1.3.8.RELEASE.pom (2 KB at 155.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-tomcat/1.3.8.RELEASE/spring-boot-starter-tomcat-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-tomcat/1.3.8.RELEASE/spring-boot-starter-tomcat-1.3.8.RELEASE.pom (2 KB at 147.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/8.0.37/tomcat-embed-core-8.0.37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/8.0.37/tomcat-embed-core-8.0.37.pom (2 KB at 181.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-el/8.0.37/tomcat-embed-el-8.0.37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-el/8.0.37/tomcat-embed-el-8.0.37.pom (2 KB at 13.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.37/tomcat-embed-logging-juli-8.0.37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.37/tomcat-embed-logging-juli-8.0.37.pom (2 KB at 148.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.37/tomcat-embed-websocket-8.0.37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.37/tomcat-embed-websocket-8.0.37.pom (2 KB at 171.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-validation/1.3.8.RELEASE/spring-boot-starter-validation-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-validation/1.3.8.RELEASE/spring-boot-starter-validation-1.3.8.RELEASE.pom (2 KB at 120.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-webmvc/4.2.8.RELEASE/spring-webmvc-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-webmvc/4.2.8.RELEASE/spring-webmvc-4.2.8.RELEASE.pom (12 KB at 1305.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/thymeleaf/thymeleaf-spring4/2.1.5.RELEASE/thymeleaf-spring4-2.1.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/thymeleaf/thymeleaf-spring4/2.1.5.RELEASE/thymeleaf-spring4-2.1.5.RELEASE.pom (12 KB at 1227.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/thymeleaf/thymeleaf/2.1.5.RELEASE/thymeleaf-2.1.5.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/thymeleaf/thymeleaf/2.1.5.RELEASE/thymeleaf-2.1.5.RELEASE.pom (10 KB at 103.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ognl/ognl/3.0.8/ognl-3.0.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/ognl/ognl/3.0.8/ognl-3.0.8.pom (7 KB at 613.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/unbescape/unbescape/1.1.0.RELEASE/unbescape-1.1.0.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/unbescape/unbescape/1.1.0.RELEASE/unbescape-1.1.0.RELEASE.pom (10 KB at 59.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/nz/net/ultraq/thymeleaf/thymeleaf-layout-dialect/1.3.3/thymeleaf-layout-dialect-1.3.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/nz/net/ultraq/thymeleaf/thymeleaf-layout-dialect/1.3.3/thymeleaf-layout-dialect-1.3.3.pom (4 KB at 373.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/groovy/groovy/2.4.7/groovy-2.4.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/groovy/groovy/2.4.7/groovy-2.4.7.pom (17 KB at 1650.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-websocket/1.3.8.RELEASE/spring-boot-starter-websocket-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-websocket/1.3.8.RELEASE/spring-boot-starter-websocket-1.3.8.RELEASE.pom (2 KB at 147.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-messaging/4.2.8.RELEASE/spring-messaging-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-messaging/4.2.8.RELEASE/spring-messaging-4.2.8.RELEASE.pom (4 KB at 432.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-websocket/4.2.8.RELEASE/spring-websocket-4.2.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-websocket/4.2.8.RELEASE/spring-websocket-4.2.8.RELEASE.pom (7 KB at 770.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-cloudfoundry-connector/1.2.3.RELEASE/spring-cloud-cloudfoundry-connector-1.2.3.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-cloudfoundry-connector/1.2.3.RELEASE/spring-cloud-cloudfoundry-connector-1.2.3.RELEASE.pom (2 KB at 189.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-core/1.2.3.RELEASE/spring-cloud-core-1.2.3.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-core/1.2.3.RELEASE/spring-cloud-core-1.2.3.RELEASE.pom (2 KB at 186.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-localconfig-connector/1.2.3.RELEASE/spring-cloud-localconfig-connector-1.2.3.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-localconfig-connector/1.2.3.RELEASE/spring-cloud-localconfig-connector-1.2.3.RELEASE.pom (3 KB at 20.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 164.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 424.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-spring-service-connector/1.2.3.RELEASE/spring-cloud-spring-service-connector-1.2.3.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-spring-service-connector/1.2.3.RELEASE/spring-cloud-spring-service-connector-1.2.3.RELEASE.pom (6 KB at 648.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-data/4.0.4.RELEASE/spring-security-data-4.0.4.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-data/4.0.4.RELEASE/spring-security-data-4.0.4.RELEASE.pom (4 KB at 420.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-devtools/1.3.8.RELEASE/spring-boot-devtools-1.3.8.RELEASE.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-devtools/1.3.8.RELEASE/spring-boot-devtools-1.3.8.RELEASE.pom (4 KB at 10.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hibernate4/2.6.7/jackson-datatype-hibernate4-2.6.7.jar
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.6.7/jackson-databind-2.6.7.jar
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.6.7/jackson-annotations-2.6.7.jar
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.6.7/jackson-core-2.6.7.jar
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hppc/2.6.7/jackson-datatype-hppc-2.6.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.6.7/jackson-annotations-2.6.7.jar (46 KB at 3059.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/carrotsearch/hppc/0.7.1/hppc-0.7.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hppc/2.6.7/jackson-datatype-hppc-2.6.7.jar (39 KB at 1831.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.6.7/jackson-datatype-json-org-2.6.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-hibernate4/2.6.7/jackson-datatype-hibernate4-2.6.7.jar (18 KB at 604.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-json-org/2.6.7/jackson-datatype-json-org-2.6.7.jar (17 KB at 491.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.6.7/jackson-datatype-jsr310-2.6.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.6.7/jackson-core-2.6.7.jar (253 KB at 5880.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/h2database/h2/1.4.192/h2-1.4.192.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.6.7/jackson-datatype-jsr310-2.6.7.jar (78 KB at 1790.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jayway/awaitility/awaitility/1.7.0/awaitility-1.7.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.jar (53 KB at 1010.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/carrotsearch/hppc/0.7.1/hppc-0.7.1.jar (1114 KB at 21414.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.6.7/jackson-databind-2.6.7.jar (1144 KB at 21170.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/jayway/awaitility/awaitility/1.7.0/awaitility-1.7.0.jar (89 KB at 1475.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (52 KB at 797.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jayway/jsonpath/json-path/2.0.0/json-path-2.0.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 646.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
[INFO] Downloaded: http://nexus/content/groups/public/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar (324 KB at 4555.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/minidev/json-smart/2.1.1/json-smart-2.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/objenesis/objenesis/2.1/objenesis-2.1.jar (41 KB at 551.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/minidev/asm/1.0.2/asm-1.0.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/jayway/jsonpath/json-path/2.0.0/json-path-2.0.0.jar (134 KB at 1568.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/net/minidev/json-smart/2.1.1/json-smart-2.1.1.jar (122 KB at 1418.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/mattbertolini/liquibase-slf4j/1.2.1/liquibase-slf4j-1.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/h2database/h2/1.4.192/h2-1.4.192.jar (1735 KB at 18448.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/ryantenney/metrics/metrics-spring/3.1.3/metrics-spring-3.1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/ryantenney/metrics/metrics-spring/3.1.3/metrics-spring-3.1.3.jar (122 KB at 823.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-core/4.2.8.RELEASE/spring-core-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-core/4.2.8.RELEASE/spring-core-4.2.8.RELEASE.jar (1070 KB at 6148.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-beans/4.2.8.RELEASE/spring-beans-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar (43 KB at 174.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-aop/4.2.8.RELEASE/spring-aop-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar (41 KB at 161.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/mattbertolini/liquibase-slf4j/1.2.1/liquibase-slf4j-1.2.1.jar (3 KB at 9.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.4.3/akka-actor_2.11-2.4.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 16.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-beans/4.2.8.RELEASE/spring-beans-4.2.8.RELEASE.jar (715 KB at 2749.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/config/1.3.0/config-1.3.0.jar
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-aop/4.2.8.RELEASE/spring-aop-4.2.8.RELEASE.jar (363 KB at 1395.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-java8-compat_2.11/0.7.0/scala-java8-compat_2.11-0.7.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/config/1.3.0/config-1.3.0.jar (272 KB at 993.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/zaxxer/HikariCP/2.4.3/HikariCP-2.4.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-java8-compat_2.11/0.7.0/scala-java8-compat_2.11-0.7.0.jar (569 KB at 2038.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/zaxxer/HikariCP/2.4.3/HikariCP-2.4.3.jar (126 KB at 402.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/net/minidev/asm/1.0.2/asm-1.0.2.jar (71 KB at 224.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/fr/ippon/spark/metrics/metrics-spark-reporter/1.2/metrics-spark-reporter-1.2.jar
[INFO] Downloading: http://nexus/content/groups/public/joda-time/joda-time/2.8.2/joda-time-2.8.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/joda-time/joda-time/2.8.2/joda-time-2.8.2.jar (608 KB at 1846.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-annotation/3.1.2/metrics-annotation-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-annotation/3.1.2/metrics-annotation-3.1.2.jar (7 KB at 19.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar (110 KB at 314.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-ehcache/3.1.2/metrics-ehcache-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.jar (5611 KB at 12224.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/ehcache/ehcache/2.10.2.2.21/ehcache-2.10.2.2.21.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-ehcache/3.1.2/metrics-ehcache-3.1.2.jar (20 KB at 34.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/akka/akka-actor_2.11/2.4.3/akka-actor_2.11-2.4.3.jar (3155 KB at 5583.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-healthchecks/3.1.2/metrics-healthchecks-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2.jar (21 KB at 35.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2.jar (16 KB at 26.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/fr/ippon/spark/metrics/metrics-spark-reporter/1.2/metrics-spark-reporter-1.2.jar (13 KB at 19.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlet/3.1.2/metrics-servlet-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlet/3.1.2/metrics-servlet-3.1.2.jar (8 KB at 12.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlets/3.1.2/metrics-servlets-3.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-servlets/3.1.2/metrics-servlets-3.1.2.jar (17 KB at 24.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/highcharts/gatling-charts-highcharts/2.1.7/gatling-charts-highcharts-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/highcharts/gatling-charts-highcharts/2.1.7/gatling-charts-highcharts-2.1.7.jar (212 KB at 313.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-charts/2.1.7/gatling-charts-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-charts/2.1.7/gatling-charts-2.1.7.jar (529 KB at 767.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-core/2.1.7/gatling-core-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 260.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-healthchecks/3.1.2/metrics-healthchecks-3.1.2.jar (10 KB at 14.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/dongxiguo/fastring_2.11/0.2.4/fastring_2.11-0.2.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/dongxiguo/fastring_2.11/0.2.4/fastring_2.11-0.2.4.jar (102 KB at 141.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar (20 KB at 26.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-core/2.1.7/gatling-core-2.1.7.jar (2004 KB at 2759.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/threeten/threetenbp/1.2/threetenbp-1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.jar (114 KB at 155.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar (414 KB at 553.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/ning/async-http-client/1.9.30/async-http-client-1.9.30.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.jar (4470 KB at 5686.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/typesafe/scala-logging/scala-logging_2.11/3.1.0/scala-logging_2.11-3.1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/typesafe/scala-logging/scala-logging_2.11/3.1.0/scala-logging_2.11-3.1.0.jar (34 KB at 42.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/jsonpath_2.11/0.6.4/jsonpath_2.11-0.6.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2.jar (39 KB at 45.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/fastjson/boon/0.33/boon-0.33.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/fastjson/boon/0.33/boon-0.33.jar (1063 KB at 1214.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/sf/saxon/Saxon-HE/9.6.0-5/Saxon-HE-9.6.0-5.jar
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/ehcache/ehcache/2.10.2.2.21/ehcache-2.10.2.2.21.jar (8706 KB at 7153.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jodd/jodd-lagarto/3.6.6/jodd-lagarto-3.6.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/jsonpath_2.11/0.6.4/jsonpath_2.11-0.6.4.jar (197 KB at 160.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jodd/jodd-core/3.6.6/jodd-core-3.6.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jodd/jodd-lagarto/3.6.6/jodd-lagarto-3.6.6.jar (201 KB at 162.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jodd/jodd-log/3.6.6/jodd-log-3.6.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/ning/async-http-client/1.9.30/async-http-client-1.9.30.jar (718 KB at 581.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/tdunning/t-digest/3.0/t-digest-3.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jodd/jodd-log/3.6.6/jodd-log-3.6.6.jar (15 KB at 11.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-app/2.1.7/gatling-app-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jodd/jodd-core/3.6.6/jodd-core-3.6.6.jar (372 KB at 299.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-http/2.1.7/gatling-http-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-app/2.1.7/gatling-app-2.1.7.jar (71 KB at 56.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/netty/netty/3.10.4.Final/netty-3.10.4.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-http/2.1.7/gatling-http-2.1.7.jar (1372 KB at 1084.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (71 KB at 55.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/netty/netty/3.10.4.Final/netty-3.10.4.Final.jar (1300 KB at 1014.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-jms/2.1.7/gatling-jms-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/net/sf/saxon/Saxon-HE/9.6.0-5/Saxon-HE-9.6.0-5.jar (4077 KB at 3167.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar (633 KB at 490.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-jdbc/2.1.7/gatling-jdbc-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-jdbc/2.1.7/gatling-jdbc-2.1.7.jar (39 KB at 30.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-redis/2.1.7/gatling-redis-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-redis/2.1.7/gatling-redis-2.1.7.jar (20 KB at 15.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/debasishg/redisclient_2.11/2.14/redisclient_2.11-2.14.jar
[INFO] Downloaded: http://nexus/content/groups/public/net/debasishg/redisclient_2.11/2.14/redisclient_2.11-2.14.jar (695 KB at 520.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-pool/commons-pool/1.6/commons-pool-1.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/threeten/threetenbp/1.2/threetenbp-1.2.jar (497 KB at 367.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-metrics/2.1.7/gatling-metrics-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 77.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/scopt/scopt_2.11/3.3.0/scopt_2.11-3.3.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-jms/2.1.7/gatling-jms-2.1.7.jar (170 KB at 120.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/gatling/gatling-recorder/2.1.7/gatling-recorder-2.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/github/scopt/scopt_2.11/3.3.0/scopt_2.11-3.3.0.jar (120 KB at 83.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/scala-lang/modules/scala-swing_2.11/1.0.2/scala-swing_2.11-1.0.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-recorder/2.1.7/gatling-recorder-2.1.7.jar (928 KB at 648.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/gatling/gatling-metrics/2.1.7/gatling-metrics-2.1.7.jar (74 KB at 49.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar (32 KB at 21.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-swagger2/2.4.0/springfox-swagger2-2.4.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/tdunning/t-digest/3.0/t-digest-3.0.jar (49 KB at 32.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/swagger/swagger-annotations/1.5.6/swagger-annotations-1.5.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-swagger2/2.4.0/springfox-swagger2-2.4.0.jar (58 KB at 37.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/swagger/swagger-models/1.5.6/swagger-models-1.5.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/swagger/swagger-annotations/1.5.6/swagger-annotations-1.5.6.jar (16 KB at 10.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-spi/2.4.0/springfox-spi-2.4.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52.jar (609 KB at 399.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-core/2.4.0/springfox-core-2.4.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/swagger/swagger-models/1.5.6/swagger-models-1.5.6.jar (133 KB at 86.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-spi/2.4.0/springfox-spi-2.4.0.jar (46 KB at 29.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-schema/2.4.0/springfox-schema-2.4.0.jar
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-swagger-common/2.4.0/springfox-swagger-common-2.4.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-swagger-common/2.4.0/springfox-swagger-common-2.4.0.jar (83 KB at 49.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/io/springfox/springfox-spring-web/2.4.0/springfox-spring-web-2.4.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/scala-lang/modules/scala-swing_2.11/1.0.2/scala-swing_2.11-1.0.2.jar (710 KB at 423.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-spring-web/2.4.0/springfox-spring-web-2.4.0.jar (141 KB at 84.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar (64 KB at 37.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar (20 KB at 11.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar (2835 KB at 1659.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.jar (6 KB at 2.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/net/logstash/logback/logstash-logback-encoder/4.6/logstash-logback-encoder-4.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar (2204 KB at 1281.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14.jar
[INFO] Downloaded: http://nexus/content/groups/public/net/logstash/logback/logstash-logback-encoder/4.6/logstash-logback-encoder-4.6.jar (439 KB at 252.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/poi/poi/3.14/poi-3.14.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/poi/poi-ooxml/3.14/poi-ooxml-3.14.jar (1257 KB at 720.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (278 KB at 158.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/poi/poi-ooxml-schemas/3.14/poi-ooxml-schemas-3.14.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-schema/2.4.0/springfox-schema-2.4.0.jar (68 KB at 37.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/io/springfox/springfox-core/2.4.0/springfox-core-2.4.0.jar (90 KB at 49.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 14.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/poi/poi-ooxml-schemas/3.14/poi-ooxml-schemas-3.14.jar (5782 KB at 3136.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/assertj/assertj-core/3.3.0/assertj-core-3.3.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/poi/poi/3.14/poi-3.14.jar (2469 KB at 1333.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-ehcache/4.3.11.Final/hibernate-ehcache-4.3.11.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-ehcache/4.3.11.Final/hibernate-ehcache-4.3.11.Final.jar (133 KB at 71.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar (2667 KB at 1432.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/assertj/assertj-core/3.3.0/assertj-core-3.3.0.jar (799 KB at 428.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar (66 KB at 34.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 1.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (307 KB at 161.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] Downloaded: http://nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 55.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar (74 KB at 38.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.jar (91 KB at 46.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar (12 KB at 5.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (698 KB at 353.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 220.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-envers/4.3.11.Final/hibernate-envers-4.3.11.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar (75 KB at 37.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.jar (633 KB at 315.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar (28 KB at 13.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar (111 KB at 54.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/liquibase/liquibase-core/3.5.3/liquibase-core-3.5.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar (5160 KB at 2534.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/yaml/snakeyaml/1.16/snakeyaml-1.16.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/yaml/snakeyaml/1.16/snakeyaml-1.16.jar (264 KB at 128.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/mapstruct/mapstruct-jdk8/1.0.0.Final/mapstruct-jdk8-1.0.0.Final.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/liquibase/liquibase-core/3.5.3/liquibase-core-3.5.3.jar (1995 KB at 970.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/postgresql/postgresql/9.4-1203-jdbc42/postgresql-9.4-1203-jdbc42.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/mapstruct/mapstruct-jdk8/1.0.0.Final/mapstruct-jdk8-1.0.0.Final.jar (16 KB at 7.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-context-support/4.2.8.RELEASE/spring-context-support-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-context-support/4.2.8.RELEASE/spring-context-support-4.2.8.RELEASE.jar (173 KB at 83.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-context/4.2.8.RELEASE/spring-context-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/postgresql/postgresql/9.4-1203-jdbc42/postgresql-9.4-1203-jdbc42.jar (645 KB at 310.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-expression/4.2.8.RELEASE/spring-expression-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-envers/4.3.11.Final/hibernate-envers-4.3.11.Final.jar (418 KB at 189.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-actuator/1.3.8.RELEASE/spring-boot-actuator-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar (688 KB at 310.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot/1.3.8.RELEASE/spring-boot-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-context/4.2.8.RELEASE/spring-context-4.2.8.RELEASE.jar (1072 KB at 483.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-autoconfigure/1.3.8.RELEASE/spring-boot-autoconfigure-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (63 KB at 27.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-configuration-processor/1.3.8.RELEASE/spring-boot-configuration-processor-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-expression/4.2.8.RELEASE/spring-expression-4.2.8.RELEASE.jar (257 KB at 113.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/json/json/20140107/json-20140107.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-actuator/1.3.8.RELEASE/spring-boot-actuator-1.3.8.RELEASE.jar (442 KB at 194.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-loader-tools/1.3.8.RELEASE/spring-boot-loader-tools-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot/1.3.8.RELEASE/spring-boot-1.3.8.RELEASE.jar (538 KB at 236.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-aop/1.3.8.RELEASE/spring-boot-starter-aop-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-configuration-processor/1.3.8.RELEASE/spring-boot-configuration-processor-1.3.8.RELEASE.jar (56 KB at 24.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter/1.3.8.RELEASE/spring-boot-starter-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-autoconfigure/1.3.8.RELEASE/spring-boot-autoconfigure-1.3.8.RELEASE.jar (744 KB at 326.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-loader-tools/1.3.8.RELEASE/spring-boot-loader-tools-1.3.8.RELEASE.jar (133 KB at 58.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-data-jpa/1.3.8.RELEASE/spring-boot-starter-data-jpa-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-aop/1.3.8.RELEASE/spring-boot-starter-aop-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-jdbc/1.3.8.RELEASE/spring-boot-starter-jdbc-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter/1.3.8.RELEASE/spring-boot-starter-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/tomcat-jdbc/8.0.37/tomcat-jdbc-8.0.37.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-data-jpa/1.3.8.RELEASE/spring-boot-starter-data-jpa-1.3.8.RELEASE.jar (3 KB at 1.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/tomcat-juli/8.0.37/tomcat-juli-8.0.37.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-jdbc/1.3.8.RELEASE/spring-boot-starter-jdbc-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-jdbc/4.2.8.RELEASE/spring-jdbc-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/tomcat-jdbc/8.0.37/tomcat-jdbc-8.0.37.jar (135 KB at 58.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/tomcat-juli/8.0.37/tomcat-juli-8.0.37.jar (40 KB at 17.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/spring-data-jpa/1.9.5.RELEASE/spring-data-jpa-1.9.5.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar (31 KB at 13.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-orm/4.2.8.RELEASE/spring-orm-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-jdbc/4.2.8.RELEASE/spring-jdbc-4.2.8.RELEASE.jar (414 KB at 179.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-tx/4.2.8.RELEASE/spring-tx-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.jar (1822 KB at 788.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-aspects/4.2.8.RELEASE/spring-aspects-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/spring-data-jpa/1.9.5.RELEASE/spring-data-jpa-1.9.5.RELEASE.jar (258 KB at 111.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-logging/1.3.8.RELEASE/spring-boot-starter-logging-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-orm/4.2.8.RELEASE/spring-orm-4.2.8.RELEASE.jar (456 KB at 196.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-tx/4.2.8.RELEASE/spring-tx-4.2.8.RELEASE.jar (259 KB at 111.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-logging/1.3.8.RELEASE/spring-boot-starter-logging-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar
[INFO] Downloaded: http://nexus/content/groups/public/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar (297 KB at 127.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar (17 KB at 6.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar
[INFO] Downloaded: http://nexus/content/groups/public/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar (460 KB at 196.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-mail/1.3.8.RELEASE/spring-boot-starter-mail-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar (24 KB at 9.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar (5 KB at 1.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar
[INFO] Downloading: http://nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-mail/1.3.8.RELEASE/spring-boot-starter-mail-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-security/1.3.8.RELEASE/spring-boot-starter-security-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 26.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-config/4.0.4.RELEASE/spring-security-config-4.0.4.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-security/1.3.8.RELEASE/spring-boot-starter-security-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-web/4.0.4.RELEASE/spring-security-web-4.0.4.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar (594 KB at 252.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-test/1.3.8.RELEASE/spring-boot-starter-test-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-test/1.3.8.RELEASE/spring-boot-starter-test-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/4.12/junit-4.12.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-web/4.0.4.RELEASE/spring-security-web-4.0.4.RELEASE.jar (320 KB at 134.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/4.12/junit-4.12.jar (308 KB at 129.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-test/4.2.8.RELEASE/spring-test-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1146 KB at 479.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-thymeleaf/1.3.8.RELEASE/spring-boot-starter-thymeleaf-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-test/4.2.8.RELEASE/spring-test-4.2.8.RELEASE.jar (550 KB at 229.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/thymeleaf/thymeleaf-spring4/2.1.5.RELEASE/thymeleaf-spring4-2.1.5.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-thymeleaf/1.3.8.RELEASE/spring-boot-starter-thymeleaf-1.3.8.RELEASE.jar (3 KB at 0.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/thymeleaf/thymeleaf/2.1.5.RELEASE/thymeleaf-2.1.5.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/thymeleaf/thymeleaf-spring4/2.1.5.RELEASE/thymeleaf-spring4-2.1.5.RELEASE.jar (220 KB at 91.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/ognl/ognl/3.0.8/ognl-3.0.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/thymeleaf/thymeleaf/2.1.5.RELEASE/thymeleaf-2.1.5.RELEASE.jar (781 KB at 322.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/unbescape/unbescape/1.1.0.RELEASE/unbescape-1.1.0.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/json/json/20140107/json-20140107.jar (64 KB at 24.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/nz/net/ultraq/thymeleaf/thymeleaf-layout-dialect/1.3.3/thymeleaf-layout-dialect-1.3.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-aspects/4.2.8.RELEASE/spring-aspects-4.2.8.RELEASE.jar (58 KB at 21.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/unbescape/unbescape/1.1.0.RELEASE/unbescape-1.1.0.RELEASE.jar (137 KB at 51.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/nz/net/ultraq/thymeleaf/thymeleaf-layout-dialect/1.3.3/thymeleaf-layout-dialect-1.3.3.jar (103 KB at 38.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-web/1.3.8.RELEASE/spring-boot-starter-web-1.3.8.RELEASE.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/groovy/groovy/2.4.7/groovy-2.4.7.jar
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-validation/1.3.8.RELEASE/spring-boot-starter-validation-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-web/1.3.8.RELEASE/spring-boot-starter-web-1.3.8.RELEASE.jar (3 KB at 0.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-web/4.2.8.RELEASE/spring-web-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-web/4.2.8.RELEASE/spring-web-4.2.8.RELEASE.jar (750 KB at 279.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-webmvc/4.2.8.RELEASE/spring-webmvc-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-webmvc/4.2.8.RELEASE/spring-webmvc-4.2.8.RELEASE.jar (858 KB at 317.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-websocket/1.3.8.RELEASE/spring-boot-starter-websocket-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-websocket/1.3.8.RELEASE/spring-boot-starter-websocket-1.3.8.RELEASE.jar (3 KB at 0.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-messaging/4.2.8.RELEASE/spring-messaging-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/ognl/ognl/3.0.8/ognl-3.0.8.jar (223 KB at 66.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/spring-websocket/4.2.8.RELEASE/spring-websocket-4.2.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-messaging/4.2.8.RELEASE/spring-messaging-4.2.8.RELEASE.jar (368 KB at 109.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-cloudfoundry-connector/1.2.3.RELEASE/spring-cloud-cloudfoundry-connector-1.2.3.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/spring-websocket/4.2.8.RELEASE/spring-websocket-4.2.8.RELEASE.jar (428 KB at 126.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-core/1.2.3.RELEASE/spring-cloud-core-1.2.3.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-config/4.0.4.RELEASE/spring-security-config-4.0.4.RELEASE.jar (463 KB at 128.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-localconfig-connector/1.2.3.RELEASE/spring-cloud-localconfig-connector-1.2.3.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/groovy/groovy/2.4.7/groovy-2.4.7.jar (4445 KB at 1235.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-validation/1.3.8.RELEASE/spring-boot-starter-validation-1.3.8.RELEASE.jar (3 KB at 0.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-localconfig-connector/1.2.3.RELEASE/spring-cloud-localconfig-connector-1.2.3.RELEASE.jar (14 KB at 3.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-core/1.2.3.RELEASE/spring-cloud-core-1.2.3.RELEASE.jar (41 KB at 11.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-data/4.0.4.RELEASE/spring-security-data-4.0.4.RELEASE.jar
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-spring-service-connector/1.2.3.RELEASE/spring-cloud-spring-service-connector-1.2.3.RELEASE.jar
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/data/spring-data-commons/1.11.5.RELEASE/spring-data-commons-1.11.5.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 111.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/security/spring-security-core/4.0.4.RELEASE/spring-security-core-4.0.4.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-spring-service-connector/1.2.3.RELEASE/spring-cloud-spring-service-connector-1.2.3.RELEASE.jar (73 KB at 20.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-devtools/1.3.8.RELEASE/spring-boot-devtools-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/cloud/spring-cloud-cloudfoundry-connector/1.2.3.RELEASE/spring-cloud-cloudfoundry-connector-1.2.3.RELEASE.jar (1223 KB at 337.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-tomcat/1.3.8.RELEASE/spring-boot-starter-tomcat-1.3.8.RELEASE.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/data/spring-data-commons/1.11.5.RELEASE/spring-data-commons-1.11.5.RELEASE.jar (626 KB at 172.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/8.0.37/tomcat-embed-core-8.0.37.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-devtools/1.3.8.RELEASE/spring-boot-devtools-1.3.8.RELEASE.jar (203 KB at 55.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-el/8.0.37/tomcat-embed-el-8.0.37.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-core/4.0.4.RELEASE/spring-security-core-4.0.4.RELEASE.jar (349 KB at 96.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.37/tomcat-embed-logging-juli-8.0.37.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/boot/spring-boot-starter-tomcat/1.3.8.RELEASE/spring-boot-starter-tomcat-1.3.8.RELEASE.jar (3 KB at 0.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.37/tomcat-embed-websocket-8.0.37.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.37/tomcat-embed-logging-juli-8.0.37.jar (40 KB at 11.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.37/tomcat-embed-websocket-8.0.37.jar (243 KB at 66.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/8.0.37/tomcat-embed-core-8.0.37.jar (2796 KB at 761.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/springframework/security/spring-security-data/4.0.4.RELEASE/spring-security-data-4.0.4.RELEASE.jar (3 KB at 0.7 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-el/8.0.37/tomcat-embed-el-8.0.37.jar (233 KB at 58.2 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 10.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 631.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 60.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 37.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 1255.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 2426.1 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (4 KB at 43.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 KB at 102.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (3 KB at 22.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 134.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (4 KB at 38.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (2 KB at 129.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (2 KB at 15.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (8 KB at 709.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5 KB at 554.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 20.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 131.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 6.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (3 KB at 14.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 788.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (4 KB at 374.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (10 KB at 1034.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (4 KB at 34.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 294.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 2019.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (2 KB at 5.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 239.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 2019.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 297.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 KB at 278.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (10 KB at 212.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 4214.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (97 KB at 1694.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (240 KB at 4129.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (63 KB at 912.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 3929.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 KB at 152.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 KB at 401.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (181 KB at 1881.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (240 KB at 1868.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/4.11/junit-4.11.jar
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/4.11/junit-4.11.jar (240 KB at 1734.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (12 KB at 47.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (12 KB at 47.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (57 KB at 242.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 552.8 KB/sec)
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-tests) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.pom (2 KB at 144.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 37.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 1063.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (4 KB at 36.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (9 KB at 915.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 KB at 213.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4 KB at 37.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (3 KB at 290.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 KB at 230.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 7.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 KB at 1429.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 8.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (2 KB at 151.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (2 KB at 141.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 71.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (7 KB at 57.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (5 KB at 441.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (3 KB at 19.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 KB at 2371.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (3 KB at 15.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (4 KB at 15.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 155.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (3 KB at 20.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (3 KB at 293.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (3 KB at 251.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (2 KB at 16.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2 KB at 218.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (2 KB at 14.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (2 KB at 6.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 KB at 1773.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 244.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (2 KB at 17.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (4 KB at 34.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 16.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (3 KB at 20.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloaded: http://nexus/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 3.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/1/apache-1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/1/apache-1.pom (4 KB at 370.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (8 KB at 78.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (4 KB at 28.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6 KB at 747.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 KB at 149.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3 KB at 363.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (2 KB at 156.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (3 KB at 23.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (6 KB at 53.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 54.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 1.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom (3 KB at 313.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom (2 KB at 108.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom (2 KB at 19.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (6 KB at 53.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom (10 KB at 1160.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom (2 KB at 132.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.jar
[INFO] Downloading: http://nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 1831.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (37 KB at 1931.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 KB at 1752.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (245 KB at 9062.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 KB at 736.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 5945.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 7304.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 7446.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 667.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 22779.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 KB at 963.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 KB at 232.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 140.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.jar (232 KB at 912.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 KB at 146.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (42 KB at 161.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 348.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar (133 KB at 510.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 KB at 159.4 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar (283 KB at 790.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 1541.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar (371 KB at 1022.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar (139 KB at 329.2 KB/sec)
[INFO] surefireArgLine set to -javaagent:/root/.mvnrepository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/test-results/coverage/jacoco/jacoco.exec
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (process) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/mapstruct/mapstruct-processor/1.0.0.Final/mapstruct-processor-1.0.0.Final.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/mapstruct/mapstruct-processor/1.0.0.Final/mapstruct-processor-1.0.0.Final.pom (12 KB at 1085.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.pom (3 KB at 21.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/3.0.1/maven-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/3.0.1/maven-3.0.1.pom (23 KB at 2449.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.pom (4 KB at 18.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (4 KB at 26.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.pom (2 KB at 14.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.pom (6 KB at 636.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.3.1/guice-plexus-1.4.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.3.1/guice-plexus-1.4.3.1.pom (3 KB at 27.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.3.1/guice-bean-1.4.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.3.1/guice-bean-1.4.3.1.pom (3 KB at 8.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.3.1/sisu-inject-1.4.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.3.1/sisu-inject-1.4.3.1.pom (2 KB at 3.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.3.1/sisu-parent-1.4.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.3.1/sisu-parent-1.4.3.1.pom (8 KB at 38.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 KB at 65.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4 KB at 433.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.pom (6 KB at 574.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1.pom (7 KB at 68.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-parent/2.9.1/guice-parent-2.9.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-parent/2.9.1/guice-parent-2.9.1.pom (13 KB at 128.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/3.0.1/maven-core-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/3.0.1/maven-core-3.0.1.pom (7 KB at 69.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.0.1/maven-settings-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.0.1/maven-settings-3.0.1.pom (2 KB at 16.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.1/maven-settings-builder-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.1/maven-settings-builder-3.0.1.pom (3 KB at 271.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 111.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (6 KB at 581.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.1/maven-repository-metadata-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.1/maven-repository-metadata-3.0.1.pom (2 KB at 235.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.1/maven-model-builder-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.1/maven-model-builder-3.0.1.pom (3 KB at 219.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.1/maven-aether-provider-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.1/maven-aether-provider-3.0.1.pom (3 KB at 309.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-api/1.8/aether-api-1.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-api/1.8/aether-api-1.8.pom (2 KB at 12.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-parent/1.8/aether-parent-1.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-parent/1.8/aether-parent-1.8.pom (10 KB at 73.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-spi/1.8/aether-spi-1.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-spi/1.8/aether-spi-1.8.pom (2 KB at 12.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-util/1.8/aether-util-1.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-util/1.8/aether-util-1.8.pom (2 KB at 14.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-impl/1.8/aether-impl-1.8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-impl/1.8/aether-impl-1.8.pom (3 KB at 33.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (4 KB at 35.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 176.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 181.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (2 KB at 19.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 KB at 2374.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom (3 KB at 22.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/mapstruct/mapstruct-processor/1.0.0.Final/mapstruct-processor-1.0.0.Final.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.jar (48 KB at 4779.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.jar (51 KB at 4617.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1-noaop.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.jar (161 KB at 14620.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/3.0.1/maven-core-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.jar (157 KB at 7833.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.0.1/maven-settings-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1-noaop.jar (466 KB at 19410.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.1/maven-settings-builder-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/3.0.1/maven-core-3.0.1.jar (518 KB at 19920.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.1/maven-repository-metadata-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.0.1/maven-settings-3.0.1.jar (46 KB at 1519.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.1/maven-model-builder-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0.1/maven-settings-builder-3.0.1.jar (41 KB at 1178.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.1/maven-aether-provider-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.1/maven-repository-metadata-3.0.1.jar (30 KB at 864.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-spi/1.8/aether-spi-1.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/mapstruct/mapstruct-processor/1.0.0.Final/mapstruct-processor-1.0.0.Final.jar (1416 KB at 37241.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-impl/1.8/aether-impl-1.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0.1/maven-model-builder-3.0.1.jar (145 KB at 3527.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-api/1.8/aether-api-1.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-spi/1.8/aether-spi-1.8.jar (15 KB at 335.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/aether/aether-util/1.8/aether-util-1.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0.1/maven-aether-provider-3.0.1.jar (51 KB at 1212.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-impl/1.8/aether-impl-1.8.jar (107 KB at 2215.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-api/1.8/aether-api-1.8.jar (76 KB at 1479.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/aether/aether-util/1.8/aether-util-1.8.jar (112 KB at 2194.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (60 KB at 1169.4 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (46 KB at 792.3 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.jar (201 KB at 1342.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar (222 KB at 1495.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 67.5 KB/sec)
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 7.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 10.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 15.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 121.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 13.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 320.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 200.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 17.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 211.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 49.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 186.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 190.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 13.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 46.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 11.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 184.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 12.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 219.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 8.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 37.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 86.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 22.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 11.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 17.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 86.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 278.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 2458.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 8104.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 3246.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 1661.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 7050.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 231.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 956.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 458.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 840.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 1028.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 2187.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1089.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 1917.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 204.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 2230.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 3823.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 713.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 105.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 24.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 151.3 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 51.3 KB/sec)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 56 resources
[INFO] Copying 17 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 8.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1846.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 248.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 17.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 24.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 67.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 20.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 22.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 213.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 17.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 168.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 189.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 27.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 293.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 213.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 144.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 13.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 37.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 42.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (5 KB at 535.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 104.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (5 KB at 514.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 690.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 9.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 16.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 27.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 74.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 83.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 14.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 91.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 1259.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 4360.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 7893.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 14171.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 17145.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 1132.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 1726.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 1199.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 673.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 4404.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 1014.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 1247.4 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 1882.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] Downloading: http://nexus/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 278.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 845.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 778.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 3592.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 287.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 519.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 90.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 2142.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 122.7 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 564.7 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 209 source files to /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shiftwork ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shiftwork ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom (7 KB at 556.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 176.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 114.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom (3 KB at 22.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom (3 KB at 29.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 25.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 179.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (39 KB at 927.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar (145 KB at 3440.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 5180.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar (269 KB at 5702.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 720.4 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 268.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 362.8 KB/sec)
[INFO] Surefire report directory: /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/surefire-reports
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.pom (3 KB at 14.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom (3 KB at 276.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/surefire/surefire-junit4/2.18.1/surefire-junit4-2.18.1.jar (67 KB at 6035.8 KB/sec)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.teammachine.staffrostering.DemoDataInstallerIntTest
?? ?? ?? ???????? ??????? ?????? ???????? ???????? ???????
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ???????? ?? ??????? ????? ?? ?????? ???????
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?????? ?? ?? ???????? ?? ?????? ?? ???????? ?? ??
:: JHipster ? :: Running Spring Boot 1.3.8.RELEASE ::
:: http://jhipster.github.io ::
2017-01-28 09:18:50.940 INFO 137 --- [ main] c.t.s.DemoDataInstallerIntTest : Starting DemoDataInstallerIntTest on kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613 with PID 137 (/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/test-classes started by root in /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev)
2017-01-28 09:18:50.946 DEBUG 137 --- [ main] c.t.s.DemoDataInstallerIntTest : Running with Spring Boot v1.3.8.RELEASE, Spring v4.2.8.RELEASE
2017-01-28 09:18:50.946 INFO 137 --- [ main] c.t.s.DemoDataInstallerIntTest : No active profile set, falling back to default profiles: default
2017-01-28 09:18:54.930 DEBUG 137 --- [ main] c.t.s.config.AsyncConfiguration : Creating Async Task Executor
2017-01-28 09:18:55.208 DEBUG 137 --- [ main] c.t.s.config.MetricsConfiguration : Registering JVM gauges
2017-01-28 09:18:55.223 DEBUG 137 --- [ main] c.t.s.config.MetricsConfiguration : Initializing Metrics JMX reporting
2017-01-28 09:18:56.774 INFO 137 --- [ost-startStop-1] c.t.staffrostering.config.WebConfigurer : Web application configuration, using profiles: []
2017-01-28 09:18:56.777 DEBUG 137 --- [ost-startStop-1] c.t.staffrostering.config.WebConfigurer : Initializing Metrics registries
2017-01-28 09:18:56.781 DEBUG 137 --- [ost-startStop-1] c.t.staffrostering.config.WebConfigurer : Registering Metrics Filter
2017-01-28 09:18:56.781 DEBUG 137 --- [ost-startStop-1] c.t.staffrostering.config.WebConfigurer : Registering Metrics Servlet
2017-01-28 09:18:56.785 INFO 137 --- [ost-startStop-1] c.t.staffrostering.config.WebConfigurer : Web application fully configured
2017-01-28 09:18:57.241 DEBUG 137 --- [ost-startStop-1] c.t.s.config.DatabaseConfiguration : Configuring Datasource
2017-01-28 09:18:57.542 DEBUG 137 --- [ost-startStop-1] c.t.s.config.DatabaseConfiguration : Configuring Liquibase
2017-01-28 09:18:57.595 DEBUG 137 --- [ost-startStop-1] c.t.s.c.liquibase.AsyncSpringLiquibase : Starting Liquibase synchronously
2017-01-28 09:19:00.952 DEBUG 137 --- [ost-startStop-1] c.t.s.c.liquibase.AsyncSpringLiquibase : Started Liquibase in 3355 ms
2017-01-28 09:19:02.064 WARN 137 --- [ost-startStop-1] org.hibernate.cfg.AnnotationBinder : HHH000139: Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: com.teammachine.staffrostering.domain.BooleanContractLine
2017-01-28 09:19:02.075 WARN 137 --- [ost-startStop-1] org.hibernate.cfg.AnnotationBinder : HHH000139: Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: com.teammachine.staffrostering.domain.MinMaxContractLine
2017-01-28 09:19:04.235 WARN 137 --- [ost-startStop-1] c.t.staffrostering.ShiftworkApp : No Spring profile configured, running with default configuration
2017-01-28 09:19:07.324 DEBUG 137 --- [ main] c.t.s.config.CacheConfiguration : Starting Ehcache
2017-01-28 09:19:08.041 DEBUG 137 --- [ main] c.t.s.config.CacheConfiguration : Registering Ehcache Metrics gauges
2017-01-28 09:19:09.494 INFO 137 --- [ main] c.t.s.DemoDataInstallerIntTest : Started DemoDataInstallerIntTest in 20.703 seconds (JVM running for 22.616)
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
2017-01-28 09:19:09.589 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : ----- Installation of demo data -----
Hibernate: insert into weekend_definition (id, description) values (null, ?)
2017-01-28 09:19:09.654 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * weekend definition
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
2017-01-28 09:19:09.707 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * contracts with contract lines
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:09.731 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * tasks
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
2017-01-28 09:19:09.742 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * skills
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
2017-01-28 09:19:09.751 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * task skill requirements
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:09.782 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * shift types
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:10.043 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * shifts
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:10.048 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * staff roster parameterization
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:10.060 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * employees
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
2017-01-28 09:19:10.066 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * skill proficiencies
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
2017-01-28 09:19:10.070 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * employee absent reasons
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
2017-01-28 09:19:10.076 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : * employee leave absences
2017-01-28 09:19:10.076 INFO 137 --- [ main] c.t.staffrostering.DemoDataInstaller : ----- Installed demo data -----
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.435 sec - in com.teammachine.staffrostering.DemoDataInstallerIntTest
Running com.teammachine.staffrostering.security.SecurityUtilsUnitTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in com.teammachine.staffrostering.security.SecurityUtilsUnitTest
Running com.teammachine.staffrostering.service.ShiftAssignmentRepositoryIntTest
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and shiftassig0_.employee_id=? and (shiftdate4_.date between ? and ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and shiftassig0_.employee_id=? and (shiftdate4_.date between ? and ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and shiftassig0_.employee_id=? and (shiftdate4_.date between ? and ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and (shiftdate4_.day_index between ? and ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id where shiftassig0_.shift_id in (? , ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id where shiftassig0_.shift_id in (?)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in com.teammachine.staffrostering.service.ShiftAssignmentRepositoryIntTest
Running com.teammachine.staffrostering.service.UserServiceIntTest
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:10.565 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='johndoe', firstName='John', lastName='Doe', email='john.doe@localhost', activated='false', langKey='en-US', activationKey='13492287024023698176'}
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:10.696 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='johndoe', firstName='John', lastName='Doe', email='john.doe@localhost', activated='false', langKey='en-US', activationKey='88902120694649127177'}
2017-01-28 09:19:10.697 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Reset user password for reset key 1234
Hibernate: update jhi_user set created_date=?, last_modified_by=?, last_modified_date=?, activated=?, activation_key=?, email=?, first_name=?, lang_key=?, last_name=?, login=?, password_hash=?, reset_date=?, reset_key=? where id=?
Hibernate: insert into jhi_user_authority (user_id, authority_name) values (?, ?)
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.reset_key=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:10.815 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='johndoe', firstName='John', lastName='Doe', email='john.doe@localhost', activated='false', langKey='en-US', activationKey='67228812118037463483'}
2017-01-28 09:19:10.816 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Reset user password for reset key 30415272825922290576
Hibernate: update jhi_user set created_date=?, last_modified_by=?, last_modified_date=?, activated=?, activation_key=?, email=?, first_name=?, lang_key=?, last_name=?, login=?, password_hash=?, reset_date=?, reset_key=? where id=?
Hibernate: insert into jhi_user_authority (user_id, authority_name) values (?, ?)
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.reset_key=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.activated=0 and user0_.created_date<?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.activated=0 and user0_.created_date<?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select persistent0_.series as series1_13_, persistent0_.ip_address as ip_addre2_13_, persistent0_.token_date as token_da3_13_, persistent0_.token_value as token_va4_13_, persistent0_.user_id as user_id6_13_, persistent0_.user_agent as user_age5_13_ from jhi_persistent_token persistent0_ left outer join jhi_user user1_ on persistent0_.user_id=user1_.id where user1_.id=?
Hibernate: select persistent0_.series as series1_13_0_, persistent0_.ip_address as ip_addre2_13_0_, persistent0_.token_date as token_da3_13_0_, persistent0_.token_value as token_va4_13_0_, persistent0_.user_id as user_id6_13_0_, persistent0_.user_agent as user_age5_13_0_ from jhi_persistent_token persistent0_ where persistent0_.series=?
Hibernate: insert into jhi_persistent_token (ip_address, token_date, token_value, user_id, user_agent, series) values (?, ?, ?, ?, ?, ?)
Hibernate: select persistent0_.series as series1_13_0_, persistent0_.ip_address as ip_addre2_13_0_, persistent0_.token_date as token_da3_13_0_, persistent0_.token_value as token_va4_13_0_, persistent0_.user_id as user_id6_13_0_, persistent0_.user_agent as user_age5_13_0_ from jhi_persistent_token persistent0_ where persistent0_.series=?
Hibernate: insert into jhi_persistent_token (ip_address, token_date, token_value, user_id, user_agent, series) values (?, ?, ?, ?, ?, ?)
Hibernate: select persistent0_.series as series1_13_, persistent0_.ip_address as ip_addre2_13_, persistent0_.token_date as token_da3_13_, persistent0_.token_value as token_va4_13_, persistent0_.user_id as user_id6_13_, persistent0_.user_agent as user_age5_13_ from jhi_persistent_token persistent0_ left outer join jhi_user user1_ on persistent0_.user_id=user1_.id where user1_.id=?
Hibernate: select persistent0_.series as series1_13_, persistent0_.ip_address as ip_addre2_13_, persistent0_.token_date as token_da3_13_, persistent0_.token_value as token_va4_13_, persistent0_.user_id as user_id6_13_, persistent0_.user_agent as user_age5_13_ from jhi_persistent_token persistent0_ where persistent0_.token_date<?
2017-01-28 09:19:10.948 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Deleting token 2222-2222
Hibernate: select persistent0_.user_id as user_id6_14_0_, persistent0_.series as series1_13_0_, persistent0_.series as series1_13_1_, persistent0_.ip_address as ip_addre2_13_1_, persistent0_.token_date as token_da3_13_1_, persistent0_.token_value as token_va4_13_1_, persistent0_.user_id as user_id6_13_1_, persistent0_.user_agent as user_age5_13_1_ from jhi_persistent_token persistent0_ where persistent0_.user_id=?
Hibernate: delete from jhi_persistent_token where series=?
Hibernate: select persistent0_.series as series1_13_, persistent0_.ip_address as ip_addre2_13_, persistent0_.token_date as token_da3_13_, persistent0_.token_value as token_va4_13_, persistent0_.user_id as user_id6_13_, persistent0_.user_agent as user_age5_13_ from jhi_persistent_token persistent0_ left outer join jhi_user user1_ on persistent0_.user_id=user1_.id where user1_.id=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:11.064 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='johndoe', firstName='John', lastName='Doe', email='john.doe@localhost', activated='false', langKey='en-US', activationKey='40266183306692505442'}
2017-01-28 09:19:11.065 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Reset user password for reset key 71558701920939920538
Hibernate: update jhi_user set created_date=?, last_modified_by=?, last_modified_date=?, activated=?, activation_key=?, email=?, first_name=?, lang_key=?, last_name=?, login=?, password_hash=?, reset_date=?, reset_key=? where id=?
Hibernate: insert into jhi_user_authority (user_id, authority_name) values (?, ?)
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.reset_key=?
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 sec - in com.teammachine.staffrostering.service.UserServiceIntTest
Running com.teammachine.staffrostering.web.rest.AccountResourceIntTest
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:12.119 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='badguy', firstName='Bad', lastName='Guy', email='badguy@example.com', activated='false', langKey='en', activationKey='65412211262411559624'}
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:12.329 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='john', firstName='John', lastName='Doe', email='john@example.com', activated='false', langKey='en', activationKey='70095503622711523074'}
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:12.488 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='alice', firstName='Alice', lastName='Something', email='alice@example.com', activated='false', langKey='en', activationKey='58597412648486625724'}
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
2017-01-28 09:19:12.526 DEBUG 137 --- [ main] c.t.s.web.rest.AccountResource : REST request to check if the current user is authenticated
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.email=?
Hibernate: select authority0_.name as name1_10_0_ from jhi_authority authority0_ where authority0_.name=?
Hibernate: insert into jhi_user (id, created_by, created_date, last_modified_by, last_modified_date, activated, activation_key, email, first_name, lang_key, last_name, login, password_hash, reset_date, reset_key) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:12.676 DEBUG 137 --- [ main] c.t.staffrostering.service.UserService : Created Information for User: User{login='joe', firstName='Joe', lastName='Shmoe', email='joe@example.com', activated='false', langKey='en', activationKey='97508364201257921986'}
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
2017-01-28 09:19:12.758 DEBUG 137 --- [ main] c.t.s.web.rest.AccountResource : REST request to check if the current user is authenticated
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 sec - in com.teammachine.staffrostering.web.rest.AccountResourceIntTest
Running com.teammachine.staffrostering.web.rest.AuditResourceIntTest
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_
Hibernate: select persistent0_.event_id as event_id1_11_0_, persistent0_.event_date as event_da2_11_0_, persistent0_.event_type as event_ty3_11_0_, persistent0_.principal as principa4_11_0_ from jhi_persistent_audit_event persistent0_ where persistent0_.event_id=?
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_
Hibernate: insert into jhi_persistent_audit_event (event_id, event_date, event_type, principal) values (null, ?, ?, ?)
Hibernate: select count(persistent0_.event_id) as col_0_0_ from jhi_persistent_audit_event persistent0_ where persistent0_.event_date between ? and ?
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_
Hibernate: insert into jhi_persistent_audit_event (event_id, event_date, event_type, principal) values (null, ?, ?, ?)
Hibernate: select count(persistent0_.event_id) as col_0_0_ from jhi_persistent_audit_event persistent0_
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_ limit ?
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_
Hibernate: insert into jhi_persistent_audit_event (event_id, event_date, event_type, principal) values (null, ?, ?, ?)
Hibernate: select count(persistent0_.event_id) as col_0_0_ from jhi_persistent_audit_event persistent0_ where persistent0_.event_date between ? and ?
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_ where persistent0_.event_date between ? and ? limit ?
Hibernate: select persistent0_.event_id as event_id1_11_, persistent0_.event_date as event_da2_11_, persistent0_.event_type as event_ty3_11_, persistent0_.principal as principa4_11_ from jhi_persistent_audit_event persistent0_
Hibernate: insert into jhi_persistent_audit_event (event_id, event_date, event_type, principal) values (null, ?, ?, ?)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec - in com.teammachine.staffrostering.web.rest.AuditResourceIntTest
Running com.teammachine.staffrostering.web.rest.BooleanContractLineResourceIntTest
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
2017-01-28 09:19:13.076 DEBUG 137 --- [ main] c.t.s.w.r.BooleanContractLineResource : REST request to get BooleanContractLine : 25
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
2017-01-28 09:19:13.130 DEBUG 137 --- [ main] c.t.s.w.r.BooleanContractLineResource : REST request to delete BooleanContractLine : 26
Hibernate: delete from contract_line where id=?
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
2017-01-28 09:19:13.147 DEBUG 137 --- [ main] c.t.s.w.r.BooleanContractLineResource : REST request to get BooleanContractLine : 9223372036854775807
Hibernate: select booleancon0_.id as id2_1_0_, booleancon0_.contract_id as contrac12_1_0_, booleancon0_.contract_line_type as contract3_1_0_, booleancon0_.enabled as enabled4_1_0_, booleancon0_.weight as weight5_1_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, weekenddef2_.id as id1_33_2_, weekenddef2_.description as descript2_33_2_, days3_.weekend_definition_id as weekend_1_33_3_, days3_.day_of_week as day_of_w2_32_3_ from contract_line booleancon0_ left outer join contract contract1_ on booleancon0_.contract_id=contract1_.id left outer join weekend_definition weekenddef2_ on contract1_.weekend_definition_id=weekenddef2_.id left outer join weekend_day days3_ on weekenddef2_.id=days3_.weekend_definition_id where booleancon0_.id=? and booleancon0_.boolean_or_minmax='B'
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
2017-01-28 09:19:13.185 DEBUG 137 --- [ main] c.t.s.w.r.BooleanContractLineResource : REST request to save BooleanContractLine : BooleanContractLine{id=null, contractLineType='SINGLE_ASSIGNMENT_PER_DAY', enabled='false', weight='1'}
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
2017-01-28 09:19:13.201 DEBUG 137 --- [ main] c.t.s.w.r.BooleanContractLineResource : REST request to get all BooleanContractLines
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
Hibernate: insert into contract_line (id, contract_id, contract_line_type, enabled, weight, boolean_or_minmax) values (null, ?, ?, ?, ?, 'B')
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
2017-01-28 09:19:13.219 DEBUG 137 --- [ main] c.t.s.w.r.BooleanContractLineResource : REST request to update BooleanContractLine : BooleanContractLine{id=29, contractLineType='TOTAL_ASSIGNMENTS', enabled='true', weight='2'}
Hibernate: update contract_line set contract_id=?, contract_line_type=?, enabled=?, weight=? where id=?
Hibernate: select booleancon0_.id as id2_1_, booleancon0_.contract_id as contrac12_1_, booleancon0_.contract_line_type as contract3_1_, booleancon0_.enabled as enabled4_1_, booleancon0_.weight as weight5_1_ from contract_line booleancon0_ where booleancon0_.boolean_or_minmax='B'
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in com.teammachine.staffrostering.web.rest.BooleanContractLineResourceIntTest
Running com.teammachine.staffrostering.web.rest.ContractResourceIntTest
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
2017-01-28 09:19:13.248 DEBUG 137 --- [ main] c.t.s.web.rest.ContractResource : REST request to get all Contracts
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
2017-01-28 09:19:13.271 DEBUG 137 --- [ main] c.t.s.web.rest.ContractResource : REST request to update Contract : Contract{id=6, code='BBBBB', description='BBBBB'}
Hibernate: update contract set code=?, description=?, weekend_definition_id=? where id=?
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
2017-01-28 09:19:13.296 DEBUG 137 --- [ main] c.t.s.web.rest.ContractResource : REST request to save Contract : Contract{id=null, code='AAAAA', description='AAAAA'}
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
2017-01-28 09:19:13.316 DEBUG 137 --- [ main] c.t.s.web.rest.ContractResource : REST request to get Contract : 8
2017-01-28 09:19:13.333 DEBUG 137 --- [ main] c.t.s.web.rest.ContractResource : REST request to get Contract : 9223372036854775807
Hibernate: select contract0_.id as id1_0_0_, contract0_.code as code2_0_0_, contract0_.description as descript3_0_0_, contract0_.weekend_definition_id as weekend_4_0_0_, contractli1_.contract_id as contrac12_0_1_, contractli1_.id as id2_1_1_, contractli1_.id as id2_1_2_, contractli1_.contract_id as contrac12_1_2_, contractli1_.contract_line_type as contract3_1_2_, contractli1_.enabled as enabled4_1_2_, contractli1_.weight as weight5_1_2_, contractli1_.maximum_enabled as maximum_6_1_2_, contractli1_.maximum_value as maximum_7_1_2_, contractli1_.maximum_weight as maximum_8_1_2_, contractli1_.minimum_enabled as minimum_9_1_2_, contractli1_.minimum_value as minimum10_1_2_, contractli1_.minimum_weight as minimum11_1_2_, contractli1_.boolean_or_minmax as boolean_1_1_2_, weekenddef2_.id as id1_33_3_, weekenddef2_.description as descript2_33_3_, days3_.weekend_definition_id as weekend_1_33_4_, days3_.day_of_week as day_of_w2_32_4_ from contract contract0_ left outer join contract_line contractli1_ on contract0_.id=contractli1_.contract_id left outer join weekend_definition weekenddef2_ on contract0_.weekend_definition_id=weekenddef2_.id left outer join weekend_day days3_ on weekenddef2_.id=days3_.weekend_definition_id where contract0_.id=?
Hibernate: insert into contract (id, code, description, weekend_definition_id) values (null, ?, ?, ?)
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
2017-01-28 09:19:13.355 DEBUG 137 --- [ main] c.t.s.web.rest.ContractResource : REST request to delete Contract : 9
Hibernate: delete from contract where id=?
Hibernate: select contract0_.id as id1_0_, contract0_.code as code2_0_, contract0_.description as descript3_0_, contract0_.weekend_definition_id as weekend_4_0_ from contract contract0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in com.teammachine.staffrostering.web.rest.ContractResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeAbsentReasonResourceIntTest
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
2017-01-28 09:19:13.386 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeAbsentReasonResource : REST request to get EmployeeAbsentReason : 4
2017-01-28 09:19:13.403 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeAbsentReasonResource : REST request to get EmployeeAbsentReason : 9223372036854775807
Hibernate: select employeeab0_.id as id1_3_0_, employeeab0_.code as code2_3_0_, employeeab0_.default_duration as default_3_3_0_, employeeab0_.default_duration_unit as default_4_3_0_, employeeab0_.description as descript5_3_0_, employeeab0_.name as name6_3_0_ from employee_absent_reason employeeab0_ where employeeab0_.id=?
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
2017-01-28 09:19:13.423 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeAbsentReasonResource : REST request to save EmployeeAbsentReason : EmployeeAbsentReason{id=null, code='AAAAA', name='AAAAA', description='AAAAA', defaultDuration='1', defaultDurationUnit='HOURS'}
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
2017-01-28 09:19:13.440 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeAbsentReasonResource : REST request to get all EmployeeAbsentReasons
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
2017-01-28 09:19:13.467 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeAbsentReasonResource : REST request to update EmployeeAbsentReason : EmployeeAbsentReason{id=7, code='BBBBB', name='BBBBB', description='BBBBB', defaultDuration='2', defaultDurationUnit='DAYS'}
Hibernate: update employee_absent_reason set code=?, default_duration=?, default_duration_unit=?, description=?, name=? where id=?
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
2017-01-28 09:19:13.487 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeAbsentReasonResource : REST request to delete EmployeeAbsentReason : 8
Hibernate: delete from employee_absent_reason where id=?
Hibernate: select employeeab0_.id as id1_3_, employeeab0_.code as code2_3_, employeeab0_.default_duration as default_3_3_, employeeab0_.default_duration_unit as default_4_3_, employeeab0_.description as descript5_3_, employeeab0_.name as name6_3_ from employee_absent_reason employeeab0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in com.teammachine.staffrostering.web.rest.EmployeeAbsentReasonResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeDayOffRequestResourceIntTest
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
2017-01-28 09:19:13.523 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOffRequestResource : REST request to save EmployeeDayOffRequest : EmployeeDayOffRequest{id=null, weight='1'}
Hibernate: insert into employee_day_off_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
Hibernate: insert into employee_day_off_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:13.541 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOffRequestResource : REST request to get EmployeeDayOffRequest : 2
Hibernate: insert into employee_day_off_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
2017-01-28 09:19:13.560 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOffRequestResource : REST request to update EmployeeDayOffRequest : EmployeeDayOffRequest{id=3, weight='2'}
Hibernate: update employee_day_off_request set employee_id=?, shift_date_id=?, weight=? where id=?
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
2017-01-28 09:19:13.574 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOffRequestResource : REST request to get EmployeeDayOffRequest : 9223372036854775807
Hibernate: select employeeda0_.id as id1_4_0_, employeeda0_.employee_id as employee3_4_0_, employeeda0_.shift_date_id as shift_da4_4_0_, employeeda0_.weight as weight2_4_0_, employee1_.id as id1_2_1_, employee1_.active as active2_2_1_, employee1_.code as code3_2_1_, employee1_.contract_id as contract5_2_1_, employee1_.name as name4_2_1_, contract2_.id as id1_0_2_, contract2_.code as code2_0_2_, contract2_.description as descript3_0_2_, contract2_.weekend_definition_id as weekend_4_0_2_, contractli3_.contract_id as contrac12_0_3_, contractli3_.id as id2_1_3_, contractli3_.id as id2_1_4_, contractli3_.contract_id as contrac12_1_4_, contractli3_.contract_line_type as contract3_1_4_, contractli3_.enabled as enabled4_1_4_, contractli3_.weight as weight5_1_4_, contractli3_.maximum_enabled as maximum_6_1_4_, contractli3_.maximum_value as maximum_7_1_4_, contractli3_.maximum_weight as maximum_8_1_4_, contractli3_.minimum_enabled as minimum_9_1_4_, contractli3_.minimum_value as minimum10_1_4_, contractli3_.minimum_weight as minimum11_1_4_, contractli3_.boolean_or_minmax as boolean_1_1_4_, weekenddef4_.id as id1_33_5_, weekenddef4_.description as descript2_33_5_, days5_.weekend_definition_id as weekend_1_33_6_, days5_.day_of_week as day_of_w2_32_6_, shiftdate6_.id as id1_22_7_, shiftdate6_.date as date2_22_7_, shiftdate6_.day_index as day_inde3_22_7_, shiftdate6_.day_of_week as day_of_w4_22_7_ from employee_day_off_request employeeda0_ left outer join employee employee1_ on employeeda0_.employee_id=employee1_.id left outer join contract contract2_ on employee1_.contract_id=contract2_.id left outer join contract_line contractli3_ on contract2_.id=contractli3_.contract_id left outer join weekend_definition weekenddef4_ on contract2_.weekend_definition_id=weekenddef4_.id left outer join weekend_day days5_ on weekenddef4_.id=days5_.weekend_definition_id left outer join shift_date shiftdate6_ on employeeda0_.shift_date_id=shiftdate6_.id where employeeda0_.id=?
Hibernate: insert into employee_day_off_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
2017-01-28 09:19:13.593 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOffRequestResource : REST request to delete EmployeeDayOffRequest : 4
Hibernate: delete from employee_day_off_request where id=?
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
Hibernate: insert into employee_day_off_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:13.613 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOffRequestResource : REST request to get all EmployeeDayOffRequests
Hibernate: select employeeda0_.id as id1_4_, employeeda0_.employee_id as employee3_4_, employeeda0_.shift_date_id as shift_da4_4_, employeeda0_.weight as weight2_4_ from employee_day_off_request employeeda0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in com.teammachine.staffrostering.web.rest.EmployeeDayOffRequestResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeDayOnRequestResourceIntTest
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
2017-01-28 09:19:13.651 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOnRequestResource : REST request to save EmployeeDayOnRequest : EmployeeDayOnRequest{id=null, weight='1'}
Hibernate: insert into employee_day_on_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
Hibernate: insert into employee_day_on_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
2017-01-28 09:19:13.672 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOnRequestResource : REST request to update EmployeeDayOnRequest : EmployeeDayOnRequest{id=2, weight='2'}
Hibernate: update employee_day_on_request set employee_id=?, shift_date_id=?, weight=? where id=?
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
Hibernate: insert into employee_day_on_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
2017-01-28 09:19:13.690 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOnRequestResource : REST request to delete EmployeeDayOnRequest : 3
Hibernate: delete from employee_day_on_request where id=?
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
Hibernate: insert into employee_day_on_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:13.706 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOnRequestResource : REST request to get EmployeeDayOnRequest : 4
2017-01-28 09:19:13.723 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOnRequestResource : REST request to get EmployeeDayOnRequest : 9223372036854775807
Hibernate: select employeeda0_.id as id1_5_0_, employeeda0_.employee_id as employee3_5_0_, employeeda0_.shift_date_id as shift_da4_5_0_, employeeda0_.weight as weight2_5_0_, employee1_.id as id1_2_1_, employee1_.active as active2_2_1_, employee1_.code as code3_2_1_, employee1_.contract_id as contract5_2_1_, employee1_.name as name4_2_1_, contract2_.id as id1_0_2_, contract2_.code as code2_0_2_, contract2_.description as descript3_0_2_, contract2_.weekend_definition_id as weekend_4_0_2_, contractli3_.contract_id as contrac12_0_3_, contractli3_.id as id2_1_3_, contractli3_.id as id2_1_4_, contractli3_.contract_id as contrac12_1_4_, contractli3_.contract_line_type as contract3_1_4_, contractli3_.enabled as enabled4_1_4_, contractli3_.weight as weight5_1_4_, contractli3_.maximum_enabled as maximum_6_1_4_, contractli3_.maximum_value as maximum_7_1_4_, contractli3_.maximum_weight as maximum_8_1_4_, contractli3_.minimum_enabled as minimum_9_1_4_, contractli3_.minimum_value as minimum10_1_4_, contractli3_.minimum_weight as minimum11_1_4_, contractli3_.boolean_or_minmax as boolean_1_1_4_, weekenddef4_.id as id1_33_5_, weekenddef4_.description as descript2_33_5_, days5_.weekend_definition_id as weekend_1_33_6_, days5_.day_of_week as day_of_w2_32_6_, shiftdate6_.id as id1_22_7_, shiftdate6_.date as date2_22_7_, shiftdate6_.day_index as day_inde3_22_7_, shiftdate6_.day_of_week as day_of_w4_22_7_ from employee_day_on_request employeeda0_ left outer join employee employee1_ on employeeda0_.employee_id=employee1_.id left outer join contract contract2_ on employee1_.contract_id=contract2_.id left outer join contract_line contractli3_ on contract2_.id=contractli3_.contract_id left outer join weekend_definition weekenddef4_ on contract2_.weekend_definition_id=weekenddef4_.id left outer join weekend_day days5_ on weekenddef4_.id=days5_.weekend_definition_id left outer join shift_date shiftdate6_ on employeeda0_.shift_date_id=shiftdate6_.id where employeeda0_.id=?
Hibernate: insert into employee_day_on_request (id, employee_id, shift_date_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:13.739 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeDayOnRequestResource : REST request to get all EmployeeDayOnRequests
Hibernate: select employeeda0_.id as id1_5_, employeeda0_.employee_id as employee3_5_, employeeda0_.shift_date_id as shift_da4_5_, employeeda0_.weight as weight2_5_ from employee_day_on_request employeeda0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in com.teammachine.staffrostering.web.rest.EmployeeDayOnRequestResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeLeaveAbsenceResourceIntTest
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
2017-01-28 09:19:13.773 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to get all EmployeeLeaveAbsences
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
2017-01-28 09:19:13.798 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to save EmployeeLeaveAbsence : EmployeeLeaveAbsence{id=null, absentFrom='1970-01-01T00:00Z[GMT]', absentTo='1970-01-01T00:00Z[GMT]'}
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
2017-01-28 09:19:13.833 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to update EmployeeLeaveAbsence : EmployeeLeaveAbsence{id=6, absentFrom='2017-01-28T09:19:13Z[GMT]', absentTo='2017-01-28T09:19:13Z[GMT]'}
Hibernate: update employee_leave_absence set absent_from=?, absent_to=?, employee_id=?, reason_id=? where id=?
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
2017-01-28 09:19:13.862 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to update EmployeeLeaveAbsence : EmployeeLeaveAbsence{id=7, absentFrom='1970-01-01T00:00Z[GMT]', absentTo='null'}
Hibernate: update employee_leave_absence set absent_from=?, absent_to=?, employee_id=?, reason_id=? where id=?
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
2017-01-28 09:19:13.886 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to delete EmployeeLeaveAbsence : 8
Hibernate: delete from employee_leave_absence where id=?
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
2017-01-28 09:19:13.905 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to get EmployeeLeaveAbsence : 9
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
2017-01-28 09:19:13.923 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to get EmployeeLeaveAbsence : 9223372036854775807
Hibernate: select employeele0_.id as id1_6_0_, employeele0_.absent_from as absent_f2_6_0_, employeele0_.absent_to as absent_t3_6_0_, employeele0_.employee_id as employee4_6_0_, employeele0_.reason_id as reason_i5_6_0_, employee1_.id as id1_2_1_, employee1_.active as active2_2_1_, employee1_.code as code3_2_1_, employee1_.contract_id as contract5_2_1_, employee1_.name as name4_2_1_, contract2_.id as id1_0_2_, contract2_.code as code2_0_2_, contract2_.description as descript3_0_2_, contract2_.weekend_definition_id as weekend_4_0_2_, contractli3_.contract_id as contrac12_0_3_, contractli3_.id as id2_1_3_, contractli3_.id as id2_1_4_, contractli3_.contract_id as contrac12_1_4_, contractli3_.contract_line_type as contract3_1_4_, contractli3_.enabled as enabled4_1_4_, contractli3_.weight as weight5_1_4_, contractli3_.maximum_enabled as maximum_6_1_4_, contractli3_.maximum_value as maximum_7_1_4_, contractli3_.maximum_weight as maximum_8_1_4_, contractli3_.minimum_enabled as minimum_9_1_4_, contractli3_.minimum_value as minimum10_1_4_, contractli3_.minimum_weight as minimum11_1_4_, contractli3_.boolean_or_minmax as boolean_1_1_4_, weekenddef4_.id as id1_33_5_, weekenddef4_.description as descript2_33_5_, days5_.weekend_definition_id as weekend_1_33_6_, days5_.day_of_week as day_of_w2_32_6_, employeeab6_.id as id1_3_7_, employeeab6_.code as code2_3_7_, employeeab6_.default_duration as default_3_3_7_, employeeab6_.default_duration_unit as default_4_3_7_, employeeab6_.description as descript5_3_7_, employeeab6_.name as name6_3_7_ from employee_leave_absence employeele0_ left outer join employee employee1_ on employeele0_.employee_id=employee1_.id left outer join contract contract2_ on employee1_.contract_id=contract2_.id left outer join contract_line contractli3_ on contract2_.id=contractli3_.contract_id left outer join weekend_definition weekenddef4_ on contract2_.weekend_definition_id=weekenddef4_.id left outer join weekend_day days5_ on weekenddef4_.id=days5_.weekend_definition_id left outer join employee_absent_reason employeeab6_ on employeele0_.reason_id=employeeab6_.id where employeele0_.id=?
Hibernate: insert into employee_absent_reason (id, code, default_duration, default_duration_unit, description, name) values (null, ?, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
2017-01-28 09:19:13.943 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeLeaveAbsenceResource : REST request to save EmployeeLeaveAbsence : EmployeeLeaveAbsence{id=null, absentFrom='1970-01-01T00:00Z[GMT]', absentTo='null'}
Hibernate: insert into employee_leave_absence (id, absent_from, absent_to, employee_id, reason_id) values (null, ?, ?, ?, ?)
Hibernate: select employeele0_.id as id1_6_, employeele0_.absent_from as absent_f2_6_, employeele0_.absent_to as absent_t3_6_, employeele0_.employee_id as employee4_6_, employeele0_.reason_id as reason_i5_6_ from employee_leave_absence employeele0_
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in com.teammachine.staffrostering.web.rest.EmployeeLeaveAbsenceResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeResourceIntTest
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:13.978 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to get Employee : 20
2017-01-28 09:19:13.979 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to get Employee : 20
2017-01-28 09:19:13.996 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to get Employee : 9223372036854775807
2017-01-28 09:19:13.996 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to get Employee : 9223372036854775807
Hibernate: select employee0_.id as id1_2_0_, employee0_.active as active2_2_0_, employee0_.code as code3_2_0_, employee0_.contract_id as contract5_2_0_, employee0_.name as name4_2_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, contractli2_.contract_id as contrac12_0_2_, contractli2_.id as id2_1_2_, contractli2_.id as id2_1_3_, contractli2_.contract_id as contrac12_1_3_, contractli2_.contract_line_type as contract3_1_3_, contractli2_.enabled as enabled4_1_3_, contractli2_.weight as weight5_1_3_, contractli2_.maximum_enabled as maximum_6_1_3_, contractli2_.maximum_value as maximum_7_1_3_, contractli2_.maximum_weight as maximum_8_1_3_, contractli2_.minimum_enabled as minimum_9_1_3_, contractli2_.minimum_value as minimum10_1_3_, contractli2_.minimum_weight as minimum11_1_3_, contractli2_.boolean_or_minmax as boolean_1_1_3_, weekenddef3_.id as id1_33_4_, weekenddef3_.description as descript2_33_4_, days4_.weekend_definition_id as weekend_1_33_5_, days4_.day_of_week as day_of_w2_32_5_ from employee employee0_ left outer join contract contract1_ on employee0_.contract_id=contract1_.id left outer join contract_line contractli2_ on contract1_.id=contractli2_.contract_id left outer join weekend_definition weekenddef3_ on contract1_.weekend_definition_id=weekenddef3_.id left outer join weekend_day days4_ on weekenddef3_.id=days4_.weekend_definition_id where employee0_.id=?
2017-01-28 09:19:14.009 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to save Employee : Employee{id=null, code='AAAAA', name='AAAAA', active='false'}
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
2017-01-28 09:19:14.015 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to delete Employee : 21
2017-01-28 09:19:14.015 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to delete Employee : 21
Hibernate: delete from employee where id=?
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.032 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to get all Employees
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_ where employee0_.active=?
2017-01-28 09:19:14.036 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to get all Employees
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_ where employee0_.active=?
2017-01-28 09:19:14.040 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to get all Employees
2017-01-28 09:19:14.041 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to get all Employees
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.062 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to get all Employees
2017-01-28 09:19:14.063 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to get all Employees
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
2017-01-28 09:19:14.076 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to save Employee : Employee{id=null, code='AAAAA', name='AAAAA', active='false'}
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
2017-01-28 09:19:14.082 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to update Employee : Employee{id=25, code='BBBBB', name='BBBBB', active='true'}
2017-01-28 09:19:14.082 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to save Employee : Employee{id=25, code='BBBBB', name='BBBBB', active='true'}
Hibernate: update employee set active=?, code=?, contract_id=?, name=? where id=?
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
2017-01-28 09:19:14.104 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeResource : REST request to save Employee : Employee{id=null, code='AAAAA', name='AAAAA', active='false'}
2017-01-28 09:19:14.104 DEBUG 137 --- [ main] c.t.s.service.impl.EmployeeServiceImpl : Request to save Employee : Employee{id=null, code='AAAAA', name='AAAAA', active='false'}
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec - in com.teammachine.staffrostering.web.rest.EmployeeResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeShiftOffRequestResourceIntTest
Hibernate: insert into employee_shift_off_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
2017-01-28 09:19:14.138 DEBUG 137 --- [ main] .t.s.w.r.EmployeeShiftOffRequestResource : REST request to delete EmployeeShiftOffRequest : 1
Hibernate: delete from employee_shift_off_request where id=?
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
Hibernate: insert into employee_shift_off_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:14.152 DEBUG 137 --- [ main] .t.s.w.r.EmployeeShiftOffRequestResource : REST request to get all EmployeeShiftOffRequests
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
Hibernate: insert into employee_shift_off_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
2017-01-28 09:19:14.177 DEBUG 137 --- [ main] .t.s.w.r.EmployeeShiftOffRequestResource : REST request to update EmployeeShiftOffRequest : EmployeeShiftOffRequest{id=3, weight='2'}
Hibernate: update employee_shift_off_request set employee_id=?, shift_id=?, weight=? where id=?
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
2017-01-28 09:19:14.193 DEBUG 137 --- [ main] .t.s.w.r.EmployeeShiftOffRequestResource : REST request to save EmployeeShiftOffRequest : EmployeeShiftOffRequest{id=null, weight='1'}
Hibernate: insert into employee_shift_off_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
Hibernate: select employeesh0_.id as id1_7_, employeesh0_.employee_id as employee3_7_, employeesh0_.shift_id as shift_id4_7_, employeesh0_.weight as weight2_7_ from employee_shift_off_request employeesh0_
2017-01-28 09:19:14.208 DEBUG 137 --- [ main] .t.s.w.r.EmployeeShiftOffRequestResource : REST request to get EmployeeShiftOffRequest : 9223372036854775807
Hibernate: select employeesh0_.id as id1_7_0_, employeesh0_.employee_id as employee3_7_0_, employeesh0_.shift_id as shift_id4_7_0_, employeesh0_.weight as weight2_7_0_, employee1_.id as id1_2_1_, employee1_.active as active2_2_1_, employee1_.code as code3_2_1_, employee1_.contract_id as contract5_2_1_, employee1_.name as name4_2_1_, contract2_.id as id1_0_2_, contract2_.code as code2_0_2_, contract2_.description as descript3_0_2_, contract2_.weekend_definition_id as weekend_4_0_2_, contractli3_.contract_id as contrac12_0_3_, contractli3_.id as id2_1_3_, contractli3_.id as id2_1_4_, contractli3_.contract_id as contrac12_1_4_, contractli3_.contract_line_type as contract3_1_4_, contractli3_.enabled as enabled4_1_4_, contractli3_.weight as weight5_1_4_, contractli3_.maximum_enabled as maximum_6_1_4_, contractli3_.maximum_value as maximum_7_1_4_, contractli3_.maximum_weight as maximum_8_1_4_, contractli3_.minimum_enabled as minimum_9_1_4_, contractli3_.minimum_value as minimum10_1_4_, contractli3_.minimum_weight as minimum11_1_4_, contractli3_.boolean_or_minmax as boolean_1_1_4_, weekenddef4_.id as id1_33_5_, weekenddef4_.description as descript2_33_5_, days5_.weekend_definition_id as weekend_1_33_6_, days5_.day_of_week as day_of_w2_32_6_, shift6_.id as id1_19_7_, shift6_.index as index2_19_7_, shift6_.shift_date_id as shift_da4_19_7_, shift6_.shift_type_id as shift_ty5_19_7_, shift6_.staff_required as staff_re3_19_7_, shiftdate7_.id as id1_22_8_, shiftdate7_.date as date2_22_8_, shiftdate7_.day_index as day_inde3_22_8_, shiftdate7_.day_of_week as day_of_w4_22_8_, shifttype8_.id as id1_23_9_, shifttype8_.code as code2_23_9_, shifttype8_.description as descript3_23_9_, shifttype8_.end_time as end_time4_23_9_, shifttype8_.index as index5_23_9_, shifttype8_.night_shift as night_sh6_23_9_, shifttype8_.start_time as start_ti7_23_9_, shifttype8_.background_color as backgrou8_23_9_, shifttype8_.icon as icon9_23_9_, shifttype8_.text_color as text_co10_23_9_ from employee_shift_off_request employeesh0_ left outer join employee employee1_ on employeesh0_.employee_id=employee1_.id left outer join contract contract2_ on employee1_.contract_id=contract2_.id left outer join contract_line contractli3_ on contract2_.id=contractli3_.contract_id left outer join weekend_definition weekenddef4_ on contract2_.weekend_definition_id=weekenddef4_.id left outer join weekend_day days5_ on weekenddef4_.id=days5_.weekend_definition_id left outer join shift shift6_ on employeesh0_.shift_id=shift6_.id left outer join shift_date shiftdate7_ on shift6_.shift_date_id=shiftdate7_.id left outer join shift_type shifttype8_ on shift6_.shift_type_id=shifttype8_.id where employeesh0_.id=?
Hibernate: insert into employee_shift_off_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:14.222 DEBUG 137 --- [ main] .t.s.w.r.EmployeeShiftOffRequestResource : REST request to get EmployeeShiftOffRequest : 5
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in com.teammachine.staffrostering.web.rest.EmployeeShiftOffRequestResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeShiftOnRequestResourceIntTest
2017-01-28 09:19:14.256 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeShiftOnRequestResource : REST request to get EmployeeShiftOnRequest : 9223372036854775807
Hibernate: select employeesh0_.id as id1_8_0_, employeesh0_.employee_id as employee3_8_0_, employeesh0_.shift_id as shift_id4_8_0_, employeesh0_.weight as weight2_8_0_, employee1_.id as id1_2_1_, employee1_.active as active2_2_1_, employee1_.code as code3_2_1_, employee1_.contract_id as contract5_2_1_, employee1_.name as name4_2_1_, contract2_.id as id1_0_2_, contract2_.code as code2_0_2_, contract2_.description as descript3_0_2_, contract2_.weekend_definition_id as weekend_4_0_2_, contractli3_.contract_id as contrac12_0_3_, contractli3_.id as id2_1_3_, contractli3_.id as id2_1_4_, contractli3_.contract_id as contrac12_1_4_, contractli3_.contract_line_type as contract3_1_4_, contractli3_.enabled as enabled4_1_4_, contractli3_.weight as weight5_1_4_, contractli3_.maximum_enabled as maximum_6_1_4_, contractli3_.maximum_value as maximum_7_1_4_, contractli3_.maximum_weight as maximum_8_1_4_, contractli3_.minimum_enabled as minimum_9_1_4_, contractli3_.minimum_value as minimum10_1_4_, contractli3_.minimum_weight as minimum11_1_4_, contractli3_.boolean_or_minmax as boolean_1_1_4_, weekenddef4_.id as id1_33_5_, weekenddef4_.description as descript2_33_5_, days5_.weekend_definition_id as weekend_1_33_6_, days5_.day_of_week as day_of_w2_32_6_, shift6_.id as id1_19_7_, shift6_.index as index2_19_7_, shift6_.shift_date_id as shift_da4_19_7_, shift6_.shift_type_id as shift_ty5_19_7_, shift6_.staff_required as staff_re3_19_7_, shiftdate7_.id as id1_22_8_, shiftdate7_.date as date2_22_8_, shiftdate7_.day_index as day_inde3_22_8_, shiftdate7_.day_of_week as day_of_w4_22_8_, shifttype8_.id as id1_23_9_, shifttype8_.code as code2_23_9_, shifttype8_.description as descript3_23_9_, shifttype8_.end_time as end_time4_23_9_, shifttype8_.index as index5_23_9_, shifttype8_.night_shift as night_sh6_23_9_, shifttype8_.start_time as start_ti7_23_9_, shifttype8_.background_color as backgrou8_23_9_, shifttype8_.icon as icon9_23_9_, shifttype8_.text_color as text_co10_23_9_ from employee_shift_on_request employeesh0_ left outer join employee employee1_ on employeesh0_.employee_id=employee1_.id left outer join contract contract2_ on employee1_.contract_id=contract2_.id left outer join contract_line contractli3_ on contract2_.id=contractli3_.contract_id left outer join weekend_definition weekenddef4_ on contract2_.weekend_definition_id=weekenddef4_.id left outer join weekend_day days5_ on weekenddef4_.id=days5_.weekend_definition_id left outer join shift shift6_ on employeesh0_.shift_id=shift6_.id left outer join shift_date shiftdate7_ on shift6_.shift_date_id=shiftdate7_.id left outer join shift_type shifttype8_ on shift6_.shift_type_id=shifttype8_.id where employeesh0_.id=?
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
2017-01-28 09:19:14.275 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeShiftOnRequestResource : REST request to save EmployeeShiftOnRequest : EmployeeShiftOnRequest{id=null, weight='1'}
Hibernate: insert into employee_shift_on_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
Hibernate: insert into employee_shift_on_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:14.292 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeShiftOnRequestResource : REST request to get all EmployeeShiftOnRequests
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
Hibernate: insert into employee_shift_on_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
2017-01-28 09:19:14.307 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeShiftOnRequestResource : REST request to delete EmployeeShiftOnRequest : 3
Hibernate: delete from employee_shift_on_request where id=?
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
Hibernate: insert into employee_shift_on_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
2017-01-28 09:19:14.321 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeShiftOnRequestResource : REST request to get EmployeeShiftOnRequest : 4
Hibernate: insert into employee_shift_on_request (id, employee_id, shift_id, weight) values (null, ?, ?, ?)
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
2017-01-28 09:19:14.337 DEBUG 137 --- [ main] c.t.s.w.r.EmployeeShiftOnRequestResource : REST request to update EmployeeShiftOnRequest : EmployeeShiftOnRequest{id=5, weight='2'}
Hibernate: update employee_shift_on_request set employee_id=?, shift_id=?, weight=? where id=?
Hibernate: select employeesh0_.id as id1_8_, employeesh0_.employee_id as employee3_8_, employeesh0_.shift_id as shift_id4_8_, employeesh0_.weight as weight2_8_ from employee_shift_on_request employeesh0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in com.teammachine.staffrostering.web.rest.EmployeeShiftOnRequestResourceIntTest
Running com.teammachine.staffrostering.web.rest.EmployeeShiftResourceTest
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.371 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeShiftResource : REST request to get employee schedule
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and shiftassig0_.employee_id=? and (shiftdate4_.date between ? and ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:14.405 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeShiftResource : REST request to get employee schedule
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and shiftassig0_.employee_id=? and (shiftdate4_.date between ? and ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id where shiftassig0_.shift_id in (? , ? , ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.476 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeeShiftResource : REST request to get employee schedule
Hibernate: select employee0_.id as id1_2_0_, employee0_.active as active2_2_0_, employee0_.code as code3_2_0_, employee0_.contract_id as contract5_2_0_, employee0_.name as name4_2_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, contractli2_.contract_id as contrac12_0_2_, contractli2_.id as id2_1_2_, contractli2_.id as id2_1_3_, contractli2_.contract_id as contrac12_1_3_, contractli2_.contract_line_type as contract3_1_3_, contractli2_.enabled as enabled4_1_3_, contractli2_.weight as weight5_1_3_, contractli2_.maximum_enabled as maximum_6_1_3_, contractli2_.maximum_value as maximum_7_1_3_, contractli2_.maximum_weight as maximum_8_1_3_, contractli2_.minimum_enabled as minimum_9_1_3_, contractli2_.minimum_value as minimum10_1_3_, contractli2_.minimum_weight as minimum11_1_3_, contractli2_.boolean_or_minmax as boolean_1_1_3_, weekenddef3_.id as id1_33_4_, weekenddef3_.description as descript2_33_4_, days4_.weekend_definition_id as weekend_1_33_5_, days4_.day_of_week as day_of_w2_32_5_ from employee employee0_ left outer join contract contract1_ on employee0_.contract_id=contract1_.id left outer join contract_line contractli2_ on contract1_.id=contractli2_.contract_id left outer join weekend_definition weekenddef3_ on contract1_.weekend_definition_id=weekenddef3_.id left outer join weekend_day days4_ on weekenddef3_.id=days4_.weekend_definition_id where employee0_.id=?
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in com.teammachine.staffrostering.web.rest.EmployeeShiftResourceTest
Running com.teammachine.staffrostering.web.rest.EmployeesResourceIntTest
Hibernate: insert into employees (id, employee_id) values (null, ?)
2017-01-28 09:19:14.510 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeesResource : REST request to get Employees : 1
Hibernate: insert into employees (id, employee_id) values (null, ?)
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
2017-01-28 09:19:14.529 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeesResource : REST request to delete Employees : 2
Hibernate: delete from employees where id=?
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
Hibernate: insert into employees (id, employee_id) values (null, ?)
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
2017-01-28 09:19:14.546 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeesResource : REST request to update Employees : Employees{id=3}
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
2017-01-28 09:19:14.560 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeesResource : REST request to get Employees : 9223372036854775807
Hibernate: select employees0_.id as id1_9_0_, employees0_.employee_id as employee2_9_0_, employee1_.id as id1_2_1_, employee1_.active as active2_2_1_, employee1_.code as code3_2_1_, employee1_.contract_id as contract5_2_1_, employee1_.name as name4_2_1_, contract2_.id as id1_0_2_, contract2_.code as code2_0_2_, contract2_.description as descript3_0_2_, contract2_.weekend_definition_id as weekend_4_0_2_, contractli3_.contract_id as contrac12_0_3_, contractli3_.id as id2_1_3_, contractli3_.id as id2_1_4_, contractli3_.contract_id as contrac12_1_4_, contractli3_.contract_line_type as contract3_1_4_, contractli3_.enabled as enabled4_1_4_, contractli3_.weight as weight5_1_4_, contractli3_.maximum_enabled as maximum_6_1_4_, contractli3_.maximum_value as maximum_7_1_4_, contractli3_.maximum_weight as maximum_8_1_4_, contractli3_.minimum_enabled as minimum_9_1_4_, contractli3_.minimum_value as minimum10_1_4_, contractli3_.minimum_weight as minimum11_1_4_, contractli3_.boolean_or_minmax as boolean_1_1_4_, weekenddef4_.id as id1_33_5_, weekenddef4_.description as descript2_33_5_, days5_.weekend_definition_id as weekend_1_33_6_, days5_.day_of_week as day_of_w2_32_6_ from employees employees0_ left outer join employee employee1_ on employees0_.employee_id=employee1_.id left outer join contract contract2_ on employee1_.contract_id=contract2_.id left outer join contract_line contractli3_ on contract2_.id=contractli3_.contract_id left outer join weekend_definition weekenddef4_ on contract2_.weekend_definition_id=weekenddef4_.id left outer join weekend_day days5_ on weekenddef4_.id=days5_.weekend_definition_id where employees0_.id=?
Hibernate: insert into employees (id, employee_id) values (null, ?)
2017-01-28 09:19:14.575 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeesResource : REST request to get all Employees
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
2017-01-28 09:19:14.589 DEBUG 137 --- [ main] c.t.s.web.rest.EmployeesResource : REST request to save Employees : Employees{id=null}
Hibernate: insert into employees (id, employee_id) values (null, ?)
Hibernate: select employees0_.id as id1_9_, employees0_.employee_id as employee2_9_ from employees employees0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in com.teammachine.staffrostering.web.rest.EmployeesResourceIntTest
Running com.teammachine.staffrostering.web.rest.FieldResourceTest
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.629 DEBUG 137 --- [ main] c.t.s.web.rest.FieldResource : Request to find employees by substring in code or name
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_ where upper(employee0_.code) like upper(?) or upper(employee0_.name) like upper(?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.661 DEBUG 137 --- [ main] c.t.s.web.rest.FieldResource : Request to find employees by substring in code or name
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:14.675 DEBUG 137 --- [ main] c.t.s.web.rest.FieldResource : Request to find employees by substring in code or name
Hibernate: select employee0_.id as id1_2_, employee0_.active as active2_2_, employee0_.code as code3_2_, employee0_.contract_id as contract5_2_, employee0_.name as name4_2_ from employee employee0_ where upper(employee0_.code) like upper(?) or upper(employee0_.name) like upper(?)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in com.teammachine.staffrostering.web.rest.FieldResourceTest
Running com.teammachine.staffrostering.web.rest.MinMaxContractLineResourceIntTest
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
2017-01-28 09:19:14.706 DEBUG 137 --- [ main] c.t.s.w.rest.MinMaxContractLineResource : REST request to save MinMaxContractLine : MinMaxContractLine{id=null, contractLineType='SINGLE_ASSIGNMENT_PER_DAY', minimumEnabled='false', minimumValue='1', minimumWeight='1', maximumEnabled='false', maximumValue='1', maximumWeight='1'}
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
2017-01-28 09:19:14.722 DEBUG 137 --- [ main] c.t.s.w.rest.MinMaxContractLineResource : REST request to delete MinMaxContractLine : 31
Hibernate: delete from contract_line where id=?
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
2017-01-28 09:19:14.736 DEBUG 137 --- [ main] c.t.s.w.rest.MinMaxContractLineResource : REST request to get MinMaxContractLine : 9223372036854775807
Hibernate: select minmaxcont0_.id as id2_1_0_, minmaxcont0_.contract_id as contrac12_1_0_, minmaxcont0_.contract_line_type as contract3_1_0_, minmaxcont0_.maximum_enabled as maximum_6_1_0_, minmaxcont0_.maximum_value as maximum_7_1_0_, minmaxcont0_.maximum_weight as maximum_8_1_0_, minmaxcont0_.minimum_enabled as minimum_9_1_0_, minmaxcont0_.minimum_value as minimum10_1_0_, minmaxcont0_.minimum_weight as minimum11_1_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, weekenddef2_.id as id1_33_2_, weekenddef2_.description as descript2_33_2_, days3_.weekend_definition_id as weekend_1_33_3_, days3_.day_of_week as day_of_w2_32_3_ from contract_line minmaxcont0_ left outer join contract contract1_ on minmaxcont0_.contract_id=contract1_.id left outer join weekend_definition weekenddef2_ on contract1_.weekend_definition_id=weekenddef2_.id left outer join weekend_day days3_ on weekenddef2_.id=days3_.weekend_definition_id where minmaxcont0_.id=? and minmaxcont0_.boolean_or_minmax='M'
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
2017-01-28 09:19:14.750 DEBUG 137 --- [ main] c.t.s.w.rest.MinMaxContractLineResource : REST request to get MinMaxContractLine : 32
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
2017-01-28 09:19:14.766 DEBUG 137 --- [ main] c.t.s.w.rest.MinMaxContractLineResource : REST request to update MinMaxContractLine : MinMaxContractLine{id=33, contractLineType='TOTAL_ASSIGNMENTS', minimumEnabled='true', minimumValue='2', minimumWeight='2', maximumEnabled='true', maximumValue='2', maximumWeight='2'}
Hibernate: update contract_line set contract_id=?, contract_line_type=?, maximum_enabled=?, maximum_value=?, maximum_weight=?, minimum_enabled=?, minimum_value=?, minimum_weight=? where id=?
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
Hibernate: insert into contract_line (id, contract_id, contract_line_type, maximum_enabled, maximum_value, maximum_weight, minimum_enabled, minimum_value, minimum_weight, boolean_or_minmax) values (null, ?, ?, ?, ?, ?, ?, ?, ?, 'M')
2017-01-28 09:19:14.780 DEBUG 137 --- [ main] c.t.s.w.rest.MinMaxContractLineResource : REST request to get all MinMaxContractLines
Hibernate: select minmaxcont0_.id as id2_1_, minmaxcont0_.contract_id as contrac12_1_, minmaxcont0_.contract_line_type as contract3_1_, minmaxcont0_.maximum_enabled as maximum_6_1_, minmaxcont0_.maximum_value as maximum_7_1_, minmaxcont0_.maximum_weight as maximum_8_1_, minmaxcont0_.minimum_enabled as minimum_9_1_, minmaxcont0_.minimum_value as minimum10_1_, minmaxcont0_.minimum_weight as minimum11_1_ from contract_line minmaxcont0_ where minmaxcont0_.boolean_or_minmax='M'
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in com.teammachine.staffrostering.web.rest.MinMaxContractLineResourceIntTest
Running com.teammachine.staffrostering.web.rest.PatternContractLineResourceIntTest
Hibernate: insert into pattern_contract_line (id, contract_id, pattern_id) values (null, ?, ?)
2017-01-28 09:19:14.809 DEBUG 137 --- [ main] c.t.s.w.r.PatternContractLineResource : REST request to get PatternContractLine : 1
Hibernate: insert into pattern_contract_line (id, contract_id, pattern_id) values (null, ?, ?)
2017-01-28 09:19:14.822 DEBUG 137 --- [ main] c.t.s.w.r.PatternContractLineResource : REST request to get all PatternContractLines
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
Hibernate: insert into pattern_contract_line (id, contract_id, pattern_id) values (null, ?, ?)
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
2017-01-28 09:19:14.838 DEBUG 137 --- [ main] c.t.s.w.r.PatternContractLineResource : REST request to delete PatternContractLine : 3
Hibernate: delete from pattern_contract_line where id=?
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
2017-01-28 09:19:14.853 DEBUG 137 --- [ main] c.t.s.w.r.PatternContractLineResource : REST request to get PatternContractLine : 9223372036854775807
Hibernate: select patterncon0_.id as id1_17_0_, patterncon0_.contract_id as contract2_17_0_, patterncon0_.pattern_id as pattern_3_17_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, contractli2_.contract_id as contrac12_0_2_, contractli2_.id as id2_1_2_, contractli2_.id as id2_1_3_, contractli2_.contract_id as contrac12_1_3_, contractli2_.contract_line_type as contract3_1_3_, contractli2_.enabled as enabled4_1_3_, contractli2_.weight as weight5_1_3_, contractli2_.maximum_enabled as maximum_6_1_3_, contractli2_.maximum_value as maximum_7_1_3_, contractli2_.maximum_weight as maximum_8_1_3_, contractli2_.minimum_enabled as minimum_9_1_3_, contractli2_.minimum_value as minimum10_1_3_, contractli2_.minimum_weight as minimum11_1_3_, contractli2_.boolean_or_minmax as boolean_1_1_3_, weekenddef3_.id as id1_33_4_, weekenddef3_.description as descript2_33_4_, days4_.weekend_definition_id as weekend_1_33_5_, days4_.day_of_week as day_of_w2_32_5_, pattern5_.id as id1_16_6_, pattern5_.code as code2_16_6_, pattern5_.weight as weight3_16_6_ from pattern_contract_line patterncon0_ left outer join contract contract1_ on patterncon0_.contract_id=contract1_.id left outer join contract_line contractli2_ on contract1_.id=contractli2_.contract_id left outer join weekend_definition weekenddef3_ on contract1_.weekend_definition_id=weekenddef3_.id left outer join weekend_day days4_ on weekenddef3_.id=days4_.weekend_definition_id left outer join pattern pattern5_ on patterncon0_.pattern_id=pattern5_.id where patterncon0_.id=?
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
2017-01-28 09:19:14.868 DEBUG 137 --- [ main] c.t.s.w.r.PatternContractLineResource : REST request to save PatternContractLine : PatternContractLine{id=null}
Hibernate: insert into pattern_contract_line (id, contract_id, pattern_id) values (null, ?, ?)
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
Hibernate: insert into pattern_contract_line (id, contract_id, pattern_id) values (null, ?, ?)
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
2017-01-28 09:19:14.886 DEBUG 137 --- [ main] c.t.s.w.r.PatternContractLineResource : REST request to update PatternContractLine : PatternContractLine{id=5}
Hibernate: select patterncon0_.id as id1_17_, patterncon0_.contract_id as contract2_17_, patterncon0_.pattern_id as pattern_3_17_ from pattern_contract_line patterncon0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in com.teammachine.staffrostering.web.rest.PatternContractLineResourceIntTest
Running com.teammachine.staffrostering.web.rest.PatternResourceIntTest
Hibernate: insert into pattern (id, code, weight) values (null, ?, ?)
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
2017-01-28 09:19:14.926 DEBUG 137 --- [ main] c.t.s.web.rest.PatternResource : REST request to delete Pattern : 1
Hibernate: delete from pattern where id=?
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
Hibernate: insert into pattern (id, code, weight) values (null, ?, ?)
2017-01-28 09:19:14.946 DEBUG 137 --- [ main] c.t.s.web.rest.PatternResource : REST request to get Pattern : 2
Hibernate: insert into pattern (id, code, weight) values (null, ?, ?)
2017-01-28 09:19:14.967 DEBUG 137 --- [ main] c.t.s.web.rest.PatternResource : REST request to get all Patterns
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
2017-01-28 09:19:15.018 DEBUG 137 --- [ main] c.t.s.web.rest.PatternResource : REST request to get Pattern : 9223372036854775807
Hibernate: select pattern0_.id as id1_16_0_, pattern0_.code as code2_16_0_, pattern0_.weight as weight3_16_0_ from pattern pattern0_ where pattern0_.id=?
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
2017-01-28 09:19:15.033 DEBUG 137 --- [ main] c.t.s.web.rest.PatternResource : REST request to save Pattern : Pattern{id=null, code='AAAAA', weight='1'}
Hibernate: insert into pattern (id, code, weight) values (null, ?, ?)
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
Hibernate: insert into pattern (id, code, weight) values (null, ?, ?)
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
2017-01-28 09:19:15.050 DEBUG 137 --- [ main] c.t.s.web.rest.PatternResource : REST request to update Pattern : Pattern{id=5, code='BBBBB', weight='2'}
Hibernate: update pattern set code=?, weight=? where id=?
Hibernate: select pattern0_.id as id1_16_, pattern0_.code as code2_16_, pattern0_.weight as weight3_16_ from pattern pattern0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec - in com.teammachine.staffrostering.web.rest.PatternResourceIntTest
Running com.teammachine.staffrostering.web.rest.PlanningJobResourceIntTest
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.115 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to get PlanningJob : 1
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.139 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to sync PlanningJob status: 2
Hibernate: update planning_job set hard_constraint_matches=?, job_id=?, parameterization_id=?, soft_constraint_matches=?, status=?, time_millis_spent=? where id=?
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.166 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to save PlanningJob : PlanningJob{id=null, jobId='xxxxx', status='RUNNING', hardConstraintMatches='null', softConstraintMatches='null', timeMillisSpent='null'}
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.190 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to save PlanningJob : PlanningJob{id=null, jobId='null', status='null', hardConstraintMatches='null', softConstraintMatches='null', timeMillisSpent='null'}
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.208 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to delete PlanningJob : 1001
Hibernate: select planningjo0_.id as id1_18_0_, planningjo0_.hard_constraint_matches as hard_con2_18_0_, planningjo0_.job_id as job_id3_18_0_, planningjo0_.parameterization_id as paramete7_18_0_, planningjo0_.soft_constraint_matches as soft_con4_18_0_, planningjo0_.status as status5_18_0_, planningjo0_.time_millis_spent as time_mil6_18_0_, staffroste1_.id as id1_28_1_, staffroste1_.description as descript2_28_1_, staffroste1_.duration as duration3_28_1_, staffroste1_.first_shift_date_id as first_sh8_28_1_, staffroste1_.hard_constraint_matches as hard_con4_28_1_, staffroste1_.last_run_time as last_run5_28_1_, staffroste1_.last_shift_date_id as last_shi9_28_1_, staffroste1_.name as name6_28_1_, staffroste1_.planning_window_end_id as plannin10_28_1_, staffroste1_.planning_window_start_id as plannin11_28_1_, staffroste1_.soft_constraint_matches as soft_con7_28_1_, shiftdate2_.id as id1_22_2_, shiftdate2_.date as date2_22_2_, shiftdate2_.day_index as day_inde3_22_2_, shiftdate2_.day_of_week as day_of_w4_22_2_, shiftdate3_.id as id1_22_3_, shiftdate3_.date as date2_22_3_, shiftdate3_.day_index as day_inde3_22_3_, shiftdate3_.day_of_week as day_of_w4_22_3_, shiftdate4_.id as id1_22_4_, shiftdate4_.date as date2_22_4_, shiftdate4_.day_index as day_inde3_22_4_, shiftdate4_.day_of_week as day_of_w4_22_4_, shiftdate5_.id as id1_22_5_, shiftdate5_.date as date2_22_5_, shiftdate5_.day_index as day_inde3_22_5_, shiftdate5_.day_of_week as day_of_w4_22_5_ from planning_job planningjo0_ left outer join staff_roster_parametrization staffroste1_ on planningjo0_.parameterization_id=staffroste1_.id left outer join shift_date shiftdate2_ on staffroste1_.first_shift_date_id=shiftdate2_.id left outer join shift_date shiftdate3_ on staffroste1_.last_shift_date_id=shiftdate3_.id left outer join shift_date shiftdate4_ on staffroste1_.planning_window_end_id=shiftdate4_.id left outer join shift_date shiftdate5_ on staffroste1_.planning_window_start_id=shiftdate5_.id where planningjo0_.id=?
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.225 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to get PlanningJob : 1001
Hibernate: select planningjo0_.id as id1_18_0_, planningjo0_.hard_constraint_matches as hard_con2_18_0_, planningjo0_.job_id as job_id3_18_0_, planningjo0_.parameterization_id as paramete7_18_0_, planningjo0_.soft_constraint_matches as soft_con4_18_0_, planningjo0_.status as status5_18_0_, planningjo0_.time_millis_spent as time_mil6_18_0_, staffroste1_.id as id1_28_1_, staffroste1_.description as descript2_28_1_, staffroste1_.duration as duration3_28_1_, staffroste1_.first_shift_date_id as first_sh8_28_1_, staffroste1_.hard_constraint_matches as hard_con4_28_1_, staffroste1_.last_run_time as last_run5_28_1_, staffroste1_.last_shift_date_id as last_shi9_28_1_, staffroste1_.name as name6_28_1_, staffroste1_.planning_window_end_id as plannin10_28_1_, staffroste1_.planning_window_start_id as plannin11_28_1_, staffroste1_.soft_constraint_matches as soft_con7_28_1_, shiftdate2_.id as id1_22_2_, shiftdate2_.date as date2_22_2_, shiftdate2_.day_index as day_inde3_22_2_, shiftdate2_.day_of_week as day_of_w4_22_2_, shiftdate3_.id as id1_22_3_, shiftdate3_.date as date2_22_3_, shiftdate3_.day_index as day_inde3_22_3_, shiftdate3_.day_of_week as day_of_w4_22_3_, shiftdate4_.id as id1_22_4_, shiftdate4_.date as date2_22_4_, shiftdate4_.day_index as day_inde3_22_4_, shiftdate4_.day_of_week as day_of_w4_22_4_, shiftdate5_.id as id1_22_5_, shiftdate5_.date as date2_22_5_, shiftdate5_.day_index as day_inde3_22_5_, shiftdate5_.day_of_week as day_of_w4_22_5_ from planning_job planningjo0_ left outer join staff_roster_parametrization staffroste1_ on planningjo0_.parameterization_id=staffroste1_.id left outer join shift_date shiftdate2_ on staffroste1_.first_shift_date_id=shiftdate2_.id left outer join shift_date shiftdate3_ on staffroste1_.last_shift_date_id=shiftdate3_.id left outer join shift_date shiftdate4_ on staffroste1_.planning_window_end_id=shiftdate4_.id left outer join shift_date shiftdate5_ on staffroste1_.planning_window_start_id=shiftdate5_.id where planningjo0_.id=?
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.260 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to sync PlanningJobs' statuses
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.279 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to get all PlanningJobs
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.296 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to sync PlanningJob status: 1001
Hibernate: select planningjo0_.id as id1_18_0_, planningjo0_.hard_constraint_matches as hard_con2_18_0_, planningjo0_.job_id as job_id3_18_0_, planningjo0_.parameterization_id as paramete7_18_0_, planningjo0_.soft_constraint_matches as soft_con4_18_0_, planningjo0_.status as status5_18_0_, planningjo0_.time_millis_spent as time_mil6_18_0_, staffroste1_.id as id1_28_1_, staffroste1_.description as descript2_28_1_, staffroste1_.duration as duration3_28_1_, staffroste1_.first_shift_date_id as first_sh8_28_1_, staffroste1_.hard_constraint_matches as hard_con4_28_1_, staffroste1_.last_run_time as last_run5_28_1_, staffroste1_.last_shift_date_id as last_shi9_28_1_, staffroste1_.name as name6_28_1_, staffroste1_.planning_window_end_id as plannin10_28_1_, staffroste1_.planning_window_start_id as plannin11_28_1_, staffroste1_.soft_constraint_matches as soft_con7_28_1_, shiftdate2_.id as id1_22_2_, shiftdate2_.date as date2_22_2_, shiftdate2_.day_index as day_inde3_22_2_, shiftdate2_.day_of_week as day_of_w4_22_2_, shiftdate3_.id as id1_22_3_, shiftdate3_.date as date2_22_3_, shiftdate3_.day_index as day_inde3_22_3_, shiftdate3_.day_of_week as day_of_w4_22_3_, shiftdate4_.id as id1_22_4_, shiftdate4_.date as date2_22_4_, shiftdate4_.day_index as day_inde3_22_4_, shiftdate4_.day_of_week as day_of_w4_22_4_, shiftdate5_.id as id1_22_5_, shiftdate5_.date as date2_22_5_, shiftdate5_.day_index as day_inde3_22_5_, shiftdate5_.day_of_week as day_of_w4_22_5_ from planning_job planningjo0_ left outer join staff_roster_parametrization staffroste1_ on planningjo0_.parameterization_id=staffroste1_.id left outer join shift_date shiftdate2_ on staffroste1_.first_shift_date_id=shiftdate2_.id left outer join shift_date shiftdate3_ on staffroste1_.last_shift_date_id=shiftdate3_.id left outer join shift_date shiftdate4_ on staffroste1_.planning_window_end_id=shiftdate4_.id left outer join shift_date shiftdate5_ on staffroste1_.planning_window_start_id=shiftdate5_.id where planningjo0_.id=?
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.312 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to delete PlanningJob : 6
Hibernate: delete from planning_job where id=?
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into planning_job (id, hard_constraint_matches, job_id, parameterization_id, soft_constraint_matches, status, time_millis_spent) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.336 DEBUG 137 --- [ main] c.t.s.web.rest.PlanningJobResource : REST request to sync PlanningJobs' statuses
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Hibernate: update planning_job set hard_constraint_matches=?, job_id=?, parameterization_id=?, soft_constraint_matches=?, status=?, time_millis_spent=? where id=?
Hibernate: select planningjo0_.id as id1_18_, planningjo0_.hard_constraint_matches as hard_con2_18_, planningjo0_.job_id as job_id3_18_, planningjo0_.parameterization_id as paramete7_18_, planningjo0_.soft_constraint_matches as soft_con4_18_, planningjo0_.status as status5_18_, planningjo0_.time_millis_spent as time_mil6_18_ from planning_job planningjo0_
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec - in com.teammachine.staffrostering.web.rest.PlanningJobResourceIntTest
Running com.teammachine.staffrostering.web.rest.ScheduleResourceIntTest
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.373 DEBUG 137 --- [ main] c.t.s.web.rest.ScheduleResource : REST request to get daily schedule
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and shiftdate4_.date=?
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in com.teammachine.staffrostering.web.rest.ScheduleResourceIntTest
Running com.teammachine.staffrostering.web.rest.ScheduleResourceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.teammachine.staffrostering.web.rest.ScheduleResourceTest
Running com.teammachine.staffrostering.web.rest.ShiftAssignmentResourceIntTest
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.436 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to get ShiftAssignments
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.461 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to get ShiftAssignments
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id cross join shift shift3_ cross join shift_date shiftdate4_ where shiftassig0_.shift_id=shift3_.id and shift3_.shift_date_id=shiftdate4_.id and (shiftdate4_.day_index between ? and ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.485 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to get ShiftAssignments
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.503 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to get ShiftAssignment : 275
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id where shiftassig0_.id=?
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
2017-01-28 09:19:15.525 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to delete ShiftAssignment : 276
Hibernate: delete from shift_assignment where id=?
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
2017-01-28 09:19:15.546 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to save ShiftAssignment : ShiftAssignment{id=null, indexInShift='1', isNeedToReassign='false', isDropped='false', locked='false'}
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
2017-01-28 09:19:15.565 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to get ShiftAssignment : 9223372036854775807
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id where shiftassig0_.id=?
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
2017-01-28 09:19:15.585 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftAssignmentResource : REST request to update ShiftAssignment : ShiftAssignment{id=278, indexInShift='2', isNeedToReassign='true', isDropped='true', locked='true'}
Hibernate: update shift_assignment set employee_id=?, index_in_shift=?, is_dropped=?, is_need_to_reassign=?, locked=?, shift_id=? where id=?
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in com.teammachine.staffrostering.web.rest.ShiftAssignmentResourceIntTest
Running com.teammachine.staffrostering.web.rest.ShiftDateResourceIntTest
2017-01-28 09:19:15.610 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftDateResource : REST request to get ShiftDate : 9223372036854775807
Hibernate: select shiftdate0_.id as id1_22_0_, shiftdate0_.date as date2_22_0_, shiftdate0_.day_index as day_inde3_22_0_, shiftdate0_.day_of_week as day_of_w4_22_0_ from shift_date shiftdate0_ where shiftdate0_.id=?
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_
2017-01-28 09:19:15.630 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftDateResource : REST request to save ShiftDate : ShiftDate{id=null, dayIndex='1', date='1970-01-01', dayOfWeek='MONDAY'}
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
2017-01-28 09:19:15.645 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftDateResource : REST request to get all ShiftDates
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_ order by shiftdate0_.date asc
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
2017-01-28 09:19:15.663 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftDateResource : REST request to get ShiftDate : 70
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_
2017-01-28 09:19:15.681 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftDateResource : REST request to delete ShiftDate : 71
Hibernate: delete from shift_date where id=?
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_
Hibernate: insert into shift_date (id, date, day_index, day_of_week) values (null, ?, ?, ?)
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_
2017-01-28 09:19:15.703 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftDateResource : REST request to update ShiftDate : ShiftDate{id=72, dayIndex='2', date='2017-01-28', dayOfWeek='TUESDAY'}
Hibernate: update shift_date set date=?, day_index=?, day_of_week=? where id=?
Hibernate: select shiftdate0_.id as id1_22_, shiftdate0_.date as date2_22_, shiftdate0_.day_index as day_inde3_22_, shiftdate0_.day_of_week as day_of_w4_22_ from shift_date shiftdate0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in com.teammachine.staffrostering.web.rest.ShiftDateResourceIntTest
Running com.teammachine.staffrostering.web.rest.ShiftResourceIntTest
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
2017-01-28 09:19:15.746 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftResource : REST request to get Shift : 9223372036854775807
Hibernate: select shift0_.id as id1_19_0_, shift0_.index as index2_19_0_, shift0_.shift_date_id as shift_da4_19_0_, shift0_.shift_type_id as shift_ty5_19_0_, shift0_.staff_required as staff_re3_19_0_, shiftdate1_.id as id1_22_1_, shiftdate1_.date as date2_22_1_, shiftdate1_.day_index as day_inde3_22_1_, shiftdate1_.day_of_week as day_of_w4_22_1_, shifttype2_.id as id1_23_2_, shifttype2_.code as code2_23_2_, shifttype2_.description as descript3_23_2_, shifttype2_.end_time as end_time4_23_2_, shifttype2_.index as index5_23_2_, shifttype2_.night_shift as night_sh6_23_2_, shifttype2_.start_time as start_ti7_23_2_, shifttype2_.background_color as backgrou8_23_2_, shifttype2_.icon as icon9_23_2_, shifttype2_.text_color as text_co10_23_2_ from shift shift0_ left outer join shift_date shiftdate1_ on shift0_.shift_date_id=shiftdate1_.id left outer join shift_type shifttype2_ on shift0_.shift_type_id=shifttype2_.id where shift0_.id=?
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
2017-01-28 09:19:15.766 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftResource : REST request to delete Shift : 182
Hibernate: delete from shift where id=?
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
2017-01-28 09:19:15.797 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftResource : REST request to update Shift : Shift{id=183, index='2', staffRequired='3'}
Hibernate: update shift set index=?, shift_date_id=?, shift_type_id=?, staff_required=? where id=?
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
Hibernate: select shiftassig0_.id as id1_20_, shiftassig0_.employee_id as employee6_20_, shiftassig0_.index_in_shift as index_in2_20_, shiftassig0_.is_dropped as is_dropp3_20_, shiftassig0_.is_need_to_reassign as is_need_4_20_, shiftassig0_.locked as locked5_20_, shiftassig0_.shift_id as shift_id7_20_ from shift_assignment shiftassig0_
2017-01-28 09:19:15.820 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftResource : REST request to save Shift : Shift{id=null, index='1', staffRequired='2'}
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: insert into shift_assignment_task (shift_assignment_id, task_id) values (?, ?)
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
2017-01-28 09:19:15.842 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftResource : REST request to get all Shifts
Hibernate: select shift0_.id as id1_19_, shift0_.index as index2_19_, shift0_.shift_date_id as shift_da4_19_, shift0_.shift_type_id as shift_ty5_19_, shift0_.staff_required as staff_re3_19_ from shift shift0_
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift_type_task (shift_type_id, task_id) values (?, ?)
Hibernate: insert into shift (id, index, shift_date_id, shift_type_id, staff_required) values (null, ?, ?, ?, ?)
2017-01-28 09:19:15.859 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftResource : REST request to get Shift : 186
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in com.teammachine.staffrostering.web.rest.ShiftResourceIntTest
Running com.teammachine.staffrostering.web.rest.ShiftTypeResourceIntTest
2017-01-28 09:19:15.894 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftTypeResource : REST request to get ShiftType : 9223372036854775807
Hibernate: select shifttype0_.id as id1_23_0_, task2_.id as id1_29_1_, shifttype0_.code as code2_23_0_, shifttype0_.description as descript3_23_0_, shifttype0_.end_time as end_time4_23_0_, shifttype0_.index as index5_23_0_, shifttype0_.night_shift as night_sh6_23_0_, shifttype0_.start_time as start_ti7_23_0_, shifttype0_.background_color as backgrou8_23_0_, shifttype0_.icon as icon9_23_0_, shifttype0_.text_color as text_co10_23_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasks1_.shift_type_id as shift_ty1_23_0__, tasks1_.task_id as task_id2_24_0__ from shift_type shifttype0_ left outer join shift_type_task tasks1_ on shifttype0_.id=tasks1_.shift_type_id left outer join task task2_ on tasks1_.task_id=task2_.id where shifttype0_.id=?
Hibernate: select shifttype0_.id as id1_23_, shifttype0_.code as code2_23_, shifttype0_.description as descript3_23_, shifttype0_.end_time as end_time4_23_, shifttype0_.index as index5_23_, shifttype0_.night_shift as night_sh6_23_, shifttype0_.start_time as start_ti7_23_, shifttype0_.background_color as backgrou8_23_, shifttype0_.icon as icon9_23_, shifttype0_.text_color as text_co10_23_ from shift_type shifttype0_
2017-01-28 09:19:15.924 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftTypeResource : REST request to save ShiftType : ShiftType{id=null, code='AAAAA', index='1', description='AAAAA', nightShift='false', startTime='06:30', endTime='14:30'}
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select shifttype0_.id as id1_23_, shifttype0_.code as code2_23_, shifttype0_.description as descript3_23_, shifttype0_.end_time as end_time4_23_, shifttype0_.index as index5_23_, shifttype0_.night_shift as night_sh6_23_, shifttype0_.start_time as start_ti7_23_, shifttype0_.background_color as backgrou8_23_, shifttype0_.icon as icon9_23_, shifttype0_.text_color as text_co10_23_ from shift_type shifttype0_
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.949 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftTypeResource : REST request to get all ShiftTypes
Hibernate: select distinct shifttype0_.id as id1_23_0_, task2_.id as id1_29_1_, shifttype0_.code as code2_23_0_, shifttype0_.description as descript3_23_0_, shifttype0_.end_time as end_time4_23_0_, shifttype0_.index as index5_23_0_, shifttype0_.night_shift as night_sh6_23_0_, shifttype0_.start_time as start_ti7_23_0_, shifttype0_.background_color as backgrou8_23_0_, shifttype0_.icon as icon9_23_0_, shifttype0_.text_color as text_co10_23_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasks1_.shift_type_id as shift_ty1_23_0__, tasks1_.task_id as task_id2_24_0__ from shift_type shifttype0_ left outer join shift_type_task tasks1_ on shifttype0_.id=tasks1_.shift_type_id left outer join task task2_ on tasks1_.task_id=task2_.id
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:15.971 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftTypeResource : REST request to get ShiftType : 50
Hibernate: select shifttype0_.id as id1_23_0_, task2_.id as id1_29_1_, shifttype0_.code as code2_23_0_, shifttype0_.description as descript3_23_0_, shifttype0_.end_time as end_time4_23_0_, shifttype0_.index as index5_23_0_, shifttype0_.night_shift as night_sh6_23_0_, shifttype0_.start_time as start_ti7_23_0_, shifttype0_.background_color as backgrou8_23_0_, shifttype0_.icon as icon9_23_0_, shifttype0_.text_color as text_co10_23_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasks1_.shift_type_id as shift_ty1_23_0__, tasks1_.task_id as task_id2_24_0__ from shift_type shifttype0_ left outer join shift_type_task tasks1_ on shifttype0_.id=tasks1_.shift_type_id left outer join task task2_ on tasks1_.task_id=task2_.id where shifttype0_.id=?
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select shifttype0_.id as id1_23_, shifttype0_.code as code2_23_, shifttype0_.description as descript3_23_, shifttype0_.end_time as end_time4_23_, shifttype0_.index as index5_23_, shifttype0_.night_shift as night_sh6_23_, shifttype0_.start_time as start_ti7_23_, shifttype0_.background_color as backgrou8_23_, shifttype0_.icon as icon9_23_, shifttype0_.text_color as text_co10_23_ from shift_type shifttype0_
2017-01-28 09:19:15.989 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftTypeResource : REST request to delete ShiftType : 51
Hibernate: delete from shift_type where id=?
Hibernate: select shifttype0_.id as id1_23_, shifttype0_.code as code2_23_, shifttype0_.description as descript3_23_, shifttype0_.end_time as end_time4_23_, shifttype0_.index as index5_23_, shifttype0_.night_shift as night_sh6_23_, shifttype0_.start_time as start_ti7_23_, shifttype0_.background_color as backgrou8_23_, shifttype0_.icon as icon9_23_, shifttype0_.text_color as text_co10_23_ from shift_type shifttype0_
Hibernate: insert into shift_type (id, code, description, end_time, index, night_shift, start_time, background_color, icon, text_color) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select shifttype0_.id as id1_23_, shifttype0_.code as code2_23_, shifttype0_.description as descript3_23_, shifttype0_.end_time as end_time4_23_, shifttype0_.index as index5_23_, shifttype0_.night_shift as night_sh6_23_, shifttype0_.start_time as start_ti7_23_, shifttype0_.background_color as backgrou8_23_, shifttype0_.icon as icon9_23_, shifttype0_.text_color as text_co10_23_ from shift_type shifttype0_
2017-01-28 09:19:16.011 DEBUG 137 --- [ main] c.t.s.web.rest.ShiftTypeResource : REST request to update ShiftType : ShiftType{id=52, code='BBBBB', index='2', description='BBBBB', nightShift='true', startTime='06:00', endTime='14:00'}
Hibernate: update shift_type set code=?, description=?, end_time=?, index=?, night_shift=?, start_time=?, background_color=?, icon=?, text_color=? where id=?
Hibernate: select shifttype0_.id as id1_23_, shifttype0_.code as code2_23_, shifttype0_.description as descript3_23_, shifttype0_.end_time as end_time4_23_, shifttype0_.index as index5_23_, shifttype0_.night_shift as night_sh6_23_, shifttype0_.start_time as start_ti7_23_, shifttype0_.background_color as backgrou8_23_, shifttype0_.icon as icon9_23_, shifttype0_.text_color as text_co10_23_ from shift_type shifttype0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in com.teammachine.staffrostering.web.rest.ShiftTypeResourceIntTest
Running com.teammachine.staffrostering.web.rest.SkillProficiencyResourceIntTest
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
2017-01-28 09:19:16.043 DEBUG 137 --- [ main] c.t.s.web.rest.SkillProficiencyResource : REST request to get all SkillProficiencies
Hibernate: select distinct skillprofi0_.id as id1_26_0_, skill2_.id as id1_25_1_, skillprofi0_.employee_id as employee2_26_0_, skill2_.code as code2_25_1_, skill2_.rotation_period_unit as rotation3_25_1_, skill2_.rotation_period_value as rotation4_25_1_, skilllist1_.skill_proficiencies_id as skill_pr1_26_0__, skilllist1_.skill_lists_id as skill_li2_27_0__ from skill_proficiency skillprofi0_ left outer join skill_proficiency_skill_list skilllist1_ on skillprofi0_.id=skilllist1_.skill_proficiencies_id left outer join skill skill2_ on skilllist1_.skill_lists_id=skill2_.id
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: select skillprofi0_.id as id1_26_, skillprofi0_.employee_id as employee2_26_ from skill_proficiency skillprofi0_
2017-01-28 09:19:16.060 DEBUG 137 --- [ main] c.t.s.web.rest.SkillProficiencyResource : REST request to delete SkillProficiency : 12
Hibernate: delete from skill_proficiency where id=?
Hibernate: select skillprofi0_.id as id1_26_, skillprofi0_.employee_id as employee2_26_ from skill_proficiency skillprofi0_
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: select skillprofi0_.id as id1_26_, skillprofi0_.employee_id as employee2_26_ from skill_proficiency skillprofi0_
2017-01-28 09:19:16.076 DEBUG 137 --- [ main] c.t.s.web.rest.SkillProficiencyResource : REST request to update SkillProficiency : SkillProficiency{id=13}
Hibernate: select skillprofi0_.id as id1_26_, skillprofi0_.employee_id as employee2_26_ from skill_proficiency skillprofi0_
2017-01-28 09:19:16.088 DEBUG 137 --- [ main] c.t.s.web.rest.SkillProficiencyResource : REST request to get SkillProficiency : 9223372036854775807
Hibernate: select skillprofi0_.id as id1_26_0_, skill2_.id as id1_25_1_, skillprofi0_.employee_id as employee2_26_0_, skill2_.code as code2_25_1_, skill2_.rotation_period_unit as rotation3_25_1_, skill2_.rotation_period_value as rotation4_25_1_, skilllist1_.skill_proficiencies_id as skill_pr1_26_0__, skilllist1_.skill_lists_id as skill_li2_27_0__ from skill_proficiency skillprofi0_ left outer join skill_proficiency_skill_list skilllist1_ on skillprofi0_.id=skilllist1_.skill_proficiencies_id left outer join skill skill2_ on skilllist1_.skill_lists_id=skill2_.id where skillprofi0_.id=?
Hibernate: select skillprofi0_.id as id1_26_, skillprofi0_.employee_id as employee2_26_ from skill_proficiency skillprofi0_
2017-01-28 09:19:16.103 DEBUG 137 --- [ main] c.t.s.web.rest.SkillProficiencyResource : REST request to save SkillProficiency : SkillProficiency{id=null}
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
Hibernate: select skillprofi0_.id as id1_26_, skillprofi0_.employee_id as employee2_26_ from skill_proficiency skillprofi0_
Hibernate: insert into skill_proficiency (id, employee_id) values (null, ?)
2017-01-28 09:19:16.117 DEBUG 137 --- [ main] c.t.s.web.rest.SkillProficiencyResource : REST request to get SkillProficiency : 15
Hibernate: select skillprofi0_.id as id1_26_0_, skill2_.id as id1_25_1_, skillprofi0_.employee_id as employee2_26_0_, skill2_.code as code2_25_1_, skill2_.rotation_period_unit as rotation3_25_1_, skill2_.rotation_period_value as rotation4_25_1_, skilllist1_.skill_proficiencies_id as skill_pr1_26_0__, skilllist1_.skill_lists_id as skill_li2_27_0__ from skill_proficiency skillprofi0_ left outer join skill_proficiency_skill_list skilllist1_ on skillprofi0_.id=skilllist1_.skill_proficiencies_id left outer join skill skill2_ on skilllist1_.skill_lists_id=skill2_.id where skillprofi0_.id=?
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in com.teammachine.staffrostering.web.rest.SkillProficiencyResourceIntTest
Running com.teammachine.staffrostering.web.rest.SkillResourceIntTest
2017-01-28 09:19:16.153 DEBUG 137 --- [ main] c.t.s.web.rest.SkillResource : REST request to get Skill : 9223372036854775807
Hibernate: select skill0_.id as id1_25_0_, skill0_.code as code2_25_0_, skill0_.rotation_period_unit as rotation3_25_0_, skill0_.rotation_period_value as rotation4_25_0_ from skill skill0_ where skill0_.id=?
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
2017-01-28 09:19:16.171 DEBUG 137 --- [ main] c.t.s.web.rest.SkillResource : REST request to delete Skill : 4
Hibernate: delete from skill where id=?
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
2017-01-28 09:19:16.189 DEBUG 137 --- [ main] c.t.s.web.rest.SkillResource : REST request to update Skill : Skill{id=5, code='BBBBB'}
Hibernate: update skill set code=?, rotation_period_unit=?, rotation_period_value=? where id=?
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
2017-01-28 09:19:16.205 DEBUG 137 --- [ main] c.t.s.web.rest.SkillResource : REST request to save Skill : Skill{id=null, code='AAAAA'}
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
2017-01-28 09:19:16.219 DEBUG 137 --- [ main] c.t.s.web.rest.SkillResource : REST request to get all Skills
Hibernate: select skill0_.id as id1_25_, skill0_.code as code2_25_, skill0_.rotation_period_unit as rotation3_25_, skill0_.rotation_period_value as rotation4_25_ from skill skill0_
Hibernate: insert into skill (id, code, rotation_period_unit, rotation_period_value) values (null, ?, ?, ?)
2017-01-28 09:19:16.233 DEBUG 137 --- [ main] c.t.s.web.rest.SkillResource : REST request to get Skill : 8
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in com.teammachine.staffrostering.web.rest.SkillResourceIntTest
Running com.teammachine.staffrostering.web.rest.StaffRosterParametrizationResourceIntTest
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
2017-01-28 09:19:16.274 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to save StaffRosterParametrization : StaffRosterParametrization{id=null, name='AAAAA', description='AAAAA', hardConstraintMatches='1', softConstraintMatches='1', lastRunTime='1970-01-01T00:00Z[GMT]', duration='null'}
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
2017-01-28 09:19:16.292 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to delete StaffRosterParametrization : 14
Hibernate: delete from staff_roster_parametrization where id=?
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
2017-01-28 09:19:16.309 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to update StaffRosterParametrization : StaffRosterParametrization{id=15, name='BBBBB', description='BBBBB', hardConstraintMatches='2', softConstraintMatches='2', lastRunTime='2017-01-28T09:19:16Z[GMT]', duration='null'}
Hibernate: update staff_roster_parametrization set description=?, duration=?, first_shift_date_id=?, hard_constraint_matches=?, last_run_time=?, last_shift_date_id=?, name=?, planning_window_end_id=?, planning_window_start_id=?, soft_constraint_matches=? where id=?
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
2017-01-28 09:19:16.323 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to get StaffRosterParametrization : 9223372036854775807
Hibernate: select staffroste0_.id as id1_28_0_, staffroste0_.description as descript2_28_0_, staffroste0_.duration as duration3_28_0_, staffroste0_.first_shift_date_id as first_sh8_28_0_, staffroste0_.hard_constraint_matches as hard_con4_28_0_, staffroste0_.last_run_time as last_run5_28_0_, staffroste0_.last_shift_date_id as last_shi9_28_0_, staffroste0_.name as name6_28_0_, staffroste0_.planning_window_end_id as plannin10_28_0_, staffroste0_.planning_window_start_id as plannin11_28_0_, staffroste0_.soft_constraint_matches as soft_con7_28_0_, shiftdate1_.id as id1_22_1_, shiftdate1_.date as date2_22_1_, shiftdate1_.day_index as day_inde3_22_1_, shiftdate1_.day_of_week as day_of_w4_22_1_, shiftdate2_.id as id1_22_2_, shiftdate2_.date as date2_22_2_, shiftdate2_.day_index as day_inde3_22_2_, shiftdate2_.day_of_week as day_of_w4_22_2_, shiftdate3_.id as id1_22_3_, shiftdate3_.date as date2_22_3_, shiftdate3_.day_index as day_inde3_22_3_, shiftdate3_.day_of_week as day_of_w4_22_3_, shiftdate4_.id as id1_22_4_, shiftdate4_.date as date2_22_4_, shiftdate4_.day_index as day_inde3_22_4_, shiftdate4_.day_of_week as day_of_w4_22_4_ from staff_roster_parametrization staffroste0_ left outer join shift_date shiftdate1_ on staffroste0_.first_shift_date_id=shiftdate1_.id left outer join shift_date shiftdate2_ on staffroste0_.last_shift_date_id=shiftdate2_.id left outer join shift_date shiftdate3_ on staffroste0_.planning_window_end_id=shiftdate3_.id left outer join shift_date shiftdate4_ on staffroste0_.planning_window_start_id=shiftdate4_.id where staffroste0_.id=?
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:16.338 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to get StaffRosterParametrization : 16
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:16.351 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to get all StaffRosterParametrizations
Hibernate: select staffroste0_.id as id1_28_, staffroste0_.description as descript2_28_, staffroste0_.duration as duration3_28_, staffroste0_.first_shift_date_id as first_sh8_28_, staffroste0_.hard_constraint_matches as hard_con4_28_, staffroste0_.last_run_time as last_run5_28_, staffroste0_.last_shift_date_id as last_shi9_28_, staffroste0_.name as name6_28_, staffroste0_.planning_window_end_id as plannin10_28_, staffroste0_.planning_window_start_id as plannin11_28_, staffroste0_.soft_constraint_matches as soft_con7_28_ from staff_roster_parametrization staffroste0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in com.teammachine.staffrostering.web.rest.StaffRosterParametrizationResourceIntTest
Running com.teammachine.staffrostering.web.rest.StaffRosterResourceIntTest
Hibernate: insert into staff_roster_parametrization (id, description, duration, first_shift_date_id, hard_constraint_matches, last_run_time, last_shift_date_id, name, planning_window_end_id, planning_window_start_id, soft_constraint_matches) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into shift_assignment (id, employee_id, index_in_shift, is_dropped, is_need_to_reassign, locked, shift_id) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: insert into employee (id, active, code, contract_id, name) values (null, ?, ?, ?, ?)
2017-01-28 09:19:16.373 DEBUG 137 --- [ main] s.w.r.StaffRosterParametrizationResource : REST request to create StaffRoster : com.teammachine.staffrostering.web.rest.dto.StaffRosterDTO@1550c2e0
Hibernate: select staffroste0_.id as id1_28_0_, staffroste0_.description as descript2_28_0_, staffroste0_.duration as duration3_28_0_, staffroste0_.first_shift_date_id as first_sh8_28_0_, staffroste0_.hard_constraint_matches as hard_con4_28_0_, staffroste0_.last_run_time as last_run5_28_0_, staffroste0_.last_shift_date_id as last_shi9_28_0_, staffroste0_.name as name6_28_0_, staffroste0_.planning_window_end_id as plannin10_28_0_, staffroste0_.planning_window_start_id as plannin11_28_0_, staffroste0_.soft_constraint_matches as soft_con7_28_0_ from staff_roster_parametrization staffroste0_ where staffroste0_.id=?
Hibernate: update staff_roster_parametrization set description=?, duration=?, first_shift_date_id=?, hard_constraint_matches=?, last_run_time=?, last_shift_date_id=?, name=?, planning_window_end_id=?, planning_window_start_id=?, soft_constraint_matches=? where id=?
Hibernate: select shiftassig0_.id as id1_20_0_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_ from shift_assignment shiftassig0_ where shiftassig0_.id=?
Hibernate: select employee0_.id as id1_2_0_, employee0_.active as active2_2_0_, employee0_.code as code3_2_0_, employee0_.contract_id as contract5_2_0_, employee0_.name as name4_2_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, contractli2_.contract_id as contrac12_0_2_, contractli2_.id as id2_1_2_, contractli2_.id as id2_1_3_, contractli2_.contract_id as contrac12_1_3_, contractli2_.contract_line_type as contract3_1_3_, contractli2_.enabled as enabled4_1_3_, contractli2_.weight as weight5_1_3_, contractli2_.maximum_enabled as maximum_6_1_3_, contractli2_.maximum_value as maximum_7_1_3_, contractli2_.maximum_weight as maximum_8_1_3_, contractli2_.minimum_enabled as minimum_9_1_3_, contractli2_.minimum_value as minimum10_1_3_, contractli2_.minimum_weight as minimum11_1_3_, contractli2_.boolean_or_minmax as boolean_1_1_3_, weekenddef3_.id as id1_33_4_, weekenddef3_.description as descript2_33_4_, days4_.weekend_definition_id as weekend_1_33_5_, days4_.day_of_week as day_of_w2_32_5_ from employee employee0_ left outer join contract contract1_ on employee0_.contract_id=contract1_.id left outer join contract_line contractli2_ on contract1_.id=contractli2_.contract_id left outer join weekend_definition weekenddef3_ on contract1_.weekend_definition_id=weekenddef3_.id left outer join weekend_day days4_ on weekenddef3_.id=days4_.weekend_definition_id where employee0_.id=?
Hibernate: select tasklist0_.shift_assignment_id as shift_as1_20_0_, tasklist0_.task_id as task_id2_21_0_, task1_.id as id1_29_1_, task1_.code as code2_29_1_, task1_.description as descript3_29_1_, task1_.importance as importan4_29_1_, task1_.staff_needed as staff_ne5_29_1_, task1_.background_color as backgrou6_29_1_, task1_.icon as icon7_29_1_, task1_.text_color as text_col8_29_1_, task1_.task_type as task_typ9_29_1_, task1_.urgency as urgency10_29_1_ from shift_assignment_task tasklist0_ inner join task task1_ on tasklist0_.task_id=task1_.id where tasklist0_.shift_assignment_id=?
Hibernate: update shift_assignment set employee_id=?, index_in_shift=?, is_dropped=?, is_need_to_reassign=?, locked=?, shift_id=? where id=?
Hibernate: select distinct shiftassig0_.id as id1_20_0_, task2_.id as id1_29_1_, shiftassig0_.employee_id as employee6_20_0_, shiftassig0_.index_in_shift as index_in2_20_0_, shiftassig0_.is_dropped as is_dropp3_20_0_, shiftassig0_.is_need_to_reassign as is_need_4_20_0_, shiftassig0_.locked as locked5_20_0_, shiftassig0_.shift_id as shift_id7_20_0_, task2_.code as code2_29_1_, task2_.description as descript3_29_1_, task2_.importance as importan4_29_1_, task2_.staff_needed as staff_ne5_29_1_, task2_.background_color as backgrou6_29_1_, task2_.icon as icon7_29_1_, task2_.text_color as text_col8_29_1_, task2_.task_type as task_typ9_29_1_, task2_.urgency as urgency10_29_1_, tasklist1_.shift_assignment_id as shift_as1_20_0__, tasklist1_.task_id as task_id2_21_0__ from shift_assignment shiftassig0_ left outer join shift_assignment_task tasklist1_ on shiftassig0_.id=tasklist1_.shift_assignment_id left outer join task task2_ on tasklist1_.task_id=task2_.id where shiftassig0_.id=?
Hibernate: select employee0_.id as id1_2_0_, employee0_.active as active2_2_0_, employee0_.code as code3_2_0_, employee0_.contract_id as contract5_2_0_, employee0_.name as name4_2_0_, contract1_.id as id1_0_1_, contract1_.code as code2_0_1_, contract1_.description as descript3_0_1_, contract1_.weekend_definition_id as weekend_4_0_1_, contractli2_.contract_id as contrac12_0_2_, contractli2_.id as id2_1_2_, contractli2_.id as id2_1_3_, contractli2_.contract_id as contrac12_1_3_, contractli2_.contract_line_type as contract3_1_3_, contractli2_.enabled as enabled4_1_3_, contractli2_.weight as weight5_1_3_, contractli2_.maximum_enabled as maximum_6_1_3_, contractli2_.maximum_value as maximum_7_1_3_, contractli2_.maximum_weight as maximum_8_1_3_, contractli2_.minimum_enabled as minimum_9_1_3_, contractli2_.minimum_value as minimum10_1_3_, contractli2_.minimum_weight as minimum11_1_3_, contractli2_.boolean_or_minmax as boolean_1_1_3_, weekenddef3_.id as id1_33_4_, weekenddef3_.description as descript2_33_4_, days4_.weekend_definition_id as weekend_1_33_5_, days4_.day_of_week as day_of_w2_32_5_ from employee employee0_ left outer join contract contract1_ on employee0_.contract_id=contract1_.id left outer join contract_line contractli2_ on contract1_.id=contractli2_.contract_id left outer join weekend_definition weekenddef3_ on contract1_.weekend_definition_id=weekenddef3_.id left outer join weekend_day days4_ on weekenddef3_.id=days4_.weekend_definition_id where employee0_.id=?
Hibernate: select staffroste0_.id as id1_28_0_, staffroste0_.description as descript2_28_0_, staffroste0_.duration as duration3_28_0_, staffroste0_.first_shift_date_id as first_sh8_28_0_, staffroste0_.hard_constraint_matches as hard_con4_28_0_, staffroste0_.last_run_time as last_run5_28_0_, staffroste0_.last_shift_date_id as last_shi9_28_0_, staffroste0_.name as name6_28_0_, staffroste0_.planning_window_end_id as plannin10_28_0_, staffroste0_.planning_window_start_id as plannin11_28_0_, staffroste0_.soft_constraint_matches as soft_con7_28_0_, shiftdate1_.id as id1_22_1_, shiftdate1_.date as date2_22_1_, shiftdate1_.day_index as day_inde3_22_1_, shiftdate1_.day_of_week as day_of_w4_22_1_, shiftdate2_.id as id1_22_2_, shiftdate2_.date as date2_22_2_, shiftdate2_.day_index as day_inde3_22_2_, shiftdate2_.day_of_week as day_of_w4_22_2_, shiftdate3_.id as id1_22_3_, shiftdate3_.date as date2_22_3_, shiftdate3_.day_index as day_inde3_22_3_, shiftdate3_.day_of_week as day_of_w4_22_3_, shiftdate4_.id as id1_22_4_, shiftdate4_.date as date2_22_4_, shiftdate4_.day_index as day_inde3_22_4_, shiftdate4_.day_of_week as day_of_w4_22_4_ from staff_roster_parametrization staffroste0_ left outer join shift_date shiftdate1_ on staffroste0_.first_shift_date_id=shiftdate1_.id left outer join shift_date shiftdate2_ on staffroste0_.last_shift_date_id=shiftdate2_.id left outer join shift_date shiftdate3_ on staffroste0_.planning_window_end_id=shiftdate3_.id left outer join shift_date shiftdate4_ on staffroste0_.planning_window_start_id=shiftdate4_.id where staffroste0_.id=?
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in com.teammachine.staffrostering.web.rest.StaffRosterResourceIntTest
Running com.teammachine.staffrostering.web.rest.TaskResourceIntTest
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:16.417 DEBUG 137 --- [ main] c.t.s.web.rest.TaskResource : REST request to get all Tasks
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
2017-01-28 09:19:16.453 DEBUG 137 --- [ main] c.t.s.web.rest.TaskResource : REST request to update Task : Task{id=31, code='BBBBB', description='BBBBB', staffNeeded='2', taskType='FULL', importance='NOT_IMPORTANT', urgency='NOT_URGENT'}
Hibernate: update task set code=?, description=?, importance=?, staff_needed=?, background_color=?, icon=?, text_color=?, task_type=?, urgency=? where id=?
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2017-01-28 09:19:16.472 DEBUG 137 --- [ main] c.t.s.web.rest.TaskResource : REST request to get Task : 32
2017-01-28 09:19:16.484 DEBUG 137 --- [ main] c.t.s.web.rest.TaskResource : REST request to get Task : 9223372036854775807
Hibernate: select task0_.id as id1_29_0_, task0_.code as code2_29_0_, task0_.description as descript3_29_0_, task0_.importance as importan4_29_0_, task0_.staff_needed as staff_ne5_29_0_, task0_.background_color as backgrou6_29_0_, task0_.icon as icon7_29_0_, task0_.text_color as text_col8_29_0_, task0_.task_type as task_typ9_29_0_, task0_.urgency as urgency10_29_0_ from task task0_ where task0_.id=?
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
2017-01-28 09:19:16.501 DEBUG 137 --- [ main] c.t.s.web.rest.TaskResource : REST request to save Task : Task{id=null, code='AAAAA', description='AAAAA', staffNeeded='1', taskType='SHORT', importance='IMPORTANT', urgency='URGENT'}
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
Hibernate: insert into task (id, code, description, importance, staff_needed, background_color, icon, text_color, task_type, urgency) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
2017-01-28 09:19:16.517 DEBUG 137 --- [ main] c.t.s.web.rest.TaskResource : REST request to delete Task : 34
Hibernate: delete from task where id=?
Hibernate: select task0_.id as id1_29_, task0_.code as code2_29_, task0_.description as descript3_29_, task0_.importance as importan4_29_, task0_.staff_needed as staff_ne5_29_, task0_.background_color as backgrou6_29_, task0_.icon as icon7_29_, task0_.text_color as text_col8_29_, task0_.task_type as task_typ9_29_, task0_.urgency as urgency10_29_ from task task0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in com.teammachine.staffrostering.web.rest.TaskResourceIntTest
Running com.teammachine.staffrostering.web.rest.TaskSkillRequirementResourceIntTest
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
2017-01-28 09:19:16.548 DEBUG 137 --- [ main] c.t.s.w.r.TaskSkillRequirementResource : REST request to save TaskSkillRequirement : TaskSkillRequirement{id=null}
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
2017-01-28 09:19:16.564 DEBUG 137 --- [ main] c.t.s.w.r.TaskSkillRequirementResource : REST request to update TaskSkillRequirement : TaskSkillRequirement{id=8}
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
2017-01-28 09:19:16.579 DEBUG 137 --- [ main] c.t.s.w.r.TaskSkillRequirementResource : REST request to delete TaskSkillRequirement : 9
Hibernate: delete from task_skill_requirement where id=?
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
2017-01-28 09:19:16.592 DEBUG 137 --- [ main] c.t.s.w.r.TaskSkillRequirementResource : REST request to get all TaskSkillRequirements
Hibernate: select taskskillr0_.id as id1_30_, taskskillr0_.skill_id as skill_id2_30_, taskskillr0_.task_id as task_id3_30_ from task_skill_requirement taskskillr0_
Hibernate: insert into task_skill_requirement (id, skill_id, task_id) values (null, ?, ?)
2017-01-28 09:19:16.605 DEBUG 137 --- [ main] c.t.s.w.r.TaskSkillRequirementResource : REST request to get TaskSkillRequirement : 11
2017-01-28 09:19:16.619 DEBUG 137 --- [ main] c.t.s.w.r.TaskSkillRequirementResource : REST request to get TaskSkillRequirement : 9223372036854775807
Hibernate: select taskskillr0_.id as id1_30_0_, taskskillr0_.skill_id as skill_id2_30_0_, taskskillr0_.task_id as task_id3_30_0_, skill1_.id as id1_25_1_, skill1_.code as code2_25_1_, skill1_.rotation_period_unit as rotation3_25_1_, skill1_.rotation_period_value as rotation4_25_1_, task2_.id as id1_29_2_, task2_.code as code2_29_2_, task2_.description as descript3_29_2_, task2_.importance as importan4_29_2_, task2_.staff_needed as staff_ne5_29_2_, task2_.background_color as backgrou6_29_2_, task2_.icon as icon7_29_2_, task2_.text_color as text_col8_29_2_, task2_.task_type as task_typ9_29_2_, task2_.urgency as urgency10_29_2_ from task_skill_requirement taskskillr0_ left outer join skill skill1_ on taskskillr0_.skill_id=skill1_.id left outer join task task2_ on taskskillr0_.task_id=task2_.id where taskskillr0_.id=?
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in com.teammachine.staffrostering.web.rest.TaskSkillRequirementResourceIntTest
Running com.teammachine.staffrostering.web.rest.TaskTpyeResourceIntTest
Hibernate: insert into task_tpye (id) values (null)
2017-01-28 09:19:16.646 DEBUG 137 --- [ main] c.t.s.web.rest.TaskTpyeResource : REST request to get all TaskTpyes
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
Hibernate: insert into task_tpye (id) values (null)
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
2017-01-28 09:19:16.663 DEBUG 137 --- [ main] c.t.s.web.rest.TaskTpyeResource : REST request to update TaskTpye : TaskTpye{id=2}
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
2017-01-28 09:19:16.679 DEBUG 137 --- [ main] c.t.s.web.rest.TaskTpyeResource : REST request to save TaskTpye : TaskTpye{id=null}
Hibernate: insert into task_tpye (id) values (null)
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
Hibernate: insert into task_tpye (id) values (null)
2017-01-28 09:19:16.695 DEBUG 137 --- [ main] c.t.s.web.rest.TaskTpyeResource : REST request to get TaskTpye : 4
2017-01-28 09:19:16.709 DEBUG 137 --- [ main] c.t.s.web.rest.TaskTpyeResource : REST request to get TaskTpye : 9223372036854775807
Hibernate: select tasktpye0_.id as id1_31_0_ from task_tpye tasktpye0_ where tasktpye0_.id=?
Hibernate: insert into task_tpye (id) values (null)
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
2017-01-28 09:19:16.736 DEBUG 137 --- [ main] c.t.s.web.rest.TaskTpyeResource : REST request to delete TaskTpye : 5
Hibernate: delete from task_tpye where id=?
Hibernate: select tasktpye0_.id as id1_31_ from task_tpye tasktpye0_
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in com.teammachine.staffrostering.web.rest.TaskTpyeResourceIntTest
Running com.teammachine.staffrostering.web.rest.UserResourceIntTest
2017-01-28 09:19:16.755 DEBUG 137 --- [ main] c.t.s.web.rest.UserResource : REST request to get User : unknown
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
2017-01-28 09:19:16.776 DEBUG 137 --- [ main] c.t.s.web.rest.UserResource : REST request to get User : admin
Hibernate: select user0_.id as id1_14_, user0_.created_by as created_2_14_, user0_.created_date as created_3_14_, user0_.last_modified_by as last_mod4_14_, user0_.last_modified_date as last_mod5_14_, user0_.activated as activate6_14_, user0_.activation_key as activati7_14_, user0_.email as email8_14_, user0_.first_name as first_na9_14_, user0_.lang_key as lang_ke10_14_, user0_.last_name as last_na11_14_, user0_.login as login12_14_, user0_.password_hash as passwor13_14_, user0_.reset_date as reset_d14_14_, user0_.reset_key as reset_k15_14_ from jhi_user user0_ where user0_.login=?
Hibernate: select authoritie0_.user_id as user_id1_14_0_, authoritie0_.authority_name as authorit2_15_0_, authority1_.name as name1_10_1_ from jhi_user_authority authoritie0_ inner join jhi_authority authority1_ on authoritie0_.authority_name=authority1_.name where authoritie0_.user_id=?
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in com.teammachine.staffrostering.web.rest.UserResourceIntTest
Running com.teammachine.staffrostering.web.rest.WeekendDefinitionResourceIntTest
Hibernate: insert into weekend_definition (id, description) values (null, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
2017-01-28 09:19:16.811 DEBUG 137 --- [ main] c.t.s.w.rest.WeekendDefinitionResource : REST request to delete WeekendDefinition : 2
Hibernate: delete from weekend_day where weekend_definition_id=?
Hibernate: delete from weekend_definition where id=?
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
2017-01-28 09:19:16.828 DEBUG 137 --- [ main] c.t.s.w.rest.WeekendDefinitionResource : REST request to save WeekendDefinition : WeekendDefinition{id=null, description='AAAAA'}
Hibernate: insert into weekend_definition (id, description) values (null, ?)
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
Hibernate: insert into weekend_definition (id, description) values (null, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
2017-01-28 09:19:16.844 DEBUG 137 --- [ main] c.t.s.w.rest.WeekendDefinitionResource : REST request to get all WeekendDefinitions
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
Hibernate: insert into weekend_definition (id, description) values (null, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
2017-01-28 09:19:16.860 DEBUG 137 --- [ main] c.t.s.w.rest.WeekendDefinitionResource : REST request to update WeekendDefinition : WeekendDefinition{id=5, description='BBBBB'}
Hibernate: update weekend_definition set description=? where id=?
Hibernate: delete from weekend_day where weekend_definition_id=? and day_of_week=?
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: select weekenddef0_.id as id1_33_, weekenddef0_.description as descript2_33_ from weekend_definition weekenddef0_
2017-01-28 09:19:16.875 DEBUG 137 --- [ main] c.t.s.w.rest.WeekendDefinitionResource : REST request to get WeekendDefinition : 9223372036854775807
Hibernate: select weekenddef0_.id as id1_33_0_, weekenddef0_.description as descript2_33_0_, days1_.weekend_definition_id as weekend_1_33_1_, days1_.day_of_week as day_of_w2_32_1_ from weekend_definition weekenddef0_ left outer join weekend_day days1_ on weekenddef0_.id=days1_.weekend_definition_id where weekenddef0_.id=?
Hibernate: insert into weekend_definition (id, description) values (null, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
Hibernate: insert into weekend_day (weekend_definition_id, day_of_week) values (?, ?)
2017-01-28 09:19:16.890 DEBUG 137 --- [ main] c.t.s.w.rest.WeekendDefinitionResource : REST request to get WeekendDefinition : 6
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in com.teammachine.staffrostering.web.rest.WeekendDefinitionResourceIntTest
2017-01-28 09:19:16.934 INFO 137 --- [ Thread-7] c.t.s.config.CacheConfiguration : Remove Cache Manager metrics
2017-01-28 09:19:16.953 INFO 137 --- [ Thread-7] c.t.s.config.CacheConfiguration : Closing Cache Manager
Results :
Tests run: 207, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (post-unit-test) @ shiftwork ---
[INFO] Analyzed bundle 'shiftwork' with 192 classes
[INFO]
[INFO] --- maven-war-plugin:2.5:war (default-war) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 26.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 31.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 6.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 110.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom (3 KB at 24.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 40.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (4 KB at 32.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 125.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 253.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom (4 KB at 39.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 11.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom (12 KB at 115.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (2 KB at 111.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.pom (9 KB at 931.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.4/xstream-parent-1.4.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.4/xstream-parent-1.4.4.pom (19 KB at 124.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 44.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 4.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] Downloaded: http://nexus/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 17.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 69.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4 KB at 23.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-mapping/1.0/maven-mapping-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-mapping/1.0/maven-mapping-1.0.pom (5 KB at 19.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar
[INFO] Downloading: http://nexus/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 1936.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.jar (65 KB at 5407.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.jar (129 KB at 9867.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar (170 KB at 13039.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar (357 KB at 23799.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (61 KB at 3012.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 334.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
[INFO] Downloaded: http://nexus/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 1107.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-mapping/1.0/maven-mapping-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.jar (473 KB at 17486.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.jar (238 KB at 8789.1 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1268.9 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (152 KB at 4461.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-mapping/1.0/maven-mapping-1.0.jar (10 KB at 64.2 KB/sec)
[INFO] Packaging webapp
[INFO] Assembling webapp [shiftwork] in [/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/shiftwork-1.0.61]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/src/main/webapp]
[INFO] Webapp assembled in [863 msecs]
[INFO] Building war: /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/shiftwork-1.0.61.war
[INFO]
[INFO] --- spring-boot-maven-plugin:1.3.8.RELEASE:repackage (default) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 143.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 174.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (5 KB at 34.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2 KB at 19.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 KB at 2397.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (5 KB at 43.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (8 KB at 67.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (3 KB at 23.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (3 KB at 316.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (3 KB at 241.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (4 KB at 28.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (5 KB at 524.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 KB at 125.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 155.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 21.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 61.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 2245.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 6.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 KB at 100.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 KB at 108.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (3 KB at 273.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 KB at 139.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (3 KB at 304.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom (4 KB at 444.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/3.2.1/maven-3.2.1.pom (23 KB at 501.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom (3 KB at 342.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom (3 KB at 217.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (2 KB at 198.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 KB at 173.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2 KB at 215.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (3 KB at 230.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (4 KB at 364.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5 KB at 611.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5 KB at 28.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (5 KB at 25.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (3 KB at 16.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (12 KB at 46.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (2 KB at 167.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded: http://nexus/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 KB at 2123.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2.pom (8 KB at 41.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4 KB at 7.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (3 KB at 24.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (6 KB at 655.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (4 KB at 10.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (3 KB at 24.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (2 KB at 13.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (8 KB at 74.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 99.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (5 KB at 33.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 KB at 1694.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (6 KB at 24.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 KB at 98.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 191.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 61.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom (417 B at 4.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 4.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jdom/jdom/1.1/jdom-1.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jdom/jdom/1.1/jdom-1.1.pom (3 KB at 237.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (7 KB at 828.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (3 KB at 14.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 KB at 2741.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (3 KB at 22.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (4 KB at 378.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (2 KB at 203.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (2 KB at 209.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/vafer/jdependency/0.7/jdependency-0.7.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/vafer/jdependency/0.7/jdependency-0.7.pom (8 KB at 75.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 104.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/3/commons-parent-3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 117.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm/3.2/asm-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm/3.2/asm-3.2.pom (264 B at 28.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-parent/3.2/asm-parent-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-parent/3.2/asm-parent-3.2.pom (5 KB at 34.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-analysis/3.2/asm-analysis-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 2.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-tree/3.2/asm-tree-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-tree/3.2/asm-tree-3.2.pom (404 B at 43.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-commons/3.2/asm-commons-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-commons/3.2/asm-commons-3.2.pom (415 B at 2.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-util/3.2/asm-util-3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-util/3.2/asm-util-3.2.pom (409 B at 44.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 KB at 5109.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 KB at 2003.3 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (61 KB at 5544.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 5031.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (167 KB at 12777.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 KB at 1229.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (41 KB at 2029.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (156 KB at 7083.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar (60 KB at 2496.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (545 KB at 20155.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (30 KB at 999.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (169 KB at 5279.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (134 KB at 4034.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (144 KB at 4098.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1124.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (192 KB at 4921.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 139.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (350 KB at 7271.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (44 KB at 894.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (151 KB at 3012.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (41 KB at 728.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar (35 KB at 595.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar (56 KB at 851.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar (29 KB at 430.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (49 KB at 265.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar (114 KB at 615.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (285 KB at 1513.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 2544.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (73 KB at 374.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2.jar (98 KB at 492.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (370 KB at 1856.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (279 KB at 1391.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 718.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar (38 KB at 173.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 KB at 93.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jdom/jdom/1.1/jdom-1.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jdom/jdom/1.1/jdom-1.1.jar (150 KB at 639.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (59 KB at 240.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/vafer/jdependency/0.7/jdependency-0.7.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/vafer/jdependency/0.7/jdependency-0.7.jar (12 KB at 45.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (140 KB at 500.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-analysis/3.2/asm-analysis-3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (197 KB at 703.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/asm/asm-util/3.2/asm-util-3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-util/3.2/asm-util-3.2.jar (36 KB at 124.4 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 1294.0 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (52 KB at 129.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 KB at 31.2 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 152.3 KB/sec)
[INFO]
[INFO] --- sortpom-maven-plugin:2.5.0:sort (default) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-sorter/2.5.0/sortpom-sorter-2.5.0.pom
[INFO] Downloaded: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-sorter/2.5.0/sortpom-sorter-2.5.0.pom (2 KB at 9.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (2 KB at 222.3 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (3 KB at 27.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven/3.3.9/maven-3.3.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 KB at 2596.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom (40 KB at 451.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/apache/17/apache-17.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/apache/17/apache-17.pom (16 KB at 1742.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4 KB at 33.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 KB at 67.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-parent/37/commons-parent-37.pom (62 KB at 648.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (3 KB at 23.2 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (5 KB at 452.5 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 KB at 109.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (3 KB at 284.8 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (15 KB at 140.7 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 792.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 31.9 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-sorter/2.5.0/sortpom-sorter-2.5.0.jar
[INFO] Downloading: http://nexus/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 KB at 3863.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar
[INFO] Downloaded: http://nexus/content/groups/public/com/github/ekryd/sortpom/sortpom-sorter/2.5.0/sortpom-sorter-2.5.0.jar (65 KB at 4963.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (148 KB at 10554.1 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (161 KB at 12318.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (425 KB at 23582.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (54 KB at 2558.5 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 2338.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (201 KB at 8358.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (369 KB at 13658.9 KB/sec)
[INFO] Sorting file /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/pom.xml
[INFO] Saved backup of /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/pom.xml to /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/pom.xml.bak
[INFO] Saved sorted pom file to /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/pom.xml
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ shiftwork ---
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 73.6 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 43.4 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 29.0 KB/sec)
[INFO] Downloading: http://nexus/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] Downloading: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
[INFO] Downloading: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
[INFO] Downloaded: http://nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 11677.6 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 16236.8 KB/sec)
[INFO] Downloaded: http://nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 2160.7 KB/sec)
[INFO] Installing /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/target/shiftwork-1.0.61.war to /root/.mvnrepository/com/teammachine/staffrostering/shiftwork/1.0.61/shiftwork-1.0.61.war
[INFO] Installing /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev/pom.xml to /root/.mvnrepository/com/teammachine/staffrostering/shiftwork/1.0.61/shiftwork-1.0.61.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ shiftwork ---
[INFO] Using alternate deployment repository local-nexus::default::http://nexus/content/repositories/staging/
[INFO] Uploading: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/1.0.61/shiftwork-1.0.61.war
[INFO] Uploaded: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/1.0.61/shiftwork-1.0.61.war (85819 KB at 41219.1 KB/sec)
[INFO] Uploading: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/1.0.61/shiftwork-1.0.61.pom
[INFO] Uploaded: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/1.0.61/shiftwork-1.0.61.pom (37 KB at 2269.7 KB/sec)
[INFO] Downloading: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/maven-metadata.xml
[INFO] Downloaded: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/maven-metadata.xml (705 B at 98.4 KB/sec)
[INFO] Uploading: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/maven-metadata.xml
[INFO] Uploaded: http://nexus/content/repositories/staging/com/teammachine/staffrostering/shiftwork/maven-metadata.xml (737 B at 51.4 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:25 min
[INFO] Finished at: 2017-01-28T09:19:46+00:00
[INFO] Final Memory: 83M/801M
[INFO] ------------------------------------------------------------------------
sh-4.2# exit
exit
[Pipeline] fileExists
[Pipeline] echo
Warning OpenShift YAML target/classes/META-INF/fabric8/openshift.yml does not exist!
[Pipeline] echo
s2i mode: false
[Pipeline] echo
Running on a single node, skipping docker push as not needed
[Pipeline] readMavenPom
[Pipeline] sh
[shiftwork-myrepo-pipeline-dev] Running shell script
Executing shell script inside container [maven] of pod [kubernetes-57b9d1dd06cc4cb4ba8ec15df2179b51-4dcb16e4b613]
Executing command: sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-49bdf946/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JENKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-49bdf946/script.sh' > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-49bdf946/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-49bdf946/jenkins-result.txt'
[?1034hsh-4.2# cd /home/jenkins/workspace/shiftwork-myrepo-pipeline-dev
sh-4.2# sh -c echo $$ > '/home/jenkins/workspace/shiftwork-myrepo-pipeline
-dev@tmp/durable-49bdf946/pid'; jsc=durable-19bb5cf05acf4899f6be160827bdb56a; JE
NKINS_SERVER_COOKIE=$jsc '/home/jenkins/workspace/shiftwork-myrepo-pipelin
e-dev@tmp/durable-49bdf946/script.sh' > '/home/jenkins/workspace/shiftwork-staff
service-pipeline-dev@tmp/durable-49bdf946/jenkins-log.txt' 2>&1; echo $? > '/hom
e/jenkins/workspace/shiftwork-myrepo-pipeline-dev@tmp/durable-49bdf946/jen
kins-result.txt'
sh-4.2# exit
exit
+ docker tag staffrostering/shiftwork:1.0.61 172.30.254.212:80/staffrostering/shiftwork:1.0.61
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment