+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 18051 + echo '1.57.3 49955f5' 1.57.3 49955f5 + date Sun Sep 13 15:08:40 UTC 2015 + uptime 15:08:40 up 11 days, 3:31, 0 users, load average: 10.83, 10.01, 7.89 + head=git@github.com:jcabi/jcabi-odesk.git + head_branch=master + tag=0.11 + vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:jcabi/jcabi-odesk.git' '--env=head_branch=master' '--env=tag=0.11') + image=yegor256/rultor + directory= + scripts=('sudo gem install pdd' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Psite --errors --settings ../settings.xml' ';') + squash=false + ff=default + rebase=false + container=jcabi_jcabi-odesk_16 + as_root=false + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:jcabi/jcabi-odesk.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'sudo gem install pdd' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'sudo gem install pdd' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Psite --errors --settings ../settings.xml' ';' + rm -rf .gpg + '[' -z 0.11 ']' + [[ 0.11 =~ ^[a-zA-Z0-9\\.\\-]+$ ]] + echo 'tag name is valid: "0.11"' tag name is valid: "0.11" + cd repo ++ git tag -l 0.11 + '[' ']' + export BRANCH_NAME=__rultor + BRANCH_NAME=__rultor ++ wc -l ++ git show-branch __rultor + '[' 0 -gt 0 ']' + git checkout -b __rultor Switched to a new branch '__rultor' + docker_when_possible + true ++ sed 's/ /\n/g' ++ uptime ++ tail -n 1 + load=7.89 ++ bc ++ echo 7.89 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 7.89, low enough to run a new Docker container' load average is 7.89, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor + docker pull yegor256/rultor Trying to pull repository docker.io/yegor256/rultor ... 660ed2204c73: Pulling image (latest) from docker.io/yegor256/rultor 660ed2204c73: Pulling image (latest) from docker.io/yegor256/rultor, endpoint: https://registry-1.docker.io/v1/ 660ed2204c73: Pulling dependent layers d3a1f33e8a5a: Download complete c22013c84729: Download complete d74508fb6632: Download complete 91e54dfb1179: Download complete bdb2aff1ae3a: Download complete 88b93d12e599: Download complete dc6bdff8208c: Download complete c8917adece85: Download complete 51579be74afe: Download complete f1a04d12544e: Download complete e26006081cdc: Download complete f14fe086dae5: Download complete 8b3bb9cb7797: Download complete 8654940adad0: Download complete 27e0e3c53320: Download complete b103545bdc97: Download complete f8b83a5c7981: Download complete 78cd25e77ac1: Download complete c21ca86262f9: Download complete c712cfb83628: Download complete 0936eb3cdbc2: Download complete b956bd58e153: Download complete d25f30bad674: Download complete 57514add350f: Download complete 4776032ba136: Download complete 62456dedfdc2: Download complete 6c09d0dde1b2: Download complete ce3b8590f661: Download complete df83681b1d05: Download complete 486cddac3647: Download complete fcd114db2513: Download complete e39341bd23e4: Download complete 2e4062d0a0c1: Download complete 6ce393c54363: Download complete 009f76419ffa: Download complete f6c8968e3459: Download complete 5b7879138512: Download complete 64f0018693f8: Download complete 1e36888b0a6c: Download complete 406c39d72978: Download complete e87ba1f11955: Download complete 660ed2204c73: Download complete 660ed2204c73: Download complete Status: Image is up to date for docker.io/yegor256/rultor:latest + grep --quiet '\sjcabi_jcabi-odesk_16\s*$' + docker ps --filter=status=exited ++ pwd ++ pwd + docker run --rm -v /tmp/rultor-X43c:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:jcabi/jcabi-odesk.git --env=head_branch=master --env=tag=0.11 --privileged=true --hostname=docker --memory=6g --cidfile=/tmp/rultor-X43c/cid -w=/main --name=jcabi_jcabi-odesk_16 yegor256/rultor /main/entry.sh + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.gem /root/.java /root/.m2 /root/.profile /home/r + cp -R ./cid ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./s3cfg ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su -m r -c /home/r/script.sh + set -e + set -o pipefail + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + sudo gem install pdd Building native extensions. This could take a while... Building native extensions. This could take a while... ruby-filemagic-0.6.1 [2014-08-19]: * Account for options passed to FileMagic.fm (issue #7 reported by Adam Wróbel). Successfully installed nokogiri-1.6.5 Successfully installed ruby-filemagic-0.6.1 Successfully installed slop-3.6.0 Successfully installed rake-10.4.2 Successfully installed pdd-0.15 5 gems installed Installing ri documentation for nokogiri-1.6.5... Installing ri documentation for ruby-filemagic-0.6.1... Installing ri documentation for slop-3.6.0... Installing ri documentation for rake-10.4.2... Installing ri documentation for pdd-0.15... Installing RDoc documentation for nokogiri-1.6.5... Installing RDoc documentation for ruby-filemagic-0.6.1... Installing RDoc documentation for slop-3.6.0... Installing RDoc documentation for rake-10.4.2... Installing RDoc documentation for pdd-0.15... + mvn versions:set -DnewVersion=0.11 [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.19/jcabi-1.19.pom Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.19/jcabi-1.19.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.34/parent-0.34.pom Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.34/parent-0.34.pom (0 B at 0.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13/jcabi-maven-plugin-0.13.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13/jcabi-maven-plugin-0.13.pom (12 KB at 175.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13/jcabi-maven-plugin-0.13.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13/jcabi-maven-plugin-0.13.jar (29 KB at 579.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom (20 KB at 547.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar (125 KB at 2071.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.pom (6 KB at 115.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-plugins-parent/0.10/github-maven-plugins-parent-0.10.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-plugins-parent/0.10/github-maven-plugins-parent-0.10.pom (8 KB at 180.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.10/site-maven-plugin-0.10.jar (17 KB at 337.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom (17 KB at 528.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (212 KB at 2977.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom (6 KB at 197.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom (17 KB at 528.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar (37 KB at 634.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom (12 KB at 381.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 370.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar (46 KB at 742.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom (8 KB at 277.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar (34 KB at 1141.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom (13 KB at 315.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar (32 KB at 914.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom (10 KB at 281.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar (28 KB at 621.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 KB at 317.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 KB at 771.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom (10 KB at 250.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar (67 KB at 1761.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.pom (14 KB at 419.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 KB at 742.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.jar (57 KB at 1555.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (5 KB at 183.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (31 KB at 1102.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom (20 KB at 742.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar (209 KB at 4626.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom (9 KB at 315.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar (67 KB at 2547.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (11 KB at 380.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar (100 KB at 3114.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 KB at 564.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (360 KB at 7331.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom (11 KB at 315.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (5 KB at 143.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar (50 KB at 1894.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom (7 KB at 202.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar (31 KB at 874.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom (10 KB at 321.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar (85 KB at 2124.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 KB at 282.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 KB at 637.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (237 KB at 4541.3 KB/sec) [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jcabi-odesk 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- versions-maven-plugin:2.1:set (default-cli) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (2 KB at 50.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (2 KB at 54.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2 KB at 68.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 KB at 463.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (2 KB at 49.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (3 KB at 86.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (3 KB at 74.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (5 KB at 142.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (8 KB at 289.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3 KB at 78.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (3 KB at 50.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (3 KB at 79.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (3 KB at 77.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (3 KB at 67.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (2 KB at 46.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 66.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 326.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2 KB at 68.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (2 KB at 58.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (3 KB at 79.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (4 KB at 127.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (5 KB at 167.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (12 KB at 494.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (4 KB at 128.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (2 KB at 53.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (3 KB at 88.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (4 KB at 123.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (2 KB at 43.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 14.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6 KB at 189.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 24.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (2 KB at 31.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 64.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading:1https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 326.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 162.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 311.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar Downloading: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (509 KB at 7268.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 1989.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (12 KB at 395.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (10 KB at 318.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 KB at 404.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 KB at 291.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (145 KB at 4026.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 KB at 403.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (47 KB at 1089.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 KB at 380.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (35 KB at 902.2 KB/sec) Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (50 KB at 957.8 KB/sec) Downloaded:7http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 809.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (157 KB at 2175.3 KB/sec) Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 6580.8 KB/sec) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/r/repo [INFO] Processing com.jcabi:jcabi-odesk [INFO] Updating project com.jcabi:jcabi-odesk [INFO] from version 1.0-SNAPSHOT to 0.11 Props: {project.version=0.11, project.parent.version=1.19, project.parent.groupId=com.jcabi, project.artifactId=jcabi-odesk, project.groupId=com.jcabi, project.parent.artifactId=jcabi} [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.317 s [INFO] Finished at: 2015-09-13T15:12:29+00:00 [INFO] Final Memory: 22M/391M [INFO] ------------------------------------------------------------------------ + git commit -am 0.11 [__rultor b6cdb6f] 0.11 1 file changed, 1 insertion(+), 1 deletion(-) + mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom (12 KB at 253.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom (3 KB at 79.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom (18 KB at 439.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 23.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 KB at 547.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom (3 KB at 65.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 82.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (5 KB at 140.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (9 KB at 220.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (5 KB at 171.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (3 KB at 61.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 KB at 1000.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (6 KB at 173.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2 KB at 71.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3 KB at 99.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2 KB at 79.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (3 KB at 71.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (7 KB at 177.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (4 KB at 92.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (3 KB at 77.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (5 KB at 140.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (4 KB at 139.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (3 KB at 76.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (4 KB at 122.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (4 KB at 97.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2 KB at 60.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (5 KB at 87.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (5 KB at 155.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (5 KB at 123.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (5 KB at 163.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3 KB at 113.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (4 KB at 83.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6 KB at 136.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 KB at 340.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (4 KB at 103.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 KB at 592.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom Downloading: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (2 KB at 36.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 KB at 189.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 KB at 545.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 18.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 78.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (2 KB at 63.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 KB at 512.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 27.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 KB at 663.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (3 KB at 80.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (11 KB at 317.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 KB at 653.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (7 KB at 272.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (7 KB at 224.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (4 KB at 124.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 212.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 682.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (2 KB at 45.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (3 KB at 83.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (2 KB at 24.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6 KB at 157.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (6 KB at 170.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (4 KB at 65.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (4 KB at 96.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (2 KB at 26.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (5 KB at 112.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (5 KB at 166.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (5 KB at 189.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 KB at 348.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 KB at 424.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (3 KB at 90.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5 KB at 104.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 KB at 454.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 KB at 289.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar Downloading: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar Downloading: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar Downloading:5https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar Downloading:1https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar Downloading:1https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (36 KB at 532.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar Downloaded:5https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (194 KB at 2612.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar Downloaded:5https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (561 KB at 2123.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (520 KB at 1707.6 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (17 KB at 382.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (27 KB at 516.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (31 KB at 257.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (893 KB at 3899.0 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 KB at 139.1 KB/sec) Downloaded:4https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (418 KB at 7881.2 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (265 KB at 4807.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (14 KB at 482.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar (16 KB at 382.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 629.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar (243 KB at 4110.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloaded: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10 KB at 442.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 212.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 1015.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 KB at 931.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (157 KB at 2748.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (206 KB at 2078.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 KB at 399.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 KB at 620.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar Downloaded:/http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (7 KB at 220.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (128 KB at 2663.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar Downloaded:/http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 KB at 949.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 4053.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (119 KB at 2188.2 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (49 KB at 1883.2 KB/sec) Downloaded:2http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (457 KB at 3898.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 6288.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 4271.8 KB/sec) [INFO] Inspecting build with total of 1 modules... [INFO] Not installing Nexus Staging features: [INFO] * Preexisting staging related goal bindings found in 1 modules. [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jcabi-odesk 0.11 [INFO] ------------------------------------------------------------------------ Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.pom (7 KB at 179.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.5/maven-gpg-plugin-1.5.jar (44 KB at 1145.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.pom (8 KB at 173.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.pom (5 KB at 137.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.pom (2 KB at 29.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom (3 KB at 90.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.11/jcabi-http-1.11.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.11/jcabi-http-1.11.pom (11 KB at 263.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.pom (2 KB at 52.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/scribe/scribe/1.3.5/scribe-1.3.5.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/scribe/scribe/1.3.5/scribe-1.3.5.pom (3 KB at 88.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom (5 KB at 115.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/api/api/1/api-1.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom (6 KB at 117.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/pom/2/pom-2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom (9 KB at 226.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.pom (7 KB at 261.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.19/jersey-project-1.19.pom (24 KB at 958.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.pom (10 KB at 295.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom (13 KB at 428.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom (34 KB at 1102.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (6 KB at 215.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/15/jboss-parent-15.pom Downloading: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom Downloaded: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom (31 KB at 1338.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom (7 KB at 152.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 KB at 722.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom (2 KB at 37.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom (2 KB at 41.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (12 KB at 445.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (3 KB at 56.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.11/jcabi-http-1.11.jar Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.jar Downloaded:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar (80 KB at 1893.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar (45 KB at 954.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/scribe/scribe/1.3.5/scribe-1.3.5.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar (23 KB at 445.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar Downloading:0https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.11/jcabi-http-1.11.jar (97 KB at 1346.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar Downloading:7https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar (115 KB at 2013.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/scribe/scribe/1.3.5/scribe-1.3.5.jar (89 KB at 1738.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar Downloading:4https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar (62 KB at 959.4 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar (9 KB at 139.6 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar (308 KB at 1958.9 KB/sec) Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.jar (1325 KB at 3608.1 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1146 KB at 4258.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19/jersey-client-1.19.jar (131 KB at 3537.3 KB/sec) Downloaded:1http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar (170 KB at 3144.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar (66 KB at 1252.8 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19/jersey-core-1.19.jar (427 KB at 6461.4 KB/sec) Downloaded:4http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar (678 KB at 6640.7 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-odesk --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-odesk --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD [INFO] Working directory: /home/r/repo [INFO] Storing buildNumber: b6cdb6f at timestamp: 2015-09-13T15:12:45 [INFO] Storing buildScmBranch: __rultor [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-odesk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 62.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5 KB at 157.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 25.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (6 KB at 129.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (690 B at 23.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (769 B at 22.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (2 KB at 32.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (167 KB at 5033.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 KB at 608.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar (5 KB at 117.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 KB at 589.6 KB/sec) [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/r/repo/target/classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-compile) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (1021 B at 19.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar Downloaded:Khttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (10905 KB at 17281.7 KB/sec) [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods [INFO] Created temp dir /home/r/repo/target/jcabi-ajc [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values 26 warnings [INFO] ajc result: 17 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-odesk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/r/repo/target/test-classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-test-compile) @ jcabi-odesk --- [INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test 20 warnings [INFO] ajc result: 7 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom (7 KB at 266.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 56.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 398.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom (3 KB at 92.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom (3 KB at 101.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar (269 KB at 8121.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar (145 KB at 5780.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (39 KB at 885.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 442.3 KB/sec) [INFO] Surefire report directory: /home/r/repo/target/surefire-reports [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom (5 KB at 184.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom (3 KB at 108.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom (6 KB at 139.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom (4 KB at 131.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom (2 KB at 71.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom (2 KB at 61.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom (2 KB at 52.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom (3 KB at 94.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar Downloaded:1https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (5 KB at 87.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar (131 KB at 3514.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar (19 KB at 239.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar (12 KB at 298.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar (19 KB at 612.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar (37 KB at 984.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar (38 KB at 658.2 KB/sec) ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.jcabi.odesk.OdeskTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.odesk.OdeskTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jcabi-maven-plugin:0.13:versionalize (jcabi-versionalize-packages) @ jcabi-odesk --- [INFO] Versionalizing /home/r/repo/target/classes directory [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final [ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://aspects.jcabi.com/jsr-303.html) [INFO] File /home/r/repo/target/classes/com/jcabi/odesk/com-jcabi-jcabi-odesk-jar.txt added [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-odesk --- [INFO] Building jar: /home/r/repo/target/jcabi-odesk-0.11.jar [INFO] [INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-odesk >>> [INFO] [INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-odesk <<< [INFO] [INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-odesk --- [INFO] Building jar: /home/r/repo/target/jcabi-odesk-0.11-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (6 KB at 194.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (4 KB at 106.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 133.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (3 KB at 53.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (6 KB at 180.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 KB at 356.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (6 KB at 168.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (12 KB at 466.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (4 KB at 131.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (3 KB at 84.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 586.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (2 KB at 70.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 76.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 KB at 587.6 KB/sec) Downloading:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar Downloading:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 798.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (423 KB at 5956.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (181 KB at 4298.2 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (57 KB at 1323.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 3358.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 6082.3 KB/sec) [INFO] Loading source files for package com.jcabi.odesk... Constructing Javadoc information... Standard Doclet version 1.7.0_79 Building tree for all the packages and classes... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/Adjustments.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/OAuthWire.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/OAuthWire.OdeskApi.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/Odesk.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/RtOdesk.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/Team.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/Teams.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/package-frame.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/package-summary.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/package-tree.html... Generating /home/r/repo/target/apidocs/constant-values.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/RtOdesk.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/Odesk.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/OAuthWire.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/OAuthWire.OdeskApi.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/Team.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/Adjustments.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/class-use/Teams.html... Generating /home/r/repo/target/apidocs/com/jcabi/odesk/package-use.html... Building index for all the packages and classes... Generating /home/r/repo/target/apidocs/overview-tree.html... Generating /home/r/repo/target/apidocs/index-all.html... Generating /home/r/repo/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/r/repo/target/apidocs/allclasses-frame.html... Generating /home/r/repo/target/apidocs/allclasses-noframe.html... Generating /home/r/repo/target/apidocs/index.html... Generating /home/r/repo/target/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] /home/r/repo/src/main/java/com/jcabi/odesk/Adjustments.java:60: warning - @checkstyle is an unknown tag. [WARNING] /home/r/repo/src/main/java/com/jcabi/odesk/OAuthWire.java:101: warning - @checkstyle is an unknown tag. [WARNING] /home/r/repo/src/main/java/com/jcabi/odesk/RtOdesk.java:68: warning - @checkstyle is an unknown tag. [INFO] Building jar: /home/r/repo/target/jcabi-odesk-0.11-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (3 KB at 78.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (3 KB at 61.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/4/maven-parent-4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 325.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3 KB at 84.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 25.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 214.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 227.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom (3 KB at 69.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (4 KB at 131.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 94.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (2 KB at 79.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (4 KB at 112.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 KB at 1087.1 KB/sec) Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1268.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 KB at 837.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 1980.9 KB/sec) [INFO] Building jar: /home/r/repo/target/jcabi-odesk-0.11-jar-with-dependencies.jar [INFO] [INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ jcabi-odesk --- [WARNING] useSystemClassloader setting has no effect when not forking [INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports [INFO] parallel='none', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.jcabi.odesk.RtAdjustmentsITCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.004 sec - in com.jcabi.odesk.RtAdjustmentsITCase Running com.jcabi.odesk.RtOdeskITCase [0;33mWARNm] main com.jcabi.odesk.OdeskRule$1: sys prop failsafe.odesk.key is not set, skipping Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in com.jcabi.odesk.RtOdeskITCase Running com.jcabi.odesk.RtTeamsITCase [0;33mWARNm] main com.jcabi.odesk.OdeskRule$1: sys prop failsafe.odesk.key is not set, skipping Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.odesk.RtTeamsITCase Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] --- maven-failsafe-plugin:2.17:verify (default) @ jcabi-odesk --- [INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports [INFO] [INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ jcabi-odesk --- [INFO] LICENSE found: file:/home/r/repo/LICENSE.txt log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] No Checkstyle violations found in 23 files [INFO] No PMD violations found in 17 files [INFO] /src/changes/changes.xml: to be validated [ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html) [INFO] /src/site/site.xml: to be validated [INFO] CodeNarc not required since no groovy files in /home/r/repo/src [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce... [INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check... [INFO] Cannot perform check, instrumentation not performed - skipping. [INFO] This is not an SVN project [INFO] No dependency problems found [INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint... [INFO] Qulice quality check completed in 31s [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ jcabi-odesk --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.5.1:install (default-install) @ jcabi-odesk --- [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11.jar to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar [INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-sources.jar to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-javadoc.jar to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11.pom.asc to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-sources.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-javadoc.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-jar-with-dependencies.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar.asc [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ jcabi-odesk --- [INFO] Skipping artifact deployment [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ jcabi-odesk --- [INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")... [INFO] + Using server credentials "oss.sonatype.org" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.11.4-01 and edition "Professional" [INFO] * Using staging profile ID "1b266eb8dd426a" (matched by Nexus). [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar [INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-sources.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-javadoc.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-jar-with-dependencies.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11.pom.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar.asc [INFO] Installing /home/r/repo/target/jcabi-odesk-0.11-jar-with-dependencies.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "1b266eb8dd426a" [INFO] * Created staging repository with ID "comjcabi-1580". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580 [INFO] * Uploading locally staged artifacts to profile com.jcabi Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar (17 KB at 168.4 KB/sec) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/maven-metadata.xml Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/maven-metadata.xml (298 B at 4.3 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar.asc Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar.asc (473 B at 8.2 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar.asc Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar.asc (473 B at 9.4 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-javadoc.jar (61 KB at 998.3 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom.asc Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom.asc (473 B at 10.0 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar.asc Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-sources.jar.asc (473 B at 10.7 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar Uploaded:Khttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar (1261 KB at 9130.5 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar.asc Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11-jar-with-dependencies.jar.asc (473 B at 4.7 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.jar (28 KB at 464.8 KB/sec) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1580/com/jcabi/jcabi-odesk/0.11/jcabi-odesk-0.11.pom (8 KB at 161.9 KB/sec) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "comjcabi-1580". Waiting for operation to complete... ....... [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ jcabi-odesk --- [INFO] + Using server credentials "oss.sonatype.org" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.11.4-01 and edition "Professional" [INFO] Releasing staging repository with IDs=[comjcabi-1580] Waiting for operation to complete... ......... [INFO] Released [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:44 min [INFO] Finished at: 2015-09-13T15:15:17+00:00 [INFO] Final Memory: 58M/448M [INFO] ------------------------------------------------------------------------ + mvn clean site-deploy -Psite --errors --settings ../settings.xml [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jcabi-odesk 0.11 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-odesk --- [INFO] Deleting /home/r/repo/target [INFO] [INFO] --- maven-site-plugin:3.4:site (default-site) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom (3 KB at 22.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom (3 KB at 98.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom (18 KB at 498.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.pom (2 KB at 33.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.pom (2 KB at 33.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.pom (3 KB at 64.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.3.1/asm-util-3.3.1.pom Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom (411 B at 15.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom Downloading: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom (419 B at 12.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom (2 KB at 61.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom (5 KB at 143.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom (2 KB at 61.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom (2 KB at 48.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom (11 KB at 305.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4 KB at 77.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9 KB at 297.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom (3 KB at 88.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom (2 KB at 75.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom (5 KB at 141.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3 KB at 42.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom (2 KB at 61.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom (3 KB at 91.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom (2 KB at 64.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom (5 KB at 173.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (5 KB at 156.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 5.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3 KB at 100.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 KB at 447.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom (6 KB at 205.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7 KB at 183.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (10 KB at 285.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (2 KB at 50.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (10 KB at 246.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/20/maven-parent-20.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 KB at 586.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom (4 KB at 78.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom (4 KB at 64.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom (3 KB at 63.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom (7 KB at 235.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom (9 KB at 299.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (4 KB at 146.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (17 KB at 447.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom (4 KB at 99.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom (3 KB at 59.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 KB at 464.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.pom Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 KB at 522.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/12/commons-parent-12.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 KB at 973.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.3.1/asm-util-3.3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading:4https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloading:6https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar Downloading: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar Downloaded:5https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar (56 KB at 323.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar Downloading:1https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.jar (81 KB at 426.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar (207 KB at 993.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (96 KB at 1083.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.jar Downloading: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar (12 KB at 462.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloaded:1http://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar (18 KB at 416.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.jar (37 KB at 752.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar (27 KB at 555.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar Downloaded:8http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 KB at 731.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar (16 KB at 312.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 1641.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar (52 KB at 1256.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (159 KB at 1819.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar (38 KB at 799.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar (37 KB at 687.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar Downloaded:4http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 1866.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar (56 KB at 1542.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar (56 KB at 1721.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar Downloaded:4http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 2662.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (44 KB at 990.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar Downloaded:5http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar (58 KB at 1250.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar (160 KB at 2422.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar (131 KB at 2339.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (273 KB at 5144.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar (526 KB at 5536.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar (174 KB at 1783.7 KB/sec) [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.7 Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom (19 KB at 530.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar (275 KB at 2366.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (2 KB at 54.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom (8 KB at 325.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom (5 KB at 117.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3 KB at 110.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.7/maven-2.0.7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.7/maven-2.0.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 KB at 322.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (2 KB at 70.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 41.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 202.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/bcel/bcel/5.2/bcel-5.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom (619 B at 25.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom Downloading: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom (160 B at 6.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom (3 KB at 111.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom (3 KB at 85.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (4 KB at 85.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom (2 KB at 63.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 27.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (2 KB at 43.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (3 KB at 84.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (2 KB at 43.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom (2 KB at 63.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom (2 KB at 77.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom (3 KB at 101.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom (9 KB at 366.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/15/commons-parent-15.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom (31 KB at 884.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.pom (5 KB at 115.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (2 KB at 67.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 746.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 72.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom (3 KB at 91.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom (2 KB at 42.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom (3 KB at 108.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 130.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom (3 KB at 69.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom (3 KB at 74.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (3 KB at 109.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (3 KB at 62.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom (3 KB at 106.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 76.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 75.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 100.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom (3 KB at 106.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom Downloading: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom Downloaded: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom (459 B at 12.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom Downloading: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom Downloaded: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom (710 B at 26.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom (3 KB at 83.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom (3 KB at 61.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom (3 KB at 100.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (2 KB at 49.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 KB at 649.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (2 KB at 57.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4 KB at 124.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (2 KB at 66.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (3 KB at 80.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom (832 B at 35.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom (11 KB at 459.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom (10 KB at 449.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/23/commons-parent-23.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 KB at 1275.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 KB at 377.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 KB at 1021.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 455.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/bcel/bcel/5.2/bcel-5.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar Downloading: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar Downloading:9https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar Downloading:9https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar Downloading:1https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar Downloading:1https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar Downloading: https://oss.sonatype.org/content/groups/public/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (209 KB at 1569.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar (275 KB at 2165.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 8553.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar Downloading: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar (45 KB at 1633.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 413.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar (37 KB at 947.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar Downloaded:3http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar (28 KB at 930.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar (28 KB at 1063.4 KB/sec) Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (26 KB at 927.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 KB at 500.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar (521 KB at 7773.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar (11 KB at 512.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar (15 KB at 663.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar (25 KB at 1044.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 449.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 2780.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar (80 KB at 2852.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 1956.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 1910.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 1316.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (547 KB at 4629.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar (75 KB at 2776.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 1079.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 1857.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar (43 KB at 1515.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 424.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar Downloaded: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar (240 KB at 4427.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 1651.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 947.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar Downloaded:8http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (16 KB at 683.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar Downloaded:8http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar (50 KB at 1714.9 KB/sec) Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (162 KB at 3500.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar (173 KB at 4429.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (227 KB at 5269.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar (605 KB at 4756.9 KB/sec) [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4 Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom (8 KB at 315.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom (6 KB at 209.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar (33 KB at 1051.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom (3 KB at 63.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.0/xalan-2.7.0.pom Downloaded: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.0/xalan-2.7.0.pom (491 B at 12.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading: https://oss.sonatype.org/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.0/xalan-2.7.0.jar Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 1969.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloaded:9http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar (45 KB at 1384.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloaded:1http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar (156 KB at 3245.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 2493.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 4025.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 445.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (226 KB at 3821.6 KB/sec) Downloaded:Bhttp://repo.maven.apache.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar (2667 KB at 12231.4 KB/sec) [INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.17 Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom (8 KB at 269.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar (38 KB at 1353.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom (3 KB at 96.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom (2 KB at 53.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom (19 KB at 682.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 53.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom (4 KB at 117.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom (3 KB at 100.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom (16 KB at 625.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom (6 KB at 221.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 74.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom (3 KB at 72.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom (6 KB at 178.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar Downloading:6http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar Downloading:8http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar (12 KB at 481.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar (58 KB at 1685.8 KB/sec) Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar (15 KB at 564.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar (52 KB at 1419.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar (37 KB at 1461.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar (156 KB at 3705.8 KB/sec) [INFO] configuring report plugin org.codehaus.mojo:versions-maven-plugin:2.1 [INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1 [INFO] preparing 'javadoc' report requires 'generate-sources' forked phase execution [INFO] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc @ jcabi-odesk >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc @ jcabi-odesk <<< [INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution [INFO] [INFO] >>> maven-javadoc-plugin:2.9.1:test-javadoc @ jcabi-odesk >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-odesk --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD [INFO] Working directory: /home/r/repo [INFO] Storing buildNumber: b6cdb6f at timestamp: 2015-09-13T15:15:58 [INFO] Storing buildScmBranch: __rultor [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-odesk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-odesk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/r/repo/target/classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-compile) @ jcabi-odesk --- [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods [INFO] Created temp dir /home/r/repo/target/jcabi-ajc [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values 26 warnings [INFO] ajc result: 17 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] <<< maven-javadoc-plugin:2.9.1:test-javadoc @ jcabi-odesk <<< [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.7 Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom (20 KB at 312.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom (2 KB at 72.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (6 KB at 233.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom (3 KB at 81.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom (3 KB at 85.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom (3 KB at 78.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom (3 KB at 85.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.3/ant-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.pom (10 KB at 349.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom (5 KB at 178.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom (3 KB at 85.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom (4 KB at 133.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom (4 KB at 127.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom (9 KB at 285.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom (5 KB at 169.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom (4 KB at 150.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (12 KB at 305.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (15 KB at 422.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (5 KB at 181.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (4 KB at 144.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom (13 KB at 451.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.pom Downloaded: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (2 KB at 53.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura-runtime/2.1.1/cobertura-runtime-2.1.1.pom Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura-runtime/2.1.1/cobertura-runtime-2.1.1.pom (4 KB at 125.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.3/ant-1.8.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar (552 KB at 3445.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar Downloading: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.jar Downloaded:1https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (259 KB at 4698.2 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (148 KB at 2383.2 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (410 KB at 5244.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar Downloaded:2http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (52 KB at 1792.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar (20 KB at 831.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar (43 KB at 1626.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 KB at 945.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar Downloaded:1http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (41 KB at 831.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar (18 KB at 720.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar Downloaded:2http://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar (106 KB at 2854.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar Downloaded:2http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar (130 KB at 2439.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar (160 KB at 3885.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar (505 KB at 7880.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar (221 KB at 3296.4 KB/sec) Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 9406.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar (1894 KB at 10125.2 KB/sec) [INFO] preparing 'cobertura' report requires '[cobertura]test' forked phase execution [INFO] [INFO] >>> cobertura-maven-plugin:2.7:cobertura @ jcabi-odesk >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-odesk --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD [INFO] Working directory: /home/r/repo [INFO] Storing buildNumber: b6cdb6f at timestamp: 2015-09-13T15:16:08 [INFO] Storing buildScmBranch: __rultor [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-odesk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-odesk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/r/repo/target/classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-compile) @ jcabi-odesk --- 26 warnings [INFO] ajc result: 17 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] --- cobertura-maven-plugin:2.7:instrument @ jcabi-odesk --- [INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO] Cobertura: Saved information on 17 classes. [INFO] Cobertura: Saved information on 17 classes. [INFO] Instrumentation was successful. [INFO] NOT adding cobertura ser file to attached artifacts list. Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 KB at 866.5 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/37/commons-parent-37.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (62 KB at 2931.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (425 KB at 8323.3 KB/sec) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-odesk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/r/repo/target/test-classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-test-compile) @ jcabi-odesk --- [INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test 23 warnings [INFO] ajc result: 7 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-odesk --- [INFO] Surefire report directory: /home/r/repo/target/surefire-reports [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.jcabi.odesk.OdeskTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.jcabi.odesk.OdeskTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.7:cobertura @ jcabi-odesk <<< [INFO] preparing 'cobertura-integration-test' report requires '[cobertura]verify' forked phase execution [INFO] [INFO] >>> cobertura-maven-plugin:2.7:cobertura-integration-test @ jcabi-odesk >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-odesk --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD [INFO] Working directory: /home/r/repo [INFO] Storing buildNumber: b6cdb6f at timestamp: 2015-09-13T15:16:15 [INFO] Storing buildScmBranch: __rultor [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-odesk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-odesk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/r/repo/target/classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-compile) @ jcabi-odesk --- 26 warnings [INFO] ajc result: 17 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] --- cobertura-maven-plugin:2.7:instrument @ jcabi-odesk --- [INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO] Cobertura: Loaded information on 17 classes. [INFO] Cobertura: Saved information on 17 classes. [INFO] Cobertura: Saved information on 17 classes. [INFO] Instrumentation was successful. [INFO] NOT adding cobertura ser file to attached artifacts list. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-odesk --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-test-compile) @ jcabi-odesk --- 23 warnings [INFO] ajc result: 7 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-odesk --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jcabi-maven-plugin:0.13:versionalize (jcabi-versionalize-packages) @ jcabi-odesk --- [INFO] Versionalizing /home/r/repo/target/generated-classes/cobertura directory [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final [ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://aspects.jcabi.com/jsr-303.html) [INFO] File /home/r/repo/target/generated-classes/cobertura/com/jcabi/odesk/com-jcabi-jcabi-odesk-jar.txt added [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-odesk --- [INFO] Building jar: /home/r/repo/target/jcabi-odesk-0.11.jar [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (jcabi-attach-descriptor) @ jcabi-odesk --- [INFO] [INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-odesk --- [INFO] Building jar: /home/r/repo/target/jcabi-odesk-0.11-jar-with-dependencies.jar [INFO] [INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ jcabi-odesk --- [WARNING] useSystemClassloader setting has no effect when not forking [INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports [INFO] parallel='none', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.jcabi.odesk.RtTeamsITCase SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/r/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] [0;33mWARNm] main com.jcabi.odesk.OdeskRule$1: sys prop failsafe.odesk.key is not set, skipping Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in com.jcabi.odesk.RtTeamsITCase Running com.jcabi.odesk.RtAdjustmentsITCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec - in com.jcabi.odesk.RtAdjustmentsITCase Running com.jcabi.odesk.RtOdeskITCase [0;33mWARNm] main com.jcabi.odesk.OdeskRule$1: sys prop failsafe.odesk.key is not set, skipping Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.odesk.RtOdeskITCase Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] --- maven-failsafe-plugin:2.17:verify (default) @ jcabi-odesk --- [INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports [INFO] [INFO] <<< cobertura-maven-plugin:2.7:cobertura-integration-test @ jcabi-odesk <<< [INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.3 Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.pom (12 KB at 514.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.3/maven-plugin-plugin-3.3.jar (49 KB at 1502.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.pom (5 KB at 135.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.pom (3 KB at 118.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.pom (5 KB at 175.9 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (3 KB at 73.0 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (3 KB at 81.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.pom (4 KB at 107.7 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.pom (3 KB at 88.2 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom (2 KB at 43.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.pom (4 KB at 113.4 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.jar Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.3/maven-plugin-tools-api-3.3.jar (23 KB at 828.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (41 KB at 1455.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.jar Downloaded:5http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (52 KB at 1130.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.3/maven-plugin-tools-annotations-3.3.jar (39 KB at 626.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar Downloaded:2http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 KB at 1232.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.jar Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar (46 KB at 721.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.3/maven-plugin-tools-java-3.3.jar (18 KB at 484.0 KB/sec) Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.3/maven-plugin-tools-beanshell-3.3.jar (14 KB at 443.5 KB/sec) Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.3/maven-plugin-tools-model-3.3.jar (27 KB at 477.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar (237 KB at 3477.6 KB/sec) [INFO] preparing 'report' report requires 'process-classes' forked phase execution [INFO] [INFO] >>> maven-plugin-plugin:3.3:report @ jcabi-odesk >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-odesk --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD [INFO] Working directory: /home/r/repo [INFO] Storing buildNumber: b6cdb6f at timestamp: 2015-09-13T15:16:26 [INFO] Storing buildScmBranch: __rultor [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-odesk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-odesk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-odesk --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/r/repo/target/classes [INFO] [INFO] --- jcabi-maven-plugin:0.13:ajc (jcabi-ajc-compile) @ jcabi-odesk --- 26 warnings [INFO] ajc result: 17 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s) [INFO] [INFO] <<< maven-plugin-plugin:3.3:report @ jcabi-odesk <<< [INFO] Parent project loaded from repository: com.jcabi:jcabi:pom:1.19 [INFO] Parent project loaded from repository: com.jcabi:parent:pom:0.34 Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.19/jcabi-1.19-site_en.xml Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.19/jcabi-1.19-site_en.xml Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.19/jcabi-1.19-site.xml Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.19/jcabi-1.19-site.xml Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.34/parent-0.34-site_en.xml Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.34/parent-0.34-site_en.xml Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.34/parent-0.34-site.xml Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.34/parent-0.34-site.xml [INFO] Relativizing decoration links with respect to project URL: http://www.jcabi.com/jcabi-odesk Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.5.1/jcabi-maven-skin-1.5.1.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.5.1/jcabi-maven-skin-1.5.1.jar (19 KB at 520.9 KB/sec) [INFO] Rendering site with com.jcabi:jcabi-maven-skin:jar:1.5.1 skin. [INFO] Skipped "Cobertura Test Coverage" report (cobertura-maven-plugin:2.7:cobertura-integration-test), file "cobertura/index.html" already exists for the English version. [INFO] Rendering 1 Doxia document: 1 apt [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.7:cim [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.7:dependencies [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.7:issue-tracking [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.7:license [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.7:mailing-list [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.7:plugins Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-docck-plugin/1.0/maven-docck-plugin-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-docck-plugin/1.0/maven-docck-plugin-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-docck-plugin/1.0/maven-docck-plugin-1.0.pom (6 KB at 53.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 KB at 188.1 KB/sec) [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.7:project-team [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.7:scm [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.7:summary [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.4:test-jxr [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.4:jxr [INFO] Generating "Surefire Report" report --- maven-surefire-report-plugin:2.17:report-only [INFO] Generating "Dependency Updates Report" report --- versions-maven-plugin:2.1:dependency-updates-report [INFO] artifact com.jcabi:jcabi-http: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-http: checking for updates from central [INFO] artifact com.sun.jersey:jersey-client: checking for updates from oss.sonatype.org [INFO] artifact com.sun.jersey:jersey-client: checking for updates from central [INFO] artifact com.sun.jersey:jersey-core: checking for updates from oss.sonatype.org [INFO] artifact com.sun.jersey:jersey-core: checking for updates from central [INFO] artifact org.scribe:scribe: checking for updates from oss.sonatype.org [INFO] artifact org.scribe:scribe: checking for updates from central [INFO] artifact com.google.guava:guava: checking for updates from oss.sonatype.org [INFO] artifact com.google.guava:guava: checking for updates from central [INFO] artifact com.jcabi:jcabi-aether: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-aether: checking for updates from central [INFO] artifact com.jcabi:jcabi-aspects: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-aspects: checking for updates from central [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '1e838ea5696fc9aa36cc050f28041a69785a7c3e'; remote = 'baeb102ef0cbb482606387339491fddaf0d9a37c' - RETRYING [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '1e838ea5696fc9aa36cc050f28041a69785a7c3e'; remote = 'baeb102ef0cbb482606387339491fddaf0d9a37c' - IGNORING [INFO] artifact com.jcabi:jcabi-dynamo: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-dynamo: checking for updates from central [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '40be697d833639254f014413cfec2fbd743ea85e'; remote = '248a85a9e6bdfc9b613db0e029719406e33e01bc' - RETRYING [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '40be697d833639254f014413cfec2fbd743ea85e'; remote = '248a85a9e6bdfc9b613db0e029719406e33e01bc' - IGNORING [INFO] artifact com.jcabi:jcabi-email: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-email: checking for updates from central [INFO] artifact com.jcabi:jcabi-github: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-github: checking for updates from central [INFO] artifact com.jcabi:jcabi-immutable: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-immutable: checking for updates from central [INFO] artifact com.jcabi:jcabi-jdbc: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-jdbc: checking for updates from central [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4484fde4bce23ecc0fb91e6a09e6307ee64c3ed3'; remote = '2275ae9b174ca9e29f60ded65bc210e756fd7924' - RETRYING [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '4484fde4bce23ecc0fb91e6a09e6307ee64c3ed3'; remote = '2275ae9b174ca9e29f60ded65bc210e756fd7924' - IGNORING [INFO] artifact com.jcabi:jcabi-log: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-log: checking for updates from central [INFO] artifact com.jcabi:jcabi-manifests: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-manifests: checking for updates from central [INFO] artifact com.jcabi:jcabi-matchers: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-matchers: checking for updates from central [INFO] artifact com.jcabi:jcabi-maven-slf4j: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-maven-slf4j: checking for updates from central [INFO] artifact com.jcabi:jcabi-odesk: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-odesk: checking for updates from central [INFO] artifact com.jcabi:jcabi-s3: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-s3: checking for updates from central [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '29d0ce4b0e2a5bfc5da0a5b0d3a243aeade7edf7'; remote = '2b3e0137f5bcff5e31dd94cc71bfabe7fb61b9fa' - RETRYING [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '29d0ce4b0e2a5bfc5da0a5b0d3a243aeade7edf7'; remote = '2b3e0137f5bcff5e31dd94cc71bfabe7fb61b9fa' - IGNORING [INFO] artifact com.jcabi:jcabi-simpledb: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-simpledb: checking for updates from central [INFO] artifact com.jcabi:jcabi-ssh: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-ssh: checking for updates from central [INFO] artifact com.jcabi:jcabi-urn: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-urn: checking for updates from central [INFO] artifact com.jcabi:jcabi-velocity: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-velocity: checking for updates from central [INFO] artifact com.jcabi:jcabi-w3c: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-w3c: checking for updates from central [INFO] artifact com.jcabi:jcabi-xml: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-xml: checking for updates from central [INFO] artifact commons-codec:commons-codec: checking for updates from oss.sonatype.org [INFO] artifact commons-codec:commons-codec: checking for updates from central [INFO] artifact commons-collections:commons-collections: checking for updates from oss.sonatype.org [INFO] artifact commons-collections:commons-collections: checking for updates from central [INFO] artifact commons-io:commons-io: checking for updates from oss.sonatype.org [INFO] artifact commons-io:commons-io: checking for updates from central [INFO] artifact commons-net:commons-net: checking for updates from oss.sonatype.org [INFO] artifact commons-net:commons-net: checking for updates from central [INFO] artifact javax.el:javax.el-api: checking for updates from oss.sonatype.org [INFO] artifact javax.el:javax.el-api: checking for updates from central [INFO] artifact javax.json:javax.json-api: checking for updates from oss.sonatype.org [INFO] artifact javax.json:javax.json-api: checking for updates from central [INFO] artifact javax.servlet:servlet-api: checking for updates from oss.sonatype.org [INFO] artifact javax.servlet:servlet-api: checking for updates from central [INFO] artifact javax.validation:validation-api: checking for updates from oss.sonatype.org [INFO] artifact javax.validation:validation-api: checking for updates from central [INFO] artifact javax.ws.rs:jsr311-api: checking for updates from oss.sonatype.org [INFO] artifact javax.ws.rs:jsr311-api: checking for updates from central [INFO] artifact javax.xml.bind:jaxb-api: checking for updates from oss.sonatype.org [INFO] artifact javax.xml.bind:jaxb-api: checking for updates from central [INFO] artifact junit:junit: checking for updates from oss.sonatype.org [INFO] artifact junit:junit: checking for updates from central [INFO] artifact log4j:log4j: checking for updates from oss.sonatype.org [INFO] artifact log4j:log4j: checking for updates from central [INFO] artifact org.antlr:antlr-runtime: checking for updates from oss.sonatype.org [INFO] artifact org.antlr:antlr-runtime: checking for updates from central [INFO] artifact org.antlr:antlr4-annotations: checking for updates from oss.sonatype.org [INFO] artifact org.antlr:antlr4-annotations: checking for updates from central [INFO] artifact org.antlr:antlr4-runtime: checking for updates from oss.sonatype.org [INFO] artifact org.antlr:antlr4-runtime: checking for updates from central [INFO] artifact org.apache.commons:commons-lang3: checking for updates from oss.sonatype.org [INFO] artifact org.apache.commons:commons-lang3: checking for updates from central [INFO] artifact org.apache.commons:commons-math3: checking for updates from oss.sonatype.org [INFO] artifact org.apache.commons:commons-math3: checking for updates from central [INFO] artifact org.aspectj:aspectjrt: checking for updates from oss.sonatype.org [INFO] artifact org.aspectj:aspectjrt: checking for updates from central [INFO] artifact org.clojure:clojure: checking for updates from oss.sonatype.org [INFO] artifact org.clojure:clojure: checking for updates from central [INFO] artifact org.clojure:clojure-contrib: checking for updates from oss.sonatype.org [INFO] artifact org.clojure:clojure-contrib: checking for updates from central [INFO] artifact org.clojure:tools.logging: checking for updates from oss.sonatype.org [INFO] artifact org.clojure:tools.logging: checking for updates from central [INFO] artifact org.codehaus.groovy:groovy-all: checking for updates from oss.sonatype.org [INFO] artifact org.codehaus.groovy:groovy-all: checking for updates from central [INFO] artifact org.glassfish:javax.json: checking for updates from oss.sonatype.org [INFO] artifact org.glassfish:javax.json: checking for updates from central [INFO] artifact org.hamcrest:hamcrest-core: checking for updates from oss.sonatype.org [INFO] artifact org.hamcrest:hamcrest-core: checking for updates from central [INFO] artifact org.hamcrest:hamcrest-library: checking for updates from oss.sonatype.org [INFO] artifact org.hamcrest:hamcrest-library: checking for updates from central [INFO] artifact org.hibernate:hibernate-validator: checking for updates from oss.sonatype.org [INFO] artifact org.hibernate:hibernate-validator: checking for updates from central [INFO] artifact org.mockito:mockito-core: checking for updates from oss.sonatype.org [INFO] artifact org.mockito:mockito-core: checking for updates from central [INFO] artifact org.projectlombok:lombok: checking for updates from oss.sonatype.org [INFO] artifact org.projectlombok:lombok: checking for updates from central [INFO] artifact org.slf4j:slf4j-log4j12: checking for updates from oss.sonatype.org [INFO] artifact org.slf4j:slf4j-log4j12: checking for updates from central [INFO] artifact xml-apis:xml-apis: checking for updates from oss.sonatype.org [INFO] artifact xml-apis:xml-apis: checking for updates from central [INFO] Generating "Plugin Updates Report" report --- versions-maven-plugin:2.1:plugin-updates-report [INFO] artifact org.apache.maven.plugins:maven-docck-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-docck-plugin: checking for updates from central [INFO] artifact org.codehaus.mojo:buildnumber-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.codehaus.mojo:buildnumber-maven-plugin: checking for updates from central [INFO] artifact com.github.github:site-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.github.github:site-maven-plugin: checking for updates from central [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c075ffb796e509918f19107426c831dcbf250a66'; remote = 'fba913813248d38d6706df5753fe1758baace9d4' - RETRYING [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'c075ffb796e509918f19107426c831dcbf250a66'; remote = 'fba913813248d38d6706df5753fe1758baace9d4' - IGNORING [INFO] artifact com.jcabi:jcabi-beanstalk-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-beanstalk-maven-plugin: checking for updates from central [INFO] artifact com.jcabi:jcabi-dynamodb-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-dynamodb-maven-plugin: checking for updates from central [INFO] artifact com.jcabi:jcabi-heroku-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-heroku-maven-plugin: checking for updates from central [INFO] artifact com.jcabi:jcabi-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-maven-plugin: checking for updates from central [INFO] artifact com.jcabi:jcabi-mysql-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-mysql-maven-plugin: checking for updates from central [INFO] artifact com.jcabi:jcabi-ssl-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.jcabi:jcabi-ssl-maven-plugin: checking for updates from central [INFO] artifact com.qulice:qulice-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.qulice:qulice-maven-plugin: checking for updates from central [INFO] artifact com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin: checking for updates from oss.sonatype.org [INFO] artifact com.sun.tools.jxc.maven2:maven-jaxb-schemagen-plugin: checking for updates from central [INFO] artifact com.sun:tools: checking for updates from oss.sonatype.org [INFO] artifact com.sun:tools: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from central [INFO] artifact ant-contrib:ant-contrib: checking for updates from oss.sonatype.org [INFO] artifact ant-contrib:ant-contrib: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-changes-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-changes-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-dependency-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-dependency-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-failsafe-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-failsafe-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-help-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-invoker-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-invoker-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-javadoc-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-javadoc-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-plugin-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-plugin-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-release-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-release-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from central [INFO] artifact org.apache.maven.doxia:doxia-module-markdown: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.doxia:doxia-module-markdown: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates from central [INFO] artifact org.codehaus.mojo:cobertura-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.codehaus.mojo:cobertura-maven-plugin: checking for updates from central [INFO] artifact org.codehaus.mojo:versions-maven-plugin: checking for updates from oss.sonatype.org [INFO] artifact org.codehaus.mojo:versions-maven-plugin: checking for updates from central [INFO] Generating "JavaDocs" report --- maven-javadoc-plugin:2.9.1:javadoc [ERROR] Error fetching link: http://www.jcabi.com/jcabi-immutable/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://www.jcabi.com/jcabi-http/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://projectlombok.org/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://beanvalidation.org/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://www.aspectj.org/apidocs/package-list. Ignored it. [ERROR] Error fetching link: https://jsr311.dev.java.net/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://github.com/fernandezpablo85/scribe-java/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://json-processing-spec.java.net/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://jsonp.java.net/apidocs/package-list. Ignored it. [ERROR] Error fetching link: https://github.com/hamcrest/JavaHamcrest/hamcrest-core/apidocs/package-list. Ignored it. [ERROR] Error fetching link: https://github.com/hamcrest/JavaHamcrest/hamcrest-library/apidocs/package-list. Ignored it. [ERROR] Error fetching link: https://jersey.java.net/jersey-client/apidocs/package-list. Ignored it. [ERROR] Error fetching link: https://jersey.java.net/jersey-core/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://uel.java.net/apidocs/package-list. Ignored it. [ERROR] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [INFO] 2 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Error fetching URL: http://www.h2database.com/javadoc/package-list [WARNING] javadoc: warning - Error fetching URL: http://jolbox.com/bonecp/downloads/site/apidocs/package-list [INFO] Generating "Cobertura Test Coverage" report --- cobertura-maven-plugin:2.7:cobertura [INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO] Cobertura: Loaded information on 17 classes. [INFO] Data file does not contain instrumentation information for the file com/jcabi/odesk/Adjustments.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [INFO] Data file does not contain instrumentation information for the file com/jcabi/odesk/Odesk.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [INFO] Data file does not contain instrumentation information for the file com/jcabi/odesk/Team.java. Ensure this class was instrumented, and this data file contains the instrumentation information. [INFO] Data file does not contain instrumentation information for the file com/jcabi/odesk/Teams.java. Ensure this class was instrumented, and this data file contains the instrumentation information. Report time: 569ms [INFO] Cobertura Report generation was successful. [INFO] Generating Sitemap. [INFO] Rendering 1 generated Doxia document: 1 xdoc [INFO] [INFO] --- maven-site-plugin:3.4:deploy (default-deploy) @ jcabi-odesk --- [INFO] maven.site.deploy.skip = true: Skipping site deployment [INFO] [INFO] --- site-maven-plugin:0.10:site (default) @ jcabi-odesk --- Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.pom (582 B at 12.1 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom Downloading: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom Downloaded: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.pom (943 B at 2.6 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom Downloading: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom Downloaded: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/github-parent/3.1.0.201310021548-r/github-parent-3.1.0.201310021548-r.pom (14 KB at 118.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom (8 KB at 176.3 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom (3 KB at 43.8 KB/sec) Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.jar Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.jar (11 KB at 227.6 KB/sec) Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar (185 KB at 2718.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar (222 KB at 1770.2 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar Downloaded: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar (217 KB at 647.2 KB/sec) [INFO] Creating 119 blobs [INFO] Creating tree with 119 blob entries [INFO] Merging with tree c30058c12a2efa19d1b263c32a52f6e09ce3ff00 [INFO] Creating commit with SHA-1: 9f82d5621a6027b86bbfe97ceb22dc6d53e7026d [INFO] Updating reference refs/heads/gh-pages from 7546b56f5947563a9625ac0f0a8a102d4902d615 to 9f82d5621a6027b86bbfe97ceb22dc6d53e7026d [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:41 min [INFO] Finished at: 2015-09-13T15:17:02+00:00 [INFO] Final Memory: 59M/459M [INFO] ------------------------------------------------------------------------ + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git checkout __rultor Already on '__rultor' + git tag 0.11 -m '0.11: tagged by rultor.com' + git reset --hard HEAD is now at b6cdb6f 0.11 + git clean -fd + git checkout master Switched to branch 'master' + git branch -D __rultor Deleted branch __rultor (was b6cdb6f). + git push --all origin Everything up-to-date + git push --tags origin To git@github.com:jcabi/jcabi-odesk.git * [new tag] 0.11 -> 0.11