Skip to content

Console Output

Started by user dmitry.kornilov@oracle.com
Building in workspace /home/hudson/genie.ee4j/.jenkins/jobs/ee4j-parent-master/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/ee4j.git
 > /usr/local/bin/git init /home/hudson/genie.ee4j/.jenkins/jobs/ee4j-parent-master/workspace # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/ee4j.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse-ee4j/ee4j.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse-ee4j/ee4j.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse-ee4j/ee4j.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/ee4j.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse-ee4j/ee4j.git +refs/heads/master:refs/remotes/origin/master
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 2b9a611807e44723270c8a133bc26494affde736 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 2b9a611807e44723270c8a133bc26494affde736
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b master 2b9a611807e44723270c8a133bc26494affde736
Commit message: "Prepare next development iteration org.eclipse.ee4j:project:1.0.6-SNAPSHOT"
 > /usr/local/bin/git rev-list --no-walk 2b9a611807e44723270c8a133bc26494affde736 # timeout=10
[workspace] $ /bin/bash -ex /tmp/genie.ee4j/jenkins2029171541055732119.sh
+ JAVA_HOME=/shared/common/jdk-9_x64-latest
+ M2_HOME=/shared/common/apache-maven-latest
+ PATH=/shared/common/jdk-9_x64-latest/bin:/shared/common/apache-maven-latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0
+ BUILD_DIR=parent
+ cd parent
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>1.0.6-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=1.0.6-SNAPSHOT
+ '[' -z 1.0.5 ']'
+ '[' -z '' ']'
++ echo 1.0.5
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=1.0
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=6
++ echo 1 0 6
++ tr ' ' .
+ NEXT_VERSION=1.0.6-SNAPSHOT
+ RELEASE_TAG=1.0.5-RELEASE
+ STAGING_NAME=orgeclipseee4j
++ mvn -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
+ ARTIFACT_ID=project
++ grep -Ev '(^\[)'
++ mvn -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
+ GROUP_ID=org.eclipse.ee4j
+ echo '-[ Generated variables ]----------------------------------------'
-[ Generated variables ]----------------------------------------
+ echo 'Group ID:        org.eclipse.ee4j'
Group ID:        org.eclipse.ee4j
+ echo 'Artifact ID:     project'
Artifact ID:     project
+ echo 'Current version: 1.0.6-SNAPSHOT'
Current version: 1.0.6-SNAPSHOT
+ echo 'Release version: 1.0.5'
Release version: 1.0.5
+ echo 'Next version:    1.0.6-SNAPSHOT'
Next version:    1.0.6-SNAPSHOT
+ echo 'Nexus ID prefix: orgeclipseee4j'
Nexus ID prefix: orgeclipseee4j
+ '[' -z 1.0.6-SNAPSHOT -o -z 1.0.5 -o -z 1.0.6-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=nexus-staging:deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/1.0.5
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 1.0.5-RELEASE
+ [[ -n '' ]]
+ echo '-[ Checking POM ]---------------------------------------------------------------'
-[ Checking POM ]---------------------------------------------------------------
+ mvn -U -C -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml clean verify
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< org.eclipse.ee4j:project >----------------------
[INFO] Building EE4J Project 1.0.6-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.359 s
[INFO] Finished at: 2018-11-07T06:30:13-05:00
[INFO] ------------------------------------------------------------------------
+ echo '-[ Parent POM Staging Repository List ]-------------------------------------------'
-[ Parent POM Staging Repository List ]-------------------------------------------
+ mvn -B -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml nexus-staging:rc-list
+ egrep '^\[INFO\] orgeclipseee4j\-[0-9]+[ ]+[A-Z]+[ ]'
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/opt/public/hipp/homes/genie.ee4j/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
+ true
+ '[' -z 1.0.6-SNAPSHOT -o -z 1.0.5 -o -z 1.0.6-SNAPSHOT ']'
+ mvn -U -C -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -DnewVersion=1.0.5 -DgenerateBackupPoms=false org.codehaus.mojo:versions-maven-plugin:2.7:set
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
[INFO] Scanning for projects...
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 33/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 611 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar
Progress (1): 4.1/310 kB
Progress (1): 7.7/310 kB
Progress (1): 12/310 kB 
Progress (1): 16/310 kB
Progress (1): 20/310 kB
Progress (1): 24/310 kB
Progress (1): 28/310 kB
Progress (1): 32/310 kB
Progress (1): 33/310 kB
Progress (1): 37/310 kB
Progress (1): 41/310 kB
Progress (1): 45/310 kB
Progress (1): 49/310 kB
Progress (1): 53/310 kB
Progress (1): 57/310 kB
Progress (1): 61/310 kB
Progress (1): 65/310 kB
Progress (1): 69/310 kB
Progress (1): 73/310 kB
Progress (1): 77/310 kB
Progress (1): 81/310 kB
Progress (1): 85/310 kB
Progress (1): 89/310 kB
Progress (1): 93/310 kB
Progress (1): 97/310 kB
Progress (1): 101/310 kB
Progress (1): 105/310 kB
Progress (1): 109/310 kB
Progress (1): 113/310 kB
Progress (1): 117/310 kB
Progress (1): 121/310 kB
Progress (1): 125/310 kB
Progress (1): 129/310 kB
Progress (1): 131/310 kB
Progress (1): 135/310 kB
Progress (1): 139/310 kB
Progress (1): 143/310 kB
Progress (1): 147/310 kB
Progress (1): 151/310 kB
Progress (1): 155/310 kB
Progress (1): 159/310 kB
Progress (1): 163/310 kB
Progress (1): 167/310 kB
Progress (1): 171/310 kB
Progress (1): 175/310 kB
Progress (1): 179/310 kB
Progress (1): 183/310 kB
Progress (1): 187/310 kB
Progress (1): 191/310 kB
Progress (1): 195/310 kB
Progress (1): 199/310 kB
Progress (1): 203/310 kB
Progress (1): 207/310 kB
Progress (1): 211/310 kB
Progress (1): 215/310 kB
Progress (1): 219/310 kB
Progress (1): 223/310 kB
Progress (1): 227/310 kB
Progress (1): 231/310 kB
Progress (1): 235/310 kB
Progress (1): 239/310 kB
Progress (1): 243/310 kB
Progress (1): 247/310 kB
Progress (1): 251/310 kB
Progress (1): 255/310 kB
Progress (1): 259/310 kB
Progress (1): 263/310 kB
Progress (1): 267/310 kB
Progress (1): 271/310 kB
Progress (1): 275/310 kB
Progress (1): 279/310 kB
Progress (1): 283/310 kB
Progress (1): 287/310 kB
Progress (1): 291/310 kB
Progress (1): 295/310 kB
Progress (1): 299/310 kB
Progress (1): 303/310 kB
Progress (1): 307/310 kB
Progress (1): 310 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 4.4 MB/s)
[INFO] 
[INFO] ----------------------< org.eclipse.ee4j:project >----------------------
[INFO] Building EE4J Project 1.0.6-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ project ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 18 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 560 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 206 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 182 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 594 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 63 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 199 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 471 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 104 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 82 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 152 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 159 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 454 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 594 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 576 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
Progress (1): 4.1/165 kB
Progress (2): 4.1/165 kB | 4.1/18 kB
Progress (2): 7.7/165 kB | 4.1/18 kB
Progress (2): 12/165 kB | 4.1/18 kB 
Progress (2): 16/165 kB | 4.1/18 kB
Progress (2): 20/165 kB | 4.1/18 kB
Progress (2): 24/165 kB | 4.1/18 kB
Progress (2): 24/165 kB | 7.7/18 kB
Progress (3): 24/165 kB | 7.7/18 kB | 4.1/12 kB
Progress (3): 28/165 kB | 7.7/18 kB | 4.1/12 kB
Progress (4): 28/165 kB | 7.7/18 kB | 4.1/12 kB | 4.1/55 kB
Progress (4): 32/165 kB | 7.7/18 kB | 4.1/12 kB | 4.1/55 kB
Progress (4): 32/165 kB | 12/18 kB | 4.1/12 kB | 4.1/55 kB 
Progress (4): 36/165 kB | 12/18 kB | 4.1/12 kB | 4.1/55 kB
Progress (4): 36/165 kB | 16/18 kB | 4.1/12 kB | 4.1/55 kB
Progress (4): 36/165 kB | 16/18 kB | 4.1/12 kB | 7.7/55 kB
Progress (4): 36/165 kB | 16/18 kB | 7.7/12 kB | 7.7/55 kB
Progress (4): 40/165 kB | 16/18 kB | 7.7/12 kB | 7.7/55 kB
Progress (4): 40/165 kB | 16/18 kB | 7.7/12 kB | 12/55 kB 
Progress (4): 40/165 kB | 18 kB | 7.7/12 kB | 12/55 kB   
Progress (4): 44/165 kB | 18 kB | 7.7/12 kB | 12/55 kB
Progress (4): 44/165 kB | 18 kB | 7.7/12 kB | 16/55 kB
Progress (4): 44/165 kB | 18 kB | 12 kB | 16/55 kB    
Progress (4): 48/165 kB | 18 kB | 12 kB | 16/55 kB
Progress (4): 48/165 kB | 18 kB | 12 kB | 20/55 kB
Progress (4): 48/165 kB | 18 kB | 12 kB | 24/55 kB
Progress (4): 52/165 kB | 18 kB | 12 kB | 24/55 kB
Progress (4): 56/165 kB | 18 kB | 12 kB | 24/55 kB
Progress (4): 56/165 kB | 18 kB | 12 kB | 28/55 kB
Progress (4): 56/165 kB | 18 kB | 12 kB | 32/55 kB
Progress (4): 60/165 kB | 18 kB | 12 kB | 32/55 kB
Progress (4): 64/165 kB | 18 kB | 12 kB | 32/55 kB
Progress (4): 64/165 kB | 18 kB | 12 kB | 36/55 kB
Progress (4): 64/165 kB | 18 kB | 12 kB | 40/55 kB
Progress (4): 68/165 kB | 18 kB | 12 kB | 40/55 kB
Progress (4): 72/165 kB | 18 kB | 12 kB | 40/55 kB
Progress (4): 72/165 kB | 18 kB | 12 kB | 44/55 kB
Progress (4): 72/165 kB | 18 kB | 12 kB | 48/55 kB
Progress (4): 76/165 kB | 18 kB | 12 kB | 48/55 kB
Progress (4): 80/165 kB | 18 kB | 12 kB | 48/55 kB
Progress (4): 80/165 kB | 18 kB | 12 kB | 52/55 kB
Progress (4): 80/165 kB | 18 kB | 12 kB | 55 kB   
Progress (4): 84/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 88/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 92/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 96/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 100/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 104/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 108/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 112/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 116/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 120/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 124/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 128/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 132/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 136/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 140/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 144/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 148/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 152/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 156/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 160/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 164/165 kB | 18 kB | 12 kB | 55 kB
Progress (4): 165 kB | 18 kB | 12 kB | 55 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 334 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 215 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 2.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar
Progress (1): 4.1/16 kB
                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
Progress (2): 16 kB | 4.1/61 kB
Progress (2): 16 kB | 7.7/61 kB
Progress (2): 16 kB | 12/61 kB 
Progress (2): 16 kB | 16/61 kB
Progress (2): 16 kB | 20/61 kB
Progress (2): 16 kB | 24/61 kB
Progress (2): 16 kB | 28/61 kB
Progress (2): 16 kB | 32/61 kB
Progress (3): 16 kB | 32/61 kB | 4.1/62 kB
Progress (3): 16 kB | 36/61 kB | 4.1/62 kB
Progress (3): 16 kB | 40/61 kB | 4.1/62 kB
Progress (3): 16 kB | 44/61 kB | 4.1/62 kB
Progress (3): 16 kB | 48/61 kB | 4.1/62 kB
Progress (3): 16 kB | 48/61 kB | 7.7/62 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (0 B at 0 B/s)
Progress (3): 16 kB | 52/61 kB | 7.7/62 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar
Progress (3): 16 kB | 56/61 kB | 7.7/62 kB
Progress (3): 16 kB | 56/61 kB | 12/62 kB 
Progress (3): 16 kB | 60/61 kB | 12/62 kB
Progress (3): 16 kB | 60/61 kB | 16/62 kB
Progress (3): 16 kB | 61 kB | 16/62 kB   
Progress (3): 16 kB | 61 kB | 20/62 kB
Progress (3): 16 kB | 61 kB | 24/62 kB
Progress (3): 16 kB | 61 kB | 28/62 kB
Progress (3): 16 kB | 61 kB | 32/62 kB
Progress (3): 16 kB | 61 kB | 33/62 kB
Progress (3): 16 kB | 61 kB | 37/62 kB
Progress (3): 16 kB | 61 kB | 41/62 kB
Progress (3): 16 kB | 61 kB | 45/62 kB
Progress (3): 16 kB | 61 kB | 49/62 kB
Progress (3): 16 kB | 61 kB | 53/62 kB
Progress (3): 16 kB | 61 kB | 57/62 kB
Progress (3): 16 kB | 61 kB | 61/62 kB
Progress (3): 16 kB | 61 kB | 62 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 177 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Progress (3): 61 kB | 62 kB | 4.1/39 kB
Progress (3): 61 kB | 62 kB | 7.7/39 kB
Progress (3): 61 kB | 62 kB | 12/39 kB 
Progress (3): 61 kB | 62 kB | 16/39 kB
Progress (3): 61 kB | 62 kB | 20/39 kB
Progress (3): 61 kB | 62 kB | 24/39 kB
Progress (3): 61 kB | 62 kB | 28/39 kB
Progress (3): 61 kB | 62 kB | 32/39 kB
Progress (3): 61 kB | 62 kB | 36/39 kB
Progress (3): 61 kB | 62 kB | 39 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 584 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 589 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (0 B at 0 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 350 kB/s)
Progress (1): 4.1/50 kB
Progress (1): 7.7/50 kB
Progress (1): 12/50 kB 
Progress (1): 16/50 kB
Progress (1): 20/50 kB
Progress (1): 24/50 kB
Progress (1): 28/50 kB
Progress (1): 32/50 kB
Progress (1): 33/50 kB
Progress (1): 37/50 kB
Progress (1): 41/50 kB
Progress (1): 45/50 kB
Progress (1): 49/50 kB
Progress (1): 50 kB   
Progress (2): 50 kB | 4.1/148 kB
Progress (2): 50 kB | 7.7/148 kB
Progress (3): 50 kB | 7.7/148 kB | 4.1/231 kB
Progress (3): 50 kB | 12/148 kB | 4.1/231 kB 
Progress (3): 50 kB | 16/148 kB | 4.1/231 kB
Progress (3): 50 kB | 20/148 kB | 4.1/231 kB
Progress (3): 50 kB | 24/148 kB | 4.1/231 kB
Progress (3): 50 kB | 28/148 kB | 4.1/231 kB
Progress (3): 50 kB | 32/148 kB | 4.1/231 kB
Progress (3): 50 kB | 36/148 kB | 4.1/231 kB
Progress (3): 50 kB | 40/148 kB | 4.1/231 kB
Progress (3): 50 kB | 44/148 kB | 4.1/231 kB
Progress (3): 50 kB | 48/148 kB | 4.1/231 kB
Progress (3): 50 kB | 48/148 kB | 7.7/231 kB
Progress (3): 50 kB | 52/148 kB | 7.7/231 kB
Progress (3): 50 kB | 52/148 kB | 12/231 kB 
Progress (3): 50 kB | 56/148 kB | 12/231 kB
Progress (3): 50 kB | 56/148 kB | 16/231 kB
Progress (3): 50 kB | 56/148 kB | 20/231 kB
Progress (3): 50 kB | 60/148 kB | 20/231 kB
Progress (3): 50 kB | 60/148 kB | 24/231 kB
Progress (3): 50 kB | 64/148 kB | 24/231 kB
Progress (3): 50 kB | 64/148 kB | 28/231 kB
Progress (3): 50 kB | 68/148 kB | 28/231 kB
Progress (3): 50 kB | 68/148 kB | 32/231 kB
Progress (3): 50 kB | 72/148 kB | 32/231 kB
Progress (3): 50 kB | 72/148 kB | 33/231 kB
Progress (3): 50 kB | 76/148 kB | 33/231 kB
Progress (3): 50 kB | 76/148 kB | 37/231 kB
Progress (3): 50 kB | 80/148 kB | 37/231 kB
Progress (3): 50 kB | 80/148 kB | 41/231 kB
Progress (3): 50 kB | 84/148 kB | 41/231 kB
Progress (3): 50 kB | 84/148 kB | 45/231 kB
Progress (3): 50 kB | 88/148 kB | 45/231 kB
Progress (3): 50 kB | 88/148 kB | 49/231 kB
Progress (3): 50 kB | 92/148 kB | 49/231 kB
Progress (3): 50 kB | 96/148 kB | 49/231 kB
Progress (3): 50 kB | 96/148 kB | 53/231 kB
Progress (3): 50 kB | 96/148 kB | 57/231 kB
Progress (3): 50 kB | 100/148 kB | 57/231 kB
Progress (3): 50 kB | 104/148 kB | 57/231 kB
Progress (3): 50 kB | 104/148 kB | 61/231 kB
Progress (3): 50 kB | 104/148 kB | 65/231 kB
Progress (3): 50 kB | 108/148 kB | 65/231 kB
Progress (3): 50 kB | 108/148 kB | 66/231 kB
Progress (3): 50 kB | 112/148 kB | 66/231 kB
Progress (3): 50 kB | 112/148 kB | 70/231 kB
Progress (3): 50 kB | 116/148 kB | 70/231 kB
Progress (3): 50 kB | 116/148 kB | 74/231 kB
Progress (3): 50 kB | 120/148 kB | 74/231 kB
Progress (3): 50 kB | 120/148 kB | 78/231 kB
Progress (3): 50 kB | 120/148 kB | 82/231 kB
Progress (3): 50 kB | 120/148 kB | 86/231 kB
Progress (3): 50 kB | 120/148 kB | 90/231 kB
Progress (3): 50 kB | 120/148 kB | 94/231 kB
Progress (3): 50 kB | 120/148 kB | 98/231 kB
Progress (3): 50 kB | 120/148 kB | 102/231 kB
Progress (3): 50 kB | 120/148 kB | 106/231 kB
Progress (3): 50 kB | 120/148 kB | 110/231 kB
Progress (3): 50 kB | 120/148 kB | 114/231 kB
Progress (3): 50 kB | 120/148 kB | 118/231 kB
Progress (3): 50 kB | 120/148 kB | 122/231 kB
Progress (3): 50 kB | 120/148 kB | 126/231 kB
Progress (3): 50 kB | 120/148 kB | 130/231 kB
Progress (3): 50 kB | 120/148 kB | 134/231 kB
Progress (3): 50 kB | 120/148 kB | 138/231 kB
Progress (3): 50 kB | 120/148 kB | 142/231 kB
Progress (3): 50 kB | 120/148 kB | 146/231 kB
Progress (3): 50 kB | 120/148 kB | 150/231 kB
Progress (3): 50 kB | 120/148 kB | 154/231 kB
Progress (3): 50 kB | 120/148 kB | 158/231 kB
Progress (3): 50 kB | 120/148 kB | 162/231 kB
Progress (3): 50 kB | 120/148 kB | 166/231 kB
Progress (3): 50 kB | 120/148 kB | 170/231 kB
Progress (3): 50 kB | 120/148 kB | 174/231 kB
Progress (3): 50 kB | 120/148 kB | 178/231 kB
Progress (3): 50 kB | 120/148 kB | 182/231 kB
Progress (3): 50 kB | 120/148 kB | 186/231 kB
Progress (3): 50 kB | 120/148 kB | 190/231 kB
Progress (3): 50 kB | 120/148 kB | 194/231 kB
Progress (3): 50 kB | 120/148 kB | 198/231 kB
Progress (3): 50 kB | 120/148 kB | 202/231 kB
Progress (3): 50 kB | 120/148 kB | 206/231 kB
Progress (3): 50 kB | 120/148 kB | 210/231 kB
Progress (3): 50 kB | 120/148 kB | 214/231 kB
Progress (3): 50 kB | 120/148 kB | 218/231 kB
Progress (3): 50 kB | 120/148 kB | 222/231 kB
Progress (3): 50 kB | 120/148 kB | 226/231 kB
Progress (3): 50 kB | 120/148 kB | 230/231 kB
Progress (3): 50 kB | 120/148 kB | 231 kB    
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 330 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 1.4 MB/s)
Progress (1): 124/148 kB
Progress (1): 128/148 kB
Progress (1): 132/148 kB
Progress (1): 136/148 kB
Progress (1): 140/148 kB
Progress (1): 144/148 kB
Progress (1): 148/148 kB
Progress (1): 148 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 779 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (0 B at 0 B/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /jobs/genie.ee4j/ee4j-parent-master/workspace/parent
[INFO] Processing change of org.eclipse.ee4j:project:1.0.6-SNAPSHOT -> 1.0.5
[INFO] Processing org.eclipse.ee4j:project
[INFO]     Updating project org.eclipse.ee4j:project
[INFO]         from version 1.0.6-SNAPSHOT to 1.0.5
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.523 s
[INFO] Finished at: 2018-11-07T06:30:25-05:00
[INFO] ------------------------------------------------------------------------
+ git add pom.xml
+ git commit -m 'Prepare release org.eclipse.ee4j:project:1.0.5'
[master c4e75e8] Prepare release org.eclipse.ee4j:project:1.0.5
 1 file changed, 1 insertion(+), 1 deletion(-)
+ git tag 1.0.5 -m 'Release org.eclipse.ee4j:project:1.0.5'
fatal: tag '1.0.5' already exists
Build step 'Execute shell' marked build as failure
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE