rultor.com logo This build log was produced by rultor.com for teamed/qulice#452
+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-ppuS/run.sh
+ cd /tmp/rultor-ppuS
+ echo 946
+ echo '1.56.2 4ed1abf'
1.56.2 4ed1abf
+ date
Tue Aug 11 12:34:29 UTC 2015
+ uptime
 12:34:29 up 21 days, 11:14,  0 users,	load average: 8.31, 9.20, 8.13
+ head=git@github.com:teamed/qulice.git
+ head_branch=master
+ tag=0.12.2
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:teamed/qulice.git' '--env=head_branch=master' '--env=tag=0.12.2')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo gem install pdd' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml || echo '\''site-deploy failed'\''' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=teamed_qulice_452
+ 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:teamed/qulice.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-profile -Pqulice -Psonatype --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml || echo '\''site-deploy failed'\''' ';'
+ rm -rf .gpg
+ '[' -z 0.12.2 ']'
+ [[ 0.12.2 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.12.2"'
tag name is valid: "0.12.2"
+ cd repo
++ git tag -l 0.12.2
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ uptime
++ sed 's/ /\n/g'
+ load=8.14
++ bc
++ echo 8.14 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 8.14, low enough to run a new Docker container'
load average is 8.14, 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 ...
30d9aaf022af: Pulling image (latest) from docker.io/yegor256/rultor
30d9aaf022af: Pulling image (latest) from docker.io/yegor256/rultor, endpoint: https://registry-1.docker.io/v1/
30d9aaf022af: Pulling dependent layers
2eaf0096818b: Download complete
dac7bccb8ac3: Download complete
389028aa9e91: Download complete
63e3c10217b8: Download complete
0fc2cb32daae: Download complete
e77b92f16bc2: Download complete
72585850d321: Download complete
e7bce67da0dc: Download complete
246bf0f696ad: Download complete
57e5a222eb81: Download complete
405cbd586114: Download complete
cb881a31d1d3: Download complete
84ff2139bec2: Download complete
aba38981e9d2: Download complete
2541991b487d: Download complete
499d90dba1a1: Download complete
8c2573c48087: Download complete
f3eb18862d44: Download complete
121f73902f96: Download complete
3395b1e63f28: Download complete
8f0d73452a11: Download complete
8dbf08692291: Download complete
df5177c150cf: Download complete
809af84c8a36: Download complete
e8c5f6cbb5ef: Download complete
a70298a30a11: Download complete
054e095e58a1: Download complete
6c05b212573c: Download complete
37ab2ca320d3: Download complete
f6ad47caf907: Download complete
3c39977eb383: Download complete
1fa2d2d3e238: Download complete
4643af738bbc: Download complete
4b975befb409: Download complete
d575940093c3: Download complete
6370e3b3d14c: Download complete
8be8ae148087: Download complete
35ccd3001a72: Download complete
c9a84b78201a: Download complete
720f1ec2dfba: Download complete
faa8c27cf259: Download complete
30d9aaf022af: Download complete
30d9aaf022af: Download complete
Status: Image is up to date for docker.io/yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\steamed_qulice_452\s*$'
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-ppuS:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:teamed/qulice.git --env=head_branch=master --env=tag=0.12.2 --privileged=true --memory=4g --cidfile=/tmp/rultor-ppuS/cid -w=/main --name=teamed_qulice_452 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.14.2
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.14.2...
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.14.2...
+ mvn versions:set -DnewVersion=0.12.2
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom (74 KB at 287.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] qulice
[INFO] qulice-spi
[INFO] qulice-checkstyle
[INFO] qulice-pmd
[INFO] qulice-codenarc
[INFO] qulice-findbugs
[INFO] qulice-xml
[INFO] qulice-ant
[INFO] qulice-maven-plugin
[INFO] qulice-gradle-plugin
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/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 458.6 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 1679.4 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 105.2 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 157.7 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 411.8 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 161.7 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 624.4 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 223.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.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 740.6 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 226.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.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 804.5 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 360.0 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 628.0 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 311.2 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 1716.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom (9 KB at 243.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar (47 KB at 1189.8 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 91.5 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 582.3 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 327.4 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 2609.9 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 448.7 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 3652.6 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 212.6 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 205.5 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 1006.1 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 212.9 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 1249.6 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 212.9 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 2166.5 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 363.2 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 5702.5 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 214.6 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 118.3 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 965.7 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 138.0 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 536.9 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 112.8 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 348.7 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 695.1 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 214.5 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 2023.6 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 427.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 689.5 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 4919.8 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 qulice 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:set (default-cli) @ qulice ---
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 46.4 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 36.1 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 51.1 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 352.9 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 37.5 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 48.0 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 58.9 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 106.7 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 183.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 66.3 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 38.6 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 46.0 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 47.9 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 46.7 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 38.9 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 43.0 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 288.0 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 41.6 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 33.2 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 47.9 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 73.8 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 111.4 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 296.4 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 79.0 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 40.0 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 60.9 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 103.8 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 33.1 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 11.8 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 150.7 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 18.5 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 43.7 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 38.2 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/slf4j-api/1.5.6/slf4j-api-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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading:7https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
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
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 544.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.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 606.0 KB/sec)
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
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 200.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.jar
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 8205.8 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/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: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.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
Downloaded:5http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 1213.2 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/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 KB at 203.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/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (12 KB at 201.3 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: 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 180.3 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: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 263.5 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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (145 KB at 3220.9 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 329.3 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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 KB at 370.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (50 KB at 711.5 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-site-renderer/1.1/doxia-site-renderer-1.1.jar (47 KB at 550.9 KB/sec)
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 634.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (157 KB at 3559.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 663.9 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 4503.9 KB/sec)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing com.qulice:qulice
[INFO]	   Updating project com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
Props: {project.version=0.12.2, project.parent.version=0.33, project.parent.groupId=com.jcabi, project.artifactId=qulice, project.groupId=com.qulice, project.parent.artifactId=parent}
[INFO]
[INFO] Processing com.qulice:qulice-ant
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-ant, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-checkstyle
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-checkstyle, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-codenarc
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-codenarc, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-findbugs
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-findbugs, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-gradle-plugin
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-gradle-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-maven-plugin
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-maven-plugin, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-pmd
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-pmd, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-spi
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-spi, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] Processing com.qulice:qulice-xml
[INFO]	   Updating parent com.qulice:qulice
[INFO]	       from version 1.0-SNAPSHOT to 0.12.2
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
Props: {project.version=0.12.2, project.parent.version=0.12.2, project.parent.groupId=com.qulice, project.artifactId=qulice-xml, project.groupId=com.qulice, project.parent.artifactId=qulice}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] qulice ............................................ SUCCESS [  4.725 s]
[INFO] qulice-spi ........................................ SKIPPED
[INFO] qulice-checkstyle ................................. SKIPPED
[INFO] qulice-pmd ........................................ SKIPPED
[INFO] qulice-codenarc ................................... SKIPPED
[INFO] qulice-findbugs ................................... SKIPPED
[INFO] qulice-xml ........................................ SKIPPED
[INFO] qulice-ant ........................................ SKIPPED
[INFO] qulice-maven-plugin ............................... SKIPPED
[INFO] qulice-gradle-plugin .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.095 s
[INFO] Finished at: 2015-08-11T12:37:21+00:00
[INFO] Final Memory: 24M/391M
[INFO] ------------------------------------------------------------------------
+ git commit -am 0.12.2
[__rultor 568da85] 0.12.2
 10 files changed, 10 insertions(+), 10 deletions(-)
+ mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --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 176.4 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 67.4 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 300.7 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 17.7 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 498.7 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 46.2 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 49.0 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 90.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 163.2 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 102.2 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 49.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 562.7 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 138.9 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 49.5 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 72.2 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 49.8 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 53.4 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 147.0 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 71.2 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 46.1 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 117.7 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 87.2 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 63.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 96.3 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 61.9 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 40.6 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 89.7 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 95.6 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 77.9 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 77.7 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 70.2 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 79.9 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 146.5 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 595.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 92.8 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 507.5 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 30.4 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 267.6 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 557.3 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 10.2 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 41.4 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 46.8 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 294.8 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 19.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 465.6 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 48.6 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 203.0 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 436.0 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 145.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 129.1 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 85.0 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 101.7 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 326.6 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 48.9 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 52.0 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 43.8 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 224.0 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 214.4 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 90.0 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 111.1 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 57.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.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 129.4 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 115.1 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 114.5 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 282.5 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 380.1 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 70.4 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 153.0 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 582.0 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 482.9 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: https://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:1https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloading: https://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/joda-time/joda-time/2.2/joda-time-2.2.jar (561 KB at 6158.9 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:1https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (520 KB at 3285.5 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: 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 829.4 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:1https://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 184.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded:3https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (194 KB at 1597.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded:3https://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 305.3 KB/sec)
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/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (31 KB at 583.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloading:6https://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:6https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 KB at 576.1 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:2https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (893 KB at 4988.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (418 KB at 9282.3 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 5288.1 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 246.0 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:2http://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar (16 KB at 223.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 365.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded:6http://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 2377.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 206.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded:8http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 140.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded:5http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 541.6 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded:1http://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 1371.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded:1http://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 1450.4 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 KB at 230.8 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
Downloading:2http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 KB at 279.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 316.6 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 126.0 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 1639.0 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/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (457 KB at 4516.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (119 KB at 2882.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded:9http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 KB at 699.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (49 KB at 1288.5 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 4192.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 2278.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 3559.8 KB/sec)
[INFO] Inspecting build with total of 10 modules...
[INFO] Not installing Nexus Staging features:
[INFO]	* Preexisting staging related goal bindings found in 10 modules.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] qulice
[INFO] qulice-spi
[INFO] qulice-checkstyle
[INFO] qulice-pmd
[INFO] qulice-codenarc
[INFO] qulice-findbugs
[INFO] qulice-xml
[INFO] qulice-ant
[INFO] qulice-maven-plugin
[INFO] qulice-gradle-plugin
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice 0.12.2
[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 161.1 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 805.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice ---
[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: 568da85 at timestamp: 2015-08-11T12:37:34
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice ---
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice ---
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 66.6 KB/sec)
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 131.2 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 72.7 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 86.1 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 54.7 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 148.0 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 365.7 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 146.1 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 280.1 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 92.2 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 61.3 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 478.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 44.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 64.6 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/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.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/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/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/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/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloaded:3http://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 689.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.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 563.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 4043.2 KB/sec)
Downloaded:5http://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 2542.6 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 1210.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 3261.5 KB/sec)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice ---
[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 3 files
[INFO] No files to check with PMD
[INFO] No PMD violations found in 0 files
[INFO] /src/site/site.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] CodeNarc not required since no groovy files in /home/r/repo/src
[INFO] No classes at /home/r/repo/target/classes, no FindBugs validation
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
Downloading: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom (12 KB at 224.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar (25 KB at 539.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 KB at 231.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 KB at 709.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom (2 KB at 31.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 284.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 83.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (2 KB at 27.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (2 KB at 38.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 KB at 314.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 17.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 415.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (10 KB at 151.2 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 4275.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 1399.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 62.7 KB/sec)
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] This is not an SVN project
[INFO] No dependency analysis in this project
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 8s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice ---
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/qulice/qulice/0.12.2/qulice-0.12.2.pom
[INFO] Installing /home/r/repo/target/qulice-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice/0.12.2/qulice-0.12.2.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice/0.12.2/qulice-0.12.2.pom
[INFO] Installing /home/r/repo/target/qulice-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice/0.12.2/qulice-0.12.2.pom.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-spi 0.12.2
[INFO] ------------------------------------------------------------------------
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 624.9 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 41.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar (308 KB at 2795.9 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1146 KB at 3963.6 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-spi ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-spi ---
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 97.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 18.0 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 123.6 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 12.3 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 11.6 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 28.7 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-manager/2.5/plexus-compiler-manager-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: 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: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (167 KB at 3257.0 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 467.2 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 101.3 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 496.4 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/r/repo/qulice-spi/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-spi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/qulice-spi/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-spi ---
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 139.2 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 41.9 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 325.0 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 58.7 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 69.4 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/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (39 KB at 748.9 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 253.9 KB/sec)
Downloaded: http://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 4393.5 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 2293.7 KB/sec)
[INFO] Surefire report directory: /home/r/repo/qulice-spi/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 73.3 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 60.6 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 110.4 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 71.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 47.6 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 30.6 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 37.5 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 56.6 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/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: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-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
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar
Downloading:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-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 109.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar (19 KB at 430.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-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 358.2 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 2767.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/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-junit3/2.18.1/common-junit3-2.18.1.jar (12 KB at 220.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/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-java5/2.18.1/common-java5-2.18.1.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar (38 KB at 872.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar (37 KB at 743.5 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.qulice.spi.EnvironmentTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec - in com.qulice.spi.EnvironmentTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-spi ---
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Versionalizing /home/r/repo/qulice-spi/target/classes directory
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] File /home/r/repo/qulice-spi/target/classes/com/qulice/spi/com-qulice-qulice-spi-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-spi ---
[INFO] Building jar: /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-spi >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-spi <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-spi ---
[INFO] Building jar: /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-spi ---
[INFO]
Loading source files for package com.qulice.spi...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Environment.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Environment.Mock.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/ValidationException.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Validator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-frame.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-summary.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-tree.html...
Generating /home/r/repo/qulice-spi/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-spi/target/apidocs/serialized-form.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/ValidationException.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Environment.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Environment.Mock.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Validator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-spi/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-spi/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-spi/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-spi/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-spi/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-spi/target/apidocs/index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/help-doc.html...
[INFO] Building jar: /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-spi ---
[INFO] LICENSE found: file:/home/r/repo/qulice-spi/LICENSE.txt
[INFO] No Checkstyle violations found in 8 files
[INFO] No PMD violations found in 6 files
[INFO] /src/site/site.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-spi/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[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 22s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-spi ---
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) @ qulice-spi ---
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-spi ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-spi ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-spi ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-checkstyle 0.12.2
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-io/r03/guava-io-r03.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-io/r03/guava-io-r03.pom (2 KB at 13.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/r03/guava-parent-r03.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/r03/guava-parent-r03.pom (3 KB at 66.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-annotations/r03/guava-annotations-r03.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-annotations/r03/guava-annotations-r03.pom (769 B at 26.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-base/r03/guava-base-r03.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-base/r03/guava-base-r03.pom (1015 B at 28.3 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 133.6 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 216.2 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 35.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.pom (60 KB at 2131.7 KB/sec)
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 541.6 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 1620.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.pom (3 KB at 72.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom
Downloading: http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom (11 KB at 260.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.pom
Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.pom (3 KB at 49.5 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 38.4 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 413.2 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 68.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-io/r03/guava-io-r03.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-annotations/r03/guava-annotations-r03.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-base/r03/guava-base-r03.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-aspects/0.22/jcabi-aspects-0.22.jar
Downloaded:0https://oss.sonatype.org/content/groups/public/com/google/guava/guava-io/r03/guava-io-r03.jar (47 KB at 1496.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar
Downloaded:0https://oss.sonatype.org/content/groups/public/com/google/guava/guava-annotations/r03/guava-annotations-r03.jar (4 KB at 97.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-base/r03/guava-base-r03.jar (100 KB at 2367.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar (80 KB at 1590.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar (45 KB at 659.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar (115 KB at 2669.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.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/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.jar (366 KB at 5797.9 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 240.3 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.jar (1021 KB at 8797.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.jar
Downloaded:5http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar (52 KB at 995.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.jar (625 KB at 7906.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (425 KB at 4564.4 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-checkstyle ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-checkstyle ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-checkstyle ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-checkstyle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-checkstyle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/r/repo/qulice-checkstyle/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-checkstyle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 57 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-checkstyle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/r/repo/qulice-checkstyle/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-checkstyle ---
[INFO] Surefire report directory: /home/r/repo/qulice-checkstyle/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.qulice.checkstyle.ChecksTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.178 sec - in com.qulice.checkstyle.ChecksTest
Running com.qulice.checkstyle.RedundantThrowsCheckTest
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 2 files
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE976418793930263907.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * HELLO
 */
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 3 files
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
SLF4J: com.qulice.checkstyle.CheckstyleValidator
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.88 sec - in com.qulice.checkstyle.RedundantThrowsCheckTest
Running com.qulice.checkstyle.CheckstyleValidatorTest
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE5221624663611570023.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * Welcome.
 *
 * Friend.
 */
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/package-info.java[11]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/Foo.java[1]: Missing '@author' tag in class/interface comment (JavadocTagsCheck)
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/Foo.java[1]: Missing '@version' tag in class/interface comment (JavadocTagsCheck)
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/Foo.java[6]: Empty line between javadoc and subject (JavadocLocationCheck)
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/Main.java[12]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/package-info.java[11]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 2 files
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.632 sec - in com.qulice.checkstyle.CheckstyleValidatorTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-checkstyle ---
[INFO] Versionalizing /home/r/repo/qulice-checkstyle/target/classes directory
[INFO] File /home/r/repo/qulice-checkstyle/target/classes/com/qulice/checkstyle/com-qulice-qulice-checkstyle-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-checkstyle ---
[INFO] Building jar: /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-checkstyle >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-checkstyle <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-checkstyle ---
[INFO] Building jar: /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-checkstyle ---
[INFO]
Loading source files for package com.qulice.checkstyle...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/BracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/CheckstyleValidator.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ConditionalRegexpMultilineCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ConstantUsageCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/CurlyBracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/EmptyLinesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ImportCohesionCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/JavadocLocationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/JavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/MethodBodyCommentsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/MethodsOrderCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/MultilineJavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/NonStaticMethodCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/StringLiteralsConcatenationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-frame.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-summary.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-tree.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/BracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/JavadocLocationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/MultilineJavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/CurlyBracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ConditionalRegexpMultilineCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/EmptyLinesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ImportCohesionCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/NonStaticMethodCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/MethodsOrderCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/MethodBodyCommentsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ConstantUsageCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/StringLiteralsConcatenationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ProtectedMethodInFinalClassCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/JavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/CheckstyleValidator.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/index.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/help-doc.html...
7 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java:114: warning - Tag @see: can't find validate() in com.qulice.checkstyle.CheckstyleValidator
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java:143: warning - Tag @see: can't find configuration() in com.qulice.checkstyle.CheckstyleValidator
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java:62: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java:69: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/ConstantUsageCheck.java:57: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/ImportCohesionCheck.java:60: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodBodyCommentsCheck.java:53: warning - @todo is an unknown tag.
[INFO] Building jar: /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-checkstyle ---
[INFO] LICENSE found: file:/home/r/repo/qulice-checkstyle/LICENSE.txt
[INFO] No Checkstyle violations found in 82 files
[INFO] No PMD violations found in 50 files
[INFO] /src/site/site.xml: to be validated
[INFO] /src/main/resources/com/qulice/checkstyle/checks.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/config.xml: skipped
[INFO] /src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/config.xml: skipped
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-checkstyle/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[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 29s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-checkstyle ---
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) @ qulice-checkstyle ---
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-checkstyle ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-checkstyle ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]	+ Using server credentials "oss.sonatype.org&quot; 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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-checkstyle ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-pmd 0.12.2
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom (3 KB at 78.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/jdom/jdom/1.0/jdom-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/xom/xom/1.0/xom-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.jar
Downloaded:5http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.jar (150 KB at 2993.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.jar (107 KB at 2006.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.jar (52 KB at 1011.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar (222 KB at 3517.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar (292 KB at 4485.7 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-pmd ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-pmd ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-pmd ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-pmd ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-pmd ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/r/repo/qulice-pmd/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-pmd ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-pmd ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/r/repo/qulice-pmd/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-pmd ---
[INFO] Surefire report directory: /home/r/repo/qulice-pmd/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.qulice.pmd.FilesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in com.qulice.pmd.FilesTest
Running com.qulice.pmd.PMDValidatorTest
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Main.java[1-1]: Avoid using redundant field initializer for 'x' (RedundantFieldInitializer)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Main.java[1-1]: Use explicit scoping instead of the default package private level (DefaultPackage)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Main.java[1-1]: All classes and interfaces must belong to a named package (NoPackage)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.146 sec - in com.qulice.pmd.PMDValidatorTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-pmd ---
[INFO] Versionalizing /home/r/repo/qulice-pmd/target/classes directory
[INFO] File /home/r/repo/qulice-pmd/target/classes/com/qulice/pmd/com-qulice-qulice-pmd-jar.txt added
[INFO] File /home/r/repo/qulice-pmd/target/classes/com/qulice/pmd/rules/com-qulice-qulice-pmd-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-pmd ---
[INFO] Building jar: /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-pmd >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-pmd <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-pmd ---
[INFO] Building jar: /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-pmd ---
[INFO]
Loading source files for package com.qulice.pmd...
Loading source files for package com.qulice.pmd.rules...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/DataSourceReader.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/Files.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/PMDValidator.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/SourceValidator.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/UnnecessaryLocalRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/overview-frame.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-frame.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-summary.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-tree.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-frame.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-summary.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-tree.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/class-use/DataSourceReader.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/class-use/PMDValidator.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/class-use/Files.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/class-use/SourceValidator.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/class-use/UnnecessaryLocalRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-use.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/index.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/overview-summary.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-pmd/src/main/java/com/qulice/pmd/Files.java:53: warning - Tag @see: can't find validate() in com.qulice.pmd.Files
[INFO] Building jar: /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-pmd ---
[INFO] LICENSE found: file:/home/r/repo/qulice-pmd/LICENSE.txt
[INFO] No Checkstyle violations found in 15 files
[INFO] No PMD violations found in 11 files
[INFO] /src/site/site.xml: to be validated
[INFO] /src/main/resources/com/qulice/pmd/ruleset.xml: skipped
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-pmd/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[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 19s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-pmd ---
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) @ qulice-pmd ---
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-pmd ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-pmd ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-pmd ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-codenarc 0.12.2
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.pom (18 KB at 276.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.jar (6807 KB at 12089.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (12 KB at 269.5 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar (1292 KB at 9294.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-codenarc ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-codenarc ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-codenarc ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-codenarc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-codenarc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/r/repo/qulice-codenarc/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-codenarc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-codenarc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/qulice-codenarc/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-codenarc ---
[INFO] Surefire report directory: /home/r/repo/qulice-codenarc/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.qulice.codenarc.CodeNarcValidatorTest
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: com.qulice.codenarc.CodeNarcValidator
CodeNarc completed: (p1=0; p2=1; p3=0) 18768ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 1 file(s)
[ERROR] com.qulice.codenarc.CodeNarcValidator: /tmp/mock2401442538370272750.qulice/basedir/src/Main.groovy[1]: Violation in class None. System.out.println should be replaced with something more robust (SystemOutPrint)
CodeNarc completed: (p1=0; p2=0; p3=0) 15136ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 0 file(s)
CodeNarc completed: (p1=0; p2=0; p3=0) 15148ms
CodeNarc completed: (p1=0; p2=1; p3=0) 18735ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 1 file(s)
[ERROR] com.qulice.codenarc.CodeNarcValidator: /tmp/mock4778096300734708507.qulice/basedir/src/main/Foo.groovy[1]: Violation in class None. System.out.println should be replaced with something more robust (SystemOutPrint)
CodeNarc completed: (p1=0; p2=0; p3=0) 18737ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 1 file(s)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.069 sec - in com.qulice.codenarc.CodeNarcValidatorTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-codenarc ---
[INFO] Versionalizing /home/r/repo/qulice-codenarc/target/classes directory
[INFO] File /home/r/repo/qulice-codenarc/target/classes/com/qulice/codenarc/com-qulice-qulice-codenarc-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-codenarc ---
[INFO] Building jar: /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-codenarc >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-codenarc <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-codenarc ---
[INFO] Building jar: /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-codenarc ---
[INFO]
Loading source files for package com.qulice.codenarc...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-codenarc/target/apidocs/com/qulice/codenarc/CodeNarcValidator.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/com/qulice/codenarc/package-frame.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/com/qulice/codenarc/package-summary.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/com/qulice/codenarc/package-tree.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/com/qulice/codenarc/class-use/CodeNarcValidator.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/com/qulice/codenarc/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-codenarc/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-codenarc/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/index.html...
Generating /home/r/repo/qulice-codenarc/target/apidocs/help-doc.html...
[INFO] Building jar: /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-codenarc ---
[INFO] LICENSE found: file:/home/r/repo/qulice-codenarc/LICENSE.txt
[INFO] No Checkstyle violations found in 8 files
[INFO] No PMD violations found in 4 files
[INFO] /src/site/site.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-codenarc/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 14s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-codenarc ---
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) @ qulice-codenarc ---
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-codenarc ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-codenarc ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-codenarc ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-findbugs 0.12.2
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.pom (7 KB at 192.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.jar (46 KB at 1172.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom (11 KB at 318.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 11.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom (950 B at 22.6 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 44.5 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 48.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom (6 KB at 138.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.pom (8 KB at 194.3 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/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.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/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar
Downloaded:4https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar (23 KB at 517.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.jar (70 KB at 1450.4 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar (33 KB at 608.6 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar (3711 KB at 13949.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloading: http://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloaded:/http://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (3 KB at 55.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (41 KB at 1044.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar (12 KB at 293.4 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-findbugs ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.9:add-test-source (jcabi-add-test-sources) @ qulice-findbugs ---
[INFO] Test Source directory: /home/r/repo/qulice-findbugs/src/mock/java added.
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-findbugs ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-findbugs ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-findbugs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-findbugs/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-findbugs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/r/repo/qulice-findbugs/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-findbugs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-findbugs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/r/repo/qulice-findbugs/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-findbugs ---
[INFO] Surefire report directory: /home/r/repo/qulice-findbugs/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.qulice.findbugs.FindBugsValidatorTest
[DEBUG] com.qulice.findbugs.BytecodeMocker: #findIn('/tmp/1439296815674-0'): found file '/tmp/1439296815674-0/Foo.class' with 399 bytes
[DEBUG] com.qulice.findbugs.BytecodeMocker: #mock(): produced 399 bytes in bytecode for 'class Foo { public Foo clone() { return this; } }'
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(com.qulice.findbugs.Wrap): found at /home/r/repo/qulice-findbugs/target/classes
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.FindBugs2): found at /home/r/.m2/repository/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.bcel.classfile.ClassFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.dom4j.DocumentException): found at /home/r/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.jaxen.JaxenException): found at /home/r/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.tree.ClassNode): found at /home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.ClassVisitor): found at /home/r/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(javax.annotation.meta.When): found at /home/r/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.formatStringChecker.FormatterNumberFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.commons.lang.StringEscapeUtils): found at /home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[WARN ] com.qulice.findbugs.FindBugsValidator: FindBugs: H B CN: Foo defines clone() but doesn't implement Cloneable  At input558154398544627870.java:[line 1]
[DEBUG] com.qulice.findbugs.BytecodeMocker: #findIn('/tmp/1439296815688-0'): found file '/tmp/1439296815688-0/Foo.class' with 400 bytes
[DEBUG] com.qulice.findbugs.BytecodeMocker: #mock(): produced 400 bytes in bytecode for 'class Foo { public Foo clone() { return this; } }'
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(com.qulice.findbugs.Wrap): found at /home/r/repo/qulice-findbugs/target/classes
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.FindBugs2): found at /home/r/.m2/repository/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.bcel.classfile.ClassFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.dom4j.DocumentException): found at /home/r/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.jaxen.JaxenException): found at /home/r/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.tree.ClassNode): found at /home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.ClassVisitor): found at /home/r/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(javax.annotation.meta.When): found at /home/r/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.formatStringChecker.FormatterNumberFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.commons.lang.StringEscapeUtils): found at /home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[ERROR] com.jcabi.aspects.aj.MethodValidator: 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)
[DEBUG] com.qulice.findbugs.BytecodeMocker: #findIn('/tmp/1439296815674-1'): found file '/tmp/1439296815674-1/Foo.class' with 400 bytes
[DEBUG] com.qulice.findbugs.BytecodeMocker: #mock(): produced 400 bytes in bytecode for 'class Foo { public Foo clone() { return this; } }'
[DEBUG] com.qulice.findbugs.BytecodeMocker: #findIn('/tmp/1439296819300-0'): found file '/tmp/1439296819300-0/Bar.class' with 400 bytes
[DEBUG] com.qulice.findbugs.BytecodeMocker: #mock(): produced 400 bytes in bytecode for 'class Bar { public Bar clone() { return this; } }'
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(com.qulice.findbugs.Wrap): found at /home/r/repo/qulice-findbugs/target/classes
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.FindBugs2): found at /home/r/.m2/repository/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.bcel.classfile.ClassFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.dom4j.DocumentException): found at /home/r/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.jaxen.JaxenException): found at /home/r/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.tree.ClassNode): found at /home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.ClassVisitor): found at /home/r/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(javax.annotation.meta.When): found at /home/r/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.formatStringChecker.FormatterNumberFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.commons.lang.StringEscapeUtils): found at /home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(com.qulice.findbugs.Wrap): found at /home/r/repo/qulice-findbugs/target/classes
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.FindBugs2): found at /home/r/.m2/repository/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.bcel.classfile.ClassFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.dom4j.DocumentException): found at /home/r/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.jaxen.JaxenException): found at /home/r/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.tree.ClassNode): found at /home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.objectweb.asm.ClassVisitor): found at /home/r/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(javax.annotation.meta.When): found at /home/r/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(edu.umd.cs.findbugs.formatStringChecker.FormatterNumberFormatException): found at /home/r/.m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
[DEBUG] com.qulice.findbugs.FindBugsValidator: #jar(org.apache.commons.lang.StringEscapeUtils): found at /home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.758 sec - in com.qulice.findbugs.FindBugsValidatorTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-findbugs ---
[INFO] Versionalizing /home/r/repo/qulice-findbugs/target/classes directory
[INFO] File /home/r/repo/qulice-findbugs/target/classes/com/qulice/findbugs/com-qulice-qulice-findbugs-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-findbugs ---
[INFO] Building jar: /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-findbugs >>>
[INFO]
[INFO] --- build-helper-maven-plugin:1.9:add-test-source (jcabi-add-test-sources) @ qulice-findbugs ---
[INFO] Test Source directory: /home/r/repo/qulice-findbugs/src/mock/java added.
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-findbugs <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-findbugs ---
[INFO] Building jar: /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-findbugs ---
[INFO]
Loading source files for package com.qulice.findbugs...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/FindBugsValidator.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/Wrap.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/package-frame.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/package-summary.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/package-tree.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/class-use/FindBugsValidator.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/class-use/Wrap.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/com/qulice/findbugs/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-findbugs/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-findbugs/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/index.html...
Generating /home/r/repo/qulice-findbugs/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-findbugs/src/main/java/com/qulice/findbugs/FindBugsValidator.java:74: warning - @checkstyle is an unknown tag.
[INFO] Building jar: /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (jcabi-mock-artifact) @ qulice-findbugs ---
[INFO] Building jar: /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-findbugs ---
[INFO] LICENSE found: file:/home/r/repo/qulice-findbugs/LICENSE.txt
[INFO] No Checkstyle violations found in 10 files
[INFO] No PMD violations found in 7 files
[INFO] /src/site/site.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-findbugs/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 4s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-findbugs ---
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) @ qulice-findbugs ---
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-findbugs ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-findbugs ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-findbugs ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-xml 0.12.2
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-xml ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-xml ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-xml ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-xml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-xml/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-xml ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/r/repo/qulice-xml/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-xml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-xml ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/qulice-xml/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-xml ---
[INFO] Surefire report directory: /home/r/repo/qulice-xml/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.qulice.xml.XmlValidatorTest
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: com.qulice.xml.XmlValidator
SLF4J: com.qulice.xml.XmlValidator
SLF4J: com.qulice.xml.XmlValidator
SLF4J: com.qulice.xml.XmlValidator
SLF4J: com.qulice.xml.XmlValidator
SLF4J: com.qulice.xml.XmlValidator
[INFO ] com.qulice.xml.XmlValidator: /src/main/resources/valid4.xml: to be validated
[WARN ] com.qulice.xml.XmlValidator: Failed to validate file /src/main/resources/valid4.xml against schema(s). Cause: java.lang.IllegalStateException: org.xml.sax.SAXParseException; systemId: http://simple.com/test.xsd; lineNumber: 1; columnNumber: 1; Premature end of file.
[ERROR] com.jcabi.aspects.aj.MethodValidator: 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)
[WARN ] com.jcabi.xml.StrictXML: 1 XML validation error(s):
  -1:-1: cvc-elt.1: Cannot find the declaration of element 'a'.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<a/>

[WARN ] com.jcabi.xml.StrictXML: 2 XML validation error(s):
  -1:-1: cvc-complex-type.3.2.2: Attribute 'noSuchAttribute' is not allowed to appear in element 'bean'.
  -1:-1: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'util:shouldFail'.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
<bean noSuchAttribute="fail"/>
<util:shouldFail/>
</beans>

[WARN ] com.jcabi.xml.StrictXML: 3 XML validation error(s):
  6:195: TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://maven.apache.org/DECORATION/1.3.0'.
  -1:-1: cvc-elt.1: Cannot find the declaration of element 'project'.
  6:195: TargetNamespace.2: Expecting no namespace, but the schema document has a target namespace of 'http://maven.apache.org/DECORATION/1.3.0'.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="test" xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/decoration-1.3.0.xsd">
</project>

Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 10 sec - in com.qulice.xml.XmlValidatorTest

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 1

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-xml ---
[INFO] Versionalizing /home/r/repo/qulice-xml/target/classes directory
[INFO] File /home/r/repo/qulice-xml/target/classes/com/qulice/xml/com-qulice-qulice-xml-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-xml ---
[INFO] Building jar: /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-xml >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-xml <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-xml ---
[INFO] Building jar: /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-xml ---
[INFO]
Loading source files for package com.qulice.xml...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/Prettifier.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/XmlValidator.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/package-frame.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/package-summary.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/package-tree.html...
Generating /home/r/repo/qulice-xml/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/class-use/XmlValidator.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/class-use/Prettifier.html...
Generating /home/r/repo/qulice-xml/target/apidocs/com/qulice/xml/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-xml/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-xml/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-xml/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-xml/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-xml/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-xml/target/apidocs/index.html...
Generating /home/r/repo/qulice-xml/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-xml/src/main/java/com/qulice/xml/Prettifier.java:54: warning - @checkstyle is an unknown tag.
[INFO] Building jar: /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-xml ---
[INFO] LICENSE found: file:/home/r/repo/qulice-xml/LICENSE.txt
[INFO] No Checkstyle violations found in 8 files
[INFO] No PMD violations found in 5 files
[INFO] /src/site/site.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-xml/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[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 15s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-xml ---
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) @ qulice-xml ---
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-xml ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-xml ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-xml ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-ant 0.12.2
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.6/maven-invoker-plugin-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.6/maven-invoker-plugin-1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.6/maven-invoker-plugin-1.6.pom (11 KB at 202.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.6/maven-invoker-plugin-1.6.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.6/maven-invoker-plugin-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.6/maven-invoker-plugin-1.6.jar (89 KB at 1913.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.pom (10 KB at 178.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (10 KB at 195.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (6 KB at 130.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (3 KB at 48.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.jar (54 KB at 1232.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 KB at 408.0 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (1972 KB at 16032.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-ant ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-ant ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-ant ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-ant/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-ant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/r/repo/qulice-ant/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-ant/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-ant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/qulice-ant/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-ant ---
[INFO] Surefire report directory: /home/r/repo/qulice-ant/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.qulice.ant.AntEnvironmentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 sec - in com.qulice.ant.AntEnvironmentTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-ant ---
[INFO] Versionalizing /home/r/repo/qulice-ant/target/classes directory
[INFO] File /home/r/repo/qulice-ant/target/classes/com/qulice/ant/com-qulice-qulice-ant-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-ant ---
[INFO] Building jar: /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-ant >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-ant <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-ant ---
[INFO] Building jar: /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-ant ---
[INFO]
Loading source files for package com.qulice.ant...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/AntEnvironment.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/QuliceTask.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-frame.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-summary.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-tree.html...
Generating /home/r/repo/qulice-ant/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/class-use/AntEnvironment.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/class-use/QuliceTask.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-ant/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-ant/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-ant/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-ant/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-ant/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-ant/target/apidocs/index.html...
Generating /home/r/repo/qulice-ant/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-ant/src/main/java/com/qulice/ant/AntEnvironment.java:83: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-ant/src/main/java/com/qulice/ant/QuliceTask.java:55: warning - @checkstyle is an unknown tag.
[INFO] Building jar: /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-javadoc.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.6:install (default) @ qulice-ant ---
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.13/log4j-1.2.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.13/log4j-1.2.13.pom (389 B at 10.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.pom (27 KB at 891.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15/jcabi-log-0.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15/jcabi-log-0.15.pom (5 KB at 113.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.1/jcabi-log-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.1/jcabi-log-0.12.1.pom (5 KB at 143.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.0.2/jcabi-1.0.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.0.2/jcabi-1.0.2.pom (11 KB at 359.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.13.1/parent-0.13.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.13.1/parent-0.13.1.pom (76 KB at 1839.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom (2 KB at 31.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom (2 KB at 37.7 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 33.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom (4 KB at 79.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 KB at 970.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm/3.2/asm-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.pom (264 B at 6.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.2/asm-parent-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom (5 KB at 101.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-commons/3.2/asm-commons-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom (415 B at 9.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.2/asm-tree-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom (404 B at 9.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.2/asm-util-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom (409 B at 9.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.2/asm-analysis-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 8.9 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 30.2 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 418.9 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 35.9 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 149.4 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 381.6 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 86.5 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 66.0 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 37.2 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 58.0 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 137.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.6/groovy-1.8.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.6/groovy-1.8.6.pom (32 KB at 834.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.pom (3 KB at 59.1 KB/sec)
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/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.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/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.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/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-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: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.6/groovy-1.8.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm/3.2/asm-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-commons/3.2/asm-commons-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.2/asm-util-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.2/asm-analysis-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.2/asm-tree-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.jar (5354 KB at 7313.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.6/groovy-1.8.6.jar (5417 KB at 8423.2 KB/sec)
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-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 2862.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 576.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 KB at 422.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 4582.3 KB/sec)
Downloading: http://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-sink-api/1.1.4/doxia-sink-api-1.1.4.jar (13 KB at 247.8 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:1http://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 230.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.jar
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 1277.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar (50 KB at 1127.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar
Downloaded: http://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 349.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar
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 830.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.jar (43 KB at 1059.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 KB at 428.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar (36 KB at 811.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.jar (33 KB at 702.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.jar (22 KB at 521.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.jar (36 KB at 744.9 KB/sec)
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice/0.12.2/qulice-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.6:run (default) @ qulice-ant ---
[INFO] Building: findbugs-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building findbugs-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 318.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 270.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 1514.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 KB at 3613.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 4009.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 2641.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 2994.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 4149.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom (15 KB at 3616.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 4804.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 45.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1221.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 393.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 518.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 991.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 203.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 651.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (5 KB at 268.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (31 KB at 4408.9 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ findbugs-violations ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 710.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 2945.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 2976.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (4 KB at 1116.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 1323.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 1632.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 816.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 4088.4 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ findbugs-violations ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 1287.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 651.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 330.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 932.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 2189.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 1285.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 160.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 2801.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 108.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 2231.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 381.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 966.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 1280.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 903.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 1540.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 950.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 3276.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 466.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 285.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 175.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 1273.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 1664.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 513.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 985.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 3462.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 1224.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 1623.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 465.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 8185.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 2826.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 4249.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 6688.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 5668.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 434.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 2852.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 1397.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 2944.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 2457.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 3937.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 869.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 1390.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 15098.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 4854.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 9803.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 223.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 21047.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 36323.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 11823.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 19875.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 569.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 831.2 KB/sec)
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-ant/target/it/findbugs-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ findbugs-violations ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 1459.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 9231.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 7855.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 790.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 1121.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 7602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 1004.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 3066.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 1918.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 1001.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 1856.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 851.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 2646.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 1924.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 1013.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 627.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 1667.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 42.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 163.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 163.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 9089.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 3300.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 13242.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 42.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 44.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 46.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 153.4 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 652.9 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 465.9 KB/sec)
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/qulice-ant/target/it/findbugs-violations/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ findbugs-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-ant/target/it/findbugs-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ findbugs-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ findbugs-violations ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3 KB at 109.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 90.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (6 KB at 300.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 88.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 718.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 3068.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 9153.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 1759.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 1441.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 3394.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 3615.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 4559.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 11051.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom (13 KB at 6248.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 1207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 15165.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 9899.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 37731.4 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 2116.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 4101.0 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 595.4 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (257 KB at 4071.0 KB/sec)
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ findbugs-violations ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 2215.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 1371.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 846.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 2634.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 9088.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 994.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 4847.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 10650.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 19685.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 512.6 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 1539.5 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3120.8 KB/sec)
[INFO] [INFO] Building jar: /home/r/repo/qulice-ant/target/it/findbugs-violations/target/findbugs-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-antrun-plugin:1.7:run (antrun) @ findbugs-violations ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 34.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 15385.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.13/log4j-1.2.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.13/log4j-1.2.13.pom (389 B at 189.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.pom (2 KB at 1447.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom (950 B at 463.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2 KB at 1936.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (3 KB at 2034.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (2 KB at 944.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.15/jcabi-log-0.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.15/jcabi-log-0.15.pom (5 KB at 4409.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.pom (5 KB at 4411.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (8 KB at 3874.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.17.1/jcabi-aspects-0.17.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.17.1/jcabi-aspects-0.17.1.pom (8 KB at 7382.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.11/jcabi-1.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi/1.11/jcabi-1.11.pom (11 KB at 5296.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.24/parent-0.24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.24/parent-0.24.pom (76 KB at 25122.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.1/jcabi-log-0.12.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.1/jcabi-log-0.12.1.pom (5 KB at 4290.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.0.2/jcabi-1.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/jcabi/1.0.2/jcabi-1.0.2.pom (11 KB at 10423.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.13.1/parent-0.13.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/jcabi/parent/0.13.1/parent-0.13.1.pom (76 KB at 37703.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.7.3/aspectjrt-1.7.3.pom (2 KB at 1017.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom (2 KB at 1017.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (2 KB at 79.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 KB at 853.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/12/maven-parent-12.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 KB at 1633.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (3 KB at 123.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (3 KB at 68.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (4 KB at 158.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 5177.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 4785.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 1403.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2 KB at 83.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (3 KB at 111.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (3 KB at 116.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (2 KB at 61.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (2 KB at 125.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (10 KB at 401.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (5 KB at 269.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (3 KB at 94.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 KB at 1194.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (13 KB at 573.0 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1889 KB at 11376.0 KB/sec)
[INFO] [INFO] Executing tasks
[INFO]
[INFO] main:
[INFO]	    [echo] plugin classpath:  /home/r/repo/qulice-ant/target/local-repo/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/guava/guava/18.0/guava-18.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.jar:/home/r/repo/qulice-ant/target/local-repo/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/r/repo/qulice-ant/target/local-repo/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.jar:/home/r/repo/qulice-ant/target/local-repo/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar:/home/r/repo/qulice-ant/target/local-repo/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/r/repo/qulice-ant/target/local-repo/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar:/usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/beust/jcommander/1.27/jcommander-1.27.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar:/home/r/repo/qulice-ant/target/local-repo/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar:/home/r/repo/qulice-ant/target/local-repo/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/org/codenarc/CodeNarc/0.21/CodeNarc-0.21.jar:/home/r/repo/qulice-ant/target/local-repo/org/gmetrics/GMetrics/0.5/GMetrics-0.5.jar:/home/r/repo/qulice-ant/target/local-repo/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.jar:/home/r/repo/qulice-ant/target/local-repo/log4j/log4j/1.2.17/log4j-1.2.17.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar:/home/r/repo/qulice-ant/target/local-repo/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar:/home/r/repo/qulice-ant/target/local-repo/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar:/home/r/repo/qulice-ant/target/local-repo/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar:/home/r/repo/qulice-ant/target/local-repo/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar:/home/r/repo/qulice-ant/target/local-repo/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar:/home/r/repo/qulice-ant/target/local-repo/xalan/xalan/2.7.1/xalan-2.7.1.jar:/home/r/repo/qulice-ant/target/local-repo/xalan/serializer/2.7.1/serializer-2.7.1.jar:/home/r/repo/qulice-ant/target/local-repo/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar:/home/r/repo/qulice-ant/target/local-repo/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar:/home/r/repo/qulice-ant/target/local-repo/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.jar:/home/r/repo/qulice-ant/target/local-repo/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/r/repo/qulice-ant/target/local-repo/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar:/home/r/repo/qulice-ant/target/local-repo/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar:/home/r/repo/qulice-ant/target/local-repo/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/home/r/repo/qulice-ant/target/local-repo/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar:/home/r/repo/qulice-ant/target/local-repo/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar:/home/r/repo/qulice-ant/target/local-repo/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/r/repo/qulice-ant/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar:/home/r/repo/qulice-ant/target/local-repo/junit/junit/3.8.1/junit-3.8.1.jar:/home/r/repo/qulice-ant/target/local-repo/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/ant/ant/1.8.2/ant-1.8.2.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO]
[INFO] qulice:
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-ant/target/it/findbugs-violations/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 2 files
[INFO] [INFO] No PMD violations found in 2 files
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-ant/target/it/findbugs-violations/src
[INFO] [WARNING] FindBugs: H P Dm: com.qulice.foo.Main.list is or uses a map or set of URLs, which can be a performance hog  In Main.java
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 24.227 s
[INFO] [INFO] Finished at: 2015-08-11T12:41:54+00:00
[INFO] [INFO] Final Memory: 29M/476M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (antrun) on project findbugs-violations: An Ant BuildException has occured: The following error occurred while executing this line:
[INFO] [ERROR] /home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml:14: Failure
[INFO] [ERROR] around Ant part ...<ant antfile="/home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml">... @ 7:82 in /home/r/repo/qulice-ant/target/it/findbugs-violations/target/antrun/build-main.xml: 1 FindBugs violations (see log above)
[INFO] [ERROR] -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (antrun) on project findbugs-violations: An Ant BuildException has occured: The following error occurred while executing this line:
[INFO] /home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml:14: Failure
[INFO] around Ant part ...<ant antfile="/home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml">... @ 7:82 in /home/r/repo/qulice-ant/target/it/findbugs-violations/target/antrun/build-main.xml
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoExecutionException: An Ant BuildException has occured: The following error occurred while executing this line:
[INFO] /home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml:14: Failure
[INFO] around Ant part ...<ant antfile="/home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml">... @ 7:82 in /home/r/repo/qulice-ant/target/it/findbugs-violations/target/antrun/build-main.xml
[INFO]	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:355)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: /home/r/repo/qulice-ant/target/it/findbugs-violations/target/antrun/build-main.xml:7: The following error occurred while executing this line:
[INFO] /home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml:14: Failure
[INFO]	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
[INFO]	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
[INFO]	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[INFO]	at org.apache.tools.ant.Task.perform(Task.java:348)
[INFO]	at org.apache.tools.ant.Target.execute(Target.java:390)
[INFO]	at org.apache.tools.ant.Target.performTasks(Target.java:411)
[INFO]	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[INFO]	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[INFO]	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:327)
[INFO]	... 21 more
[INFO] Caused by: /home/r/repo/qulice-ant/target/it/findbugs-violations/build.xml:14: Failure
[INFO]	at com.qulice.ant.QuliceTask.execute(QuliceTask.java:113)
[INFO]	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[INFO]	at org.apache.tools.ant.Task.perform(Task.java:348)
[INFO]	at org.apache.tools.ant.Target.execute(Target.java:390)
[INFO]	at org.apache.tools.ant.Target.performTasks(Target.java:411)
[INFO]	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[INFO]	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[INFO]	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[INFO]	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[INFO]	... 33 more
[INFO] Caused by: com.qulice.spi.ValidationException: 1 FindBugs violations (see log above)
[INFO]	at com.qulice.findbugs.FindBugsValidator.check(FindBugsValidator.java:239)
[INFO]	at com.qulice.findbugs.FindBugsValidator.validate(FindBugsValidator.java:78)
[INFO]	at com.qulice.ant.QuliceTask.validate(QuliceTask.java:146)
[INFO]	at com.qulice.ant.QuliceTask.execute(QuliceTask.java:102)
[INFO]	... 46 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] run script /home/r/repo/qulice-ant/target/it/findbugs-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-ant/target/it/findbugs-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-ant/target/it/findbugs-violations/verify.groovy
[INFO] ..SUCCESS (28.8 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]	 Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-ant ---
[INFO] LICENSE found: file:/home/r/repo/qulice-ant/LICENSE.txt
[INFO] No Checkstyle violations found in 15 files
[INFO] No PMD violations found in 7 files
[INFO] /src/it/findbugs-violations/pom.xml: skipped
[INFO] /src/it/findbugs-violations/build.xml: skipped
[INFO] /src/it/settings.xml: skipped
[INFO] /src/site/site.xml: to be validated
CodeNarc completed: (p1=0; p2=0; p3=0) 14682ms
[INFO] CodeNarc validated 1 file(s)
[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 21s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-ant ---
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) @ qulice-ant ---
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-ant ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-ant ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-ant ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-maven-plugin 0.12.2
[INFO] ------------------------------------------------------------------------
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 269.1 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 981.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.pom (3 KB at 59.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom (12 KB at 270.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (4 KB at 74.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 62.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (3 KB at 53.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (131 KB at 2336.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.2.0/org.eclipse.sisu.plexus-0.2.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.2.0/org.eclipse.sisu.plexus-0.2.0.jar (195 KB at 3130.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloading:0http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 KB at 576.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (37 KB at 527.1 KB/sec)
Downloading:3http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (46 KB at 591.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (148 KB at 2451.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (56 KB at 1174.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (546 KB at 5514.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (16 KB at 334.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (128 KB at 2083.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (46 KB at 957.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 KB at 983.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (88 KB at 1652.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (160 KB at 2495.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (51 KB at 942.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.jar (48 KB at 758.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (212 KB at 3412.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (181 KB at 2779.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar (20 KB at 322.6 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-maven-plugin ---
[INFO]
[INFO] --- maven-plugin-plugin:3.3:helpmojo (default) @ qulice-maven-plugin ---
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 102.5 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 52.0 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 81.2 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 68.4 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 47.6 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 24.2 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 65.1 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-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-tree/5.0.2/asm-tree-5.0.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (52 KB at 1181.5 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: 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 669.2 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/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 KB at 675.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar
Downloaded: http://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 447.4 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: http://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 928.2 KB/sec)
Downloaded:2http://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 414.9 KB/sec)
Downloaded: http://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 324.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 430.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar (237 KB at 3583.0 KB/sec)
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ qulice-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-maven-plugin ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-maven-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/r/repo/qulice-maven-plugin/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (compile-helpmojo) @ qulice-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/qulice-maven-plugin/target/classes
[INFO]
[INFO] --- maven-plugin-plugin:3.3:descriptor (default) @ qulice-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[WARNING] Deprecated @component for project field in com.qulice.maven.InstrumentMojo.: replace with @parameter name="${project}" @readonly
[WARNING] Deprecated @component for session field in com.qulice.maven.InstrumentMojo.: replace with @parameter name="${session}" @readonly
[WARNING] Deprecated @component for project field in com.qulice.maven.CheckMojo.: replace with @parameter name="${project}" @readonly
[WARNING] Deprecated @component for session field in com.qulice.maven.CheckMojo.: replace with @parameter name="${session}" @readonly
[INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/r/repo/qulice-maven-plugin/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-maven-plugin ---
[INFO] Surefire report directory: /home/r/repo/qulice-maven-plugin/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.qulice.maven.CheckMojoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.231 sec - in com.qulice.maven.CheckMojoTest
Running com.qulice.maven.DefaultMavenEnvironmentTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 sec - in com.qulice.maven.DefaultMavenEnvironmentTest
Running com.qulice.maven.DefaultValidatorsProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in com.qulice.maven.DefaultValidatorsProviderTest
Running com.qulice.maven.DependenciesValidatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.379 sec - in com.qulice.maven.DependenciesValidatorTest
Running com.qulice.maven.SvnPropertiesValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 sec - in com.qulice.maven.SvnPropertiesValidatorTest
Running com.qulice.maven.PomXpathValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 sec - in com.qulice.maven.PomXpathValidatorTest

Results :

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

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-maven-plugin ---
[INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/classes directory
[INFO] File /home/r/repo/qulice-maven-plugin/target/classes/com/qulice/maven/com-qulice-qulice-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-maven-plugin ---
[INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.3:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ qulice-maven-plugin ---
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-maven-plugin >>>
[INFO]
[INFO] --- maven-plugin-plugin:3.3:helpmojo (default) @ qulice-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[WARNING] Deprecated @component for project field in com.qulice.maven.InstrumentMojo.: replace with @parameter name="${project}" @readonly
[WARNING] Deprecated @component for session field in com.qulice.maven.InstrumentMojo.: replace with @parameter name="${session}" @readonly
[WARNING] Deprecated @component for project field in com.qulice.maven.CheckMojo.: replace with @parameter name="${project}" @readonly
[WARNING] Deprecated @component for session field in com.qulice.maven.CheckMojo.: replace with @parameter name="${session}" @readonly
[INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-maven-plugin <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-maven-plugin ---
[INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-maven-plugin ---
[INFO]
Loading source files for package com.qulice.maven...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/AbstractQuliceMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/CheckMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/CoberturaValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/DefaultMavenEnvironment.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/DuplicateFinderValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/EnforcerValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/HelpMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/InstrumentMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/JslintValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/MojoExecutor.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/PomXpathValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/SnapshotsValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/SvnPropertiesValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-frame.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-summary.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-tree.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/DefaultMavenEnvironment.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/CheckMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/DuplicateFinderValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/SvnPropertiesValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/MojoExecutor.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/AbstractQuliceMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/SnapshotsValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/JslintValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/HelpMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/InstrumentMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/PomXpathValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/CoberturaValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/EnforcerValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/index.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/help-doc.html...
4 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultMavenEnvironment.java:65: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java:55: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java:55: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/qulice-maven-plugin/src/main/java/com/qulice/maven/MojoExecutor.java:105: warning - @checkstyle is an unknown tag.
[INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-javadoc.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.6:install (default) @ qulice-maven-plugin ---
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice/0.12.2/qulice-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-0.12.2-mock.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-0.12.2-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.6:run (default) @ qulice-maven-plugin ---
[INFO] Building: checkstyle-newlines/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building checkstyle-newlines 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 112.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 1414.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 1838.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 KB at 3613.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 4009.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 2641.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 2994.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 4118.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 38.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 881.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 409.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 396.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 991.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 316.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1748.7 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ checkstyle-newlines ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 710.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 2945.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 1860.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (4 KB at 1674.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 1323.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 583.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 480.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 5519.3 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ checkstyle-newlines ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 1287.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 651.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 991.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 932.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 796.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 482.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 240.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 933.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 162.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 372.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 1018.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 276.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 284.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 200.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 770.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 211.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 2184.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 933.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 855.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 351.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 41.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 1273.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 128.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 293.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 219.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 1731.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 408.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 1623.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 1627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 3274.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 2826.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 4249.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 3344.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 11337.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 434.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 2852.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 1397.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 2944.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 2457.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 7874.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 869.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 2781.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 7549.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 9708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 29411.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 1159.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 43588.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 21047.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 1091.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 831.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 8518.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 19705.4 KB/sec)
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ checkstyle-newlines ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 1459.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 9231.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 23567.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 1581.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 2242.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 7602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 2009.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 3066.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 1918.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 2002.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 1856.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 1703.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 1323.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 1924.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 2026.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 1254.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 3334.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 31.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 163.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 2946.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 9089.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 27.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 42.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 60.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 1044.6 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 103.5 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 377.8 KB/sec)
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 1 source file to /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ checkstyle-newlines ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ checkstyle-newlines ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle-newlines ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3 KB at 128.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 135.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (6 KB at 245.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 105.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 987.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 1534.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 9153.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 879.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 720.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 1697.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 516.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 1519.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 11051.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 1207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 10110.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 2474.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 28298.6 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 967.7 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (257 KB at 7543.3 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 370.1 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 2392.2 KB/sec)
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle-newlines ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 2215.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 2743.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 1692.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 2634.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 18177.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 994.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 4847.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 10650.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 29528.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 2032.1 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 7244.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 5146.2 KB/sec)
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/checkstyle-newlines-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ checkstyle-newlines ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (2 KB at 1882.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (4 KB at 3255.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (7 KB at 3236.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (4 KB at 1900.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 2513.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (2 KB at 1883.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (3 KB at 1117.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (6 KB at 2621.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (4 KB at 1527.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (3 KB at 1272.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (2 KB at 609.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (8 KB at 3797.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 795.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (5 KB at 2070.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 KB at 8470.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4 KB at 1951.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (6 KB at 2664.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 KB at 5400.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (3 KB at 1096.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (3 KB at 1206.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (2 KB at 1633.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (4 KB at 3606.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (2 KB at 1700.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 942.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom (950 B at 463.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2 KB at 1936.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (3 KB at 2034.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (2 KB at 1889.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (3 KB at 2823.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (2 KB at 1790.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (3 KB at 2205.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6 KB at 5999.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (4 KB at 3711.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3 KB at 2966.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (2 KB at 1170.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (4 KB at 3160.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 KB at 10360.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 3939.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7 KB at 6953.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 KB at 9911.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 KB at 2134.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (2 KB at 557.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 KB at 10749.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (2 KB at 1683.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (3 KB at 2658.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (6 KB at 5570.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 749.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 710.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5 KB at 2445.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 3072.3 KB/sec)
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [ERROR] /src/main/resources/tabs.txt[1]: Line contains a tab character. (FileTabCharacterCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[0]: Missing package-info.java file. (JavadocPackageCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[3]: Method 'test' is not designed for extension - needs to be abstract, final or empty. (DesignForExtensionCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[3]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 11.969 s
[INFO] [INFO] Finished at: 2015-08-11T12:42:58+00:00
[INFO] [INFO] Final Memory: 25M/625M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project checkstyle-newlines: Failure: 7 Checkstyle violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project checkstyle-newlines: Failure
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: com.qulice.spi.ValidationException: 7 Checkstyle violations (see log above)
[INFO]	at com.qulice.checkstyle.CheckstyleValidator.validate(CheckstyleValidator.java:96)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:83)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	... 22 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/verify.groovy
[INFO] ..SUCCESS (15.1 s)
[INFO] Building: codenarc-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO]
[INFO] [INFO] module
[INFO] [INFO] codenarc-violations
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building module 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom (5 KB at 25.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 352.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar (29 KB at 432.3 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ module ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ module ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ module ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-antrun-plugin:1.6:run (default) @ module ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (2 KB at 62.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 KB at 627.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/12/maven-parent-12.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 KB at 1011.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (3 KB at 180.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (3 KB at 71.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (4 KB at 211.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 1725.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 2392.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 701.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2 KB at 142.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (3 KB at 122.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (3 KB at 129.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (2 KB at 96.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (2 KB at 110.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (5 KB at 188.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 KB at 825.0 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (400 KB at 2528.8 KB/sec)
[INFO] [INFO] Executing tasks
[INFO]
[INFO] main:
[INFO] [INFO] Executed tasks
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ module ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ module ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ module ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ module ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/target/module-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ module ---
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 2 files
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] CodeNarc completed: (p1=0; p2=1; p3=2) 15170ms
[INFO] [INFO] CodeNarc validated 1 file(s)
[INFO] [ERROR] /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/src/script.groovy[1]: println should be replaced with something more robust (Println)
[INFO] [ERROR] /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/src/script.groovy[1]: The String 'test' can be wrapped in single quotes instead of double quotes (UnnecessaryGString)
[INFO] [ERROR] /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/module/src/script.groovy[1]: Semi-colons as line endings can be removed safely (UnnecessarySemicolon)
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] module ............................................ FAILURE [ 25.487 s]
[INFO] [INFO] codenarc-violations ............................... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 25.654 s
[INFO] [INFO] Finished at: 2015-08-11T12:43:26+00:00
[INFO] [INFO] Final Memory: 85M/450M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project module: Failure: 3 CodeNarc violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project module: Failure
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: com.qulice.spi.ValidationException: 3 CodeNarc violations (see log above)
[INFO]	at com.qulice.codenarc.CodeNarcValidator.validate(CodeNarcValidator.java:64)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:83)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	... 22 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/codenarc-violations/verify.groovy
[INFO] ..SUCCESS (29.8 s)
[INFO] Building: findbugs-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building findbugs-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ findbugs-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ findbugs-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ findbugs-violations ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ findbugs-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ findbugs-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ findbugs-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ findbugs-violations ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/target/findbugs-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ findbugs-violations ---
[INFO] [INFO] LICENSE found: file:./LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 2 files
[INFO] [INFO] No PMD violations found in 2 files
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/src
[INFO] [WARNING] FindBugs: H P Dm: com.qulice.foo.Main.list is or uses a map or set of URLs, which can be a performance hog  In Main.java
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 15.286 s
[INFO] [INFO] Finished at: 2015-08-11T12:43:46+00:00
[INFO] [INFO] Final Memory: 25M/474M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project findbugs-violations: Failure: 1 FindBugs violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project findbugs-violations: Failure
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: com.qulice.spi.ValidationException: 1 FindBugs violations (see log above)
[INFO]	at com.qulice.findbugs.FindBugsValidator.check(FindBugsValidator.java:239)
[INFO]	at com.qulice.findbugs.FindBugsValidator.validate(FindBugsValidator.java:78)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:83)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	... 22 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/verify.groovy
[INFO] ..SUCCESS (18.1 s)
[INFO] Building: multi-module/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO]
[INFO] [INFO] mod-tk
[INFO] [INFO] mod
[INFO] [INFO] mod-alpha
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building mod-tk 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mod-tk ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mod-tk ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ mod-tk ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mod-tk ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ mod-tk ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mod-tk ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mod-tk ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/target/mod-tk-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building mod 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mod ---
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ mod ---
[INFO] [INFO] LICENSE found: jar:file:/home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/target/mod-tk-1.0-SNAPSHOT.jar!/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 1 files
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/multi-module/src
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/multi-module/target/classes, no FindBugs validation
[INFO] [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] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom (6 KB at 455.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom (12 KB at 1844.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 2434.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom (5 KB at 2000.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar (21 KB at 1102.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 364.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (2 KB at 657.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9 KB at 2236.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 3915.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 KB at 3618.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom (4 KB at 1070.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom (5 KB at 1359.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (2 KB at 116.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (2 KB at 689.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (10 KB at 158.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar (10 KB at 330.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar (53 KB at 896.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (262 KB at 1855.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (240 KB at 1384.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 1519.8 KB/sec)
[INFO] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom (12 KB at 1319.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar (25 KB at 1908.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 6824.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.pom (13 KB at 6428.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/7/commons-parent-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/7/commons-parent-7.pom (18 KB at 8543.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 KB at 4986.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/20/commons-parent-20.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 KB at 16307.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 KB at 9931.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom (2 KB at 1615.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 4552.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 487.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (2 KB at 620.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (2 KB at 900.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 KB at 6600.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.pom (3 KB at 331.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 146.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0/maven-2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0/maven-2.0.pom (9 KB at 4281.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 353.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 3429.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (10 KB at 9524.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 24898.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 2974.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 4123.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar (107 KB at 3226.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 519.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 33589.2 KB/sec)
[INFO] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] [INFO] Checking compile classpath
[INFO] [INFO] Checking runtime classpath
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.pom (10 KB at 1293.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 KB at 12901.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 2005.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.jar (47 KB at 15459.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.pom (2 KB at 1442.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 136.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm/3.0/asm-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm/3.0/asm-3.0.pom (360 B at 175.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm-parent/3.0/asm-parent-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm-parent/3.0/asm-parent-3.0.pom (3 KB at 2508.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm-tree/3.0/asm-tree-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm-tree/3.0/asm-tree-3.0.pom (499 B at 487.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.9/log4j-1.2.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.9/log4j-1.2.9.pom (144 B at 140.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (10 KB at 9529.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (5 KB at 4275.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (3 KB at 2327.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/cobertura/cobertura-runtime/1.9.4.1/cobertura-runtime-1.9.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/sourceforge/cobertura/cobertura-runtime/1.9.4.1/cobertura-runtime-1.9.4.1.pom (2 KB at 1311.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.pom (157 B at 153.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.pom (7 KB at 3297.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 11811.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 2009.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 3066.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 1106.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.pom (2 KB at 1918.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.pom (2 KB at 1758.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.8/maven-reporting-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.8/maven-reporting-2.0.8.pom (2 KB at 1441.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom (2 KB at 1314.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom (9 KB at 4470.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 1989.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 1581.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 1856.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.pom (2 KB at 851.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 1323.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 1952.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.pom (3 KB at 2026.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.pom (2 KB at 1254.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 1459.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.pom (6 KB at 2528.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (9 KB at 8145.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (2 KB at 1798.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 KB at 11518.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (2 KB at 793.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (3 KB at 2646.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (2 KB at 1580.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (2 KB at 1326.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (2 KB at 1452.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 747.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 8871.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 348.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 845.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 475.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 2255.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 159.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 83.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 3257.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 2196.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 5140.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 168.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (3 KB at 2338.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8 KB at 7874.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 3395.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 1849.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 2211.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 1573.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 8056.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 880.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 683.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 2161.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 9361.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 517.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 2932.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 1911.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 2920.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 920.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 1009.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 7060.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 2316.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 7500.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 3791.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 2970.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 3080.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 10775.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 1100.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 2337.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 2628.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 2189.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 780.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom (4 KB at 1632.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5 KB at 4955.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 31865.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm/3.0/asm-3.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/asm/asm-tree/3.0/asm-tree-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.jar (443 KB at 49192.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm-tree/3.0/asm-tree-3.0.jar (22 KB at 4201.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.9/log4j-1.2.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/asm/asm/3.0/asm-3.0.jar (42 KB at 3208.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.9/log4j-1.2.9.jar (345 KB at 43004.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar (10 KB at 9906.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (10 KB at 9674.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar (53 KB at 4384.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 29659.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 KB at 763.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 37124.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 46062.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 41124.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar (20 KB at 2181.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 45426.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 53377.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 10262.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 7488.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 23918.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 6707.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 18110.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 3536.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 23933.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 21293.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 2262.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 KB at 14115.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar (218 KB at 43485.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 26565.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1260 KB at 25191.5 KB/sec)
[INFO] [INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] [INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] [INFO] This is not an SVN project
[INFO] [INFO] No dependency analysis in this project
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.pom (4 KB at 1742.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/29/mojo-parent-29.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/29/mojo-parent-29.pom (26 KB at 25606.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (5 KB at 4708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.jar (21 KB at 20935.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (12 KB at 11229.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.pom (2 KB at 885.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/googlecode/jslint4java/jslint4java-parent/1.4.7/jslint4java-parent-1.4.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/googlecode/jslint4java/jslint4java-parent/1.4.7/jslint4java-parent-1.4.7.pom (12 KB at 11188.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/rhino/js/1.7R2/js-1.7R2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/rhino/js/1.7R2/js-1.7R2.pom (832 B at 406.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/beust/jcommander/1.15/jcommander-1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/beust/jcommander/1.15/jcommander-1.15.pom (8 KB at 3911.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.jar (92 KB at 30534.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/rhino/js/1.7R2/js-1.7R2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/beust/jcommander/1.15/jcommander-1.15.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/beust/jcommander/1.15/jcommander-1.15.jar (31 KB at 30597.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 31823.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/rhino/js/1.7R2/js-1.7R2.jar (851 KB at 44781.0 KB/sec)
[INFO] [INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] [INFO] Qulice quality check completed in 7s
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building mod-alpha 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.pom (2 KB at 1447.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar (232 KB at 38630.2 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mod-alpha ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mod-alpha ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ mod-alpha ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mod-alpha ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ mod-alpha ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mod-alpha ---
[INFO] [INFO] Surefire report directory: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/surefire-reports
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (3 KB at 12.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (3 KB at 62.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 KB at 643.9 KB/sec)
[INFO]
[INFO] -------------------------------------------------------
[INFO]	T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.qulice.plugin.alpha.MainTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mod-alpha ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/mod-alpha-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ mod-alpha ---
[INFO] [INFO] LICENSE found: jar:file:/home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/target/mod-tk-1.0-SNAPSHOT.jar!/LICENSE.txt
[INFO] [INFO] No Checkstyle violations found in 4 files
[INFO] [INFO] No PMD violations found in 4 files
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/src
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] [INFO] Checking compile classpath
[INFO] [INFO] Checking runtime classpath
[INFO] [INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] [INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] [INFO] This is not an SVN project
[INFO] [INFO] No dependency analysis in this project
[INFO] [INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] [INFO] Qulice quality check completed in 12s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] mod-tk ............................................ SUCCESS [  1.694 s]
[INFO] [INFO] mod ............................................... SUCCESS [  8.370 s]
[INFO] [INFO] mod-alpha ......................................... SUCCESS [ 14.390 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 24.605 s
[INFO] [INFO] Finished at: 2015-08-11T12:44:12+00:00
[INFO] [INFO] Final Memory: 35M/468M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/multi-module/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/multi-module/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/multi-module/verify.groovy
[INFO] ..SUCCESS (26.9 s)
[INFO] Building: relocation/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building relocation 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom (2 KB at 6.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.pom (715 B at 14.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.pom (157 B at 2.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/activation/activation/1.1/activation-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/activation/activation/1.1/activation-1.1.pom (2 KB at 516.6 KB/sec)
[INFO] [WARNING] The artifact javax.xml:jaxb-api:jar:2.0 has been relocated to javax.xml.bind:jaxb-api:jar:2.0
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar (49 KB at 505.3 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.jar (72 KB at 735.8 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 569.5 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ relocation ---
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ relocation ---
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/relocation/src
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/relocation/target/classes, no FindBugs validation
[INFO] [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] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] [INFO] Checking compile classpath
[INFO] [INFO] Checking runtime classpath
[INFO] [INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] [INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO] [INFO] This is not an SVN project
[INFO] [INFO] No dependency analysis in this project
[INFO] [INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] [INFO] Qulice quality check completed in 4s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.783 s
[INFO] [INFO] Finished at: 2015-08-11T12:44:23+00:00
[INFO] [INFO] Final Memory: 19M/391M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/relocation/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/relocation/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/relocation/verify.groovy
[INFO] ..SUCCESS (10.6 s)
[INFO] Building: pmd-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building pmd-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pmd-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pmd-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ pmd-violations ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pmd-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ pmd-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pmd-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pmd-violations ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/pmd-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ pmd-violations ---
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/pmd-violations/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 2 files
[INFO] [ERROR] /src/main/java/com/qulice/foo/Violations.java[83-83]: System.out.print is used (SystemPrintln)
[INFO] [ERROR] /src/main/java/com/qulice/foo/Violations.java[41-41]: Avoid unused private fields such as 'var'. (UnusedPrivateField)
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 12.235 s
[INFO] [INFO] Finished at: 2015-08-11T12:44:38+00:00
[INFO] [INFO] Final Memory: 25M/474M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project pmd-violations: Failure: 2 PMD violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project pmd-violations: Failure
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: com.qulice.spi.ValidationException: 2 PMD violations (see log above)
[INFO]	at com.qulice.pmd.PMDValidator.validate(PMDValidator.java:59)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:83)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	... 22 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/verify.groovy
[INFO] ..SUCCESS (15.3 s)
[INFO] Building: js-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building js-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ js-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ js-violations ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/js-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ js-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ js-violations ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/js-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ js-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ js-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ js-violations ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/js-violations/target/js-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ js-violations ---
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/js-violations/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 1 files
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/js-violations/src
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/js-violations/target/classes, no FindBugs validation
[INFO] [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] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] [INFO] Checking compile classpath
[INFO] [INFO] Checking runtime classpath
[INFO] [INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] [INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] [INFO] This is not an SVN project
[INFO] [INFO] No dependency analysis in this project
[INFO] [INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] [INFO] Parsing: violations.js
[INFO] [ERROR] violations.js:2:15:'c' has not been fully defined yet.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 10.423 s
[INFO] [INFO] Finished at: 2015-08-11T12:44:52+00:00
[INFO] [INFO] Final Memory: 23M/395M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project js-violations: Execution default of goal com.qulice:qulice-maven-plugin:0.12.2:check failed: org.apache.maven.plugin.MojoExecutionException: Issues found in project. -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project js-violations: Execution default of goal com.qulice:qulice-maven-plugin:0.12.2:check failed: org.apache.maven.plugin.MojoExecutionException: Issues found in project.
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.qulice:qulice-maven-plugin:0.12.2:check failed: org.apache.maven.plugin.MojoExecutionException: Issues found in project.
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:144)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: java.lang.IllegalArgumentException: org.apache.maven.plugin.MojoExecutionException: Issues found in project.
[INFO]	at com.qulice.maven.MojoExecutor.execute(MojoExecutor.java:136)
[INFO]	at com.qulice.maven.JslintValidator.validate(JslintValidator.java:52)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:86)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	... 20 more
[INFO] Caused by: org.apache.maven.plugin.MojoExecutionException: Issues found in project.
[INFO]	at org.codehaus.mojo.jslint.AbstractJSLintMojo.execute(AbstractJSLintMojo.java:409)
[INFO]	at com.qulice.maven.MojoExecutor.execute(MojoExecutor.java:134)
[INFO]	... 25 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/js-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/js-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/js-violations/verify.groovy
[INFO] ..SUCCESS (13.5 s)
[INFO] Building: findbugs-exclude/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building findbugs-exclude 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ findbugs-exclude ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ findbugs-exclude ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ findbugs-exclude ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 3 source files to /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ findbugs-exclude ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ findbugs-exclude ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ findbugs-exclude ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ findbugs-exclude ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/target/findbugs-exclude-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ findbugs-exclude ---
[INFO] [INFO] LICENSE found: file:./LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [INFO] No Checkstyle violations found in 3 files
[INFO] [INFO] No PMD violations found in 3 files
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/src
[INFO] [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] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] [INFO] Checking compile classpath
[INFO] [INFO] Checking runtime classpath
[INFO] [INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] [INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] [INFO] This is not an SVN project
[INFO] [INFO] No dependency problems found
[INFO] [INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] [INFO] Qulice quality check completed in 16s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 21.248 s
[INFO] [INFO] Finished at: 2015-08-11T12:45:16+00:00
[INFO] [INFO] Final Memory: 27M/472M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/verify.groovy
[INFO] ..SUCCESS (24.1 s)
[INFO] Building: checkstyle-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building checkstyle-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ checkstyle-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ checkstyle-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] Copying 2 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ checkstyle-violations ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 9 source files to /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ checkstyle-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ checkstyle-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ checkstyle-violations ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/checkstyle-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ checkstyle-violations ---
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/LICENSE.txt
[INFO] log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
[INFO] log4j:WARN Please initialize the log4j system properly.
[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] [ERROR] /src/main/resources/tabs.txt[1]: Line contains a tab character. (FileTabCharacterCheck)
[INFO] [ERROR] /src/main/resources/newlines.txt[3]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[0]: Missing package-info.java file. (JavadocPackageCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[1]: Line does not match expected header line of '/**'. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[6]: Method 'test' is not designed for extension - needs to be abstract, final or empty. (DesignForExtensionCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[6]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[7]: The String "test" appears 2 times in the file. (MultipleStringLiteralsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[16]: Parameter txt should be final. (FinalParametersCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[29]: Parameter ex should be final. (FinalParametersCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[39]: ArrayList should be initialized with a size parameter (ConditionalRegexpMultilineCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Violations.java[40]: ArrayList should be initialized with a size parameter (RegexpMultilineCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/SomeTest.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/SomeTest.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/SomeTest.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/SomeTest.java[5]: Method 'testing' is not designed for extension - needs to be abstract, final or empty. (DesignForExtensionCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/SomeTest.java[5]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/IndentationChecks.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/IndentationChecks.java[6]: Missing '@author' tag in class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/IndentationChecks.java[6]: Missing '@version' tag in class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Constants.java[39]: Missing a Javadoc comment. (JavadocVariableCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Constants.java[39]: The String "test" appears 2 times in the file. (MultipleStringLiteralsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Constants.java[41]: Missing a Javadoc comment. (JavadocVariableCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Constants.java[43]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Constants.java[47]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Pdd.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Pdd.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Pdd.java[9]: Method 'test' is not designed for extension - needs to be abstract, final or empty. (DesignForExtensionCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Pdd.java[23]: Method 'inner' is not designed for extension - needs to be abstract, final or empty. (DesignForExtensionCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Pdd.java[24]: Comments in method body are prohibited (MethodBodyCommentsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Pdd.java[25]: Comments in method body are prohibited (MethodBodyCommentsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Brackets.java[47]: Parameters should start on a new line (BracketsStructureCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Brackets.java[50]: Parameters should start on a new line (BracketsStructureCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Brackets.java[53]: Parameters should start on a new line (BracketsStructureCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Brackets.java[57]: Closing bracket should be on a new line (BracketsStructureCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Brackets.java[60]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[3]: The name of the outer type and the file do not match. (OuterTypeFilenameCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[4]: Private constant "name" is not used (ConstantUsageCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[4]: Missing a Javadoc comment. (JavadocVariableCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[5]: Missing a Javadoc comment. (JavadocVariableCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Iface.java[6]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Tabs.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Tabs.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Tabs.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Tabs.java[3]: Method 'test' is not designed for extension - needs to be abstract, final or empty. (DesignForExtensionCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Tabs.java[3]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/Tabs.java[4]: Line contains a tab character. (FileTabCharacterCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/NewLines.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/NewLines.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/NewLines.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/NewLines.java[1]: Missing package declaration. (PackageDeclarationCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/NewLines.java[2]: Missing a Javadoc comment. (JavadocMethodCheck)
[INFO] [ERROR] /src/main/java/com/qulice/plugin/violations/NewLines.java[4]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 6.492 s
[INFO] [INFO] Finished at: 2015-08-11T12:45:25+00:00
[INFO] [INFO] Final Memory: 21M/398M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project checkstyle-violations: Failure: 57 Checkstyle violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project checkstyle-violations: Failure
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: com.qulice.spi.ValidationException: 57 Checkstyle violations (see log above)
[INFO]	at com.qulice.checkstyle.CheckstyleValidator.validate(CheckstyleValidator.java:96)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:83)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	... 22 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/verify.groovy
[INFO] ..SUCCESS (8.7 s)
[INFO] Building: pom-xpath-validator-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building pom-xpath-validator-violations 1.0
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pom-xpath-validator-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pom-xpath-validator-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ pom-xpath-validator-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pom-xpath-validator-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ pom-xpath-validator-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ pom-xpath-validator-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ pom-xpath-validator-violations ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/target/pom-xpath-validator-violations-1.0.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ pom-xpath-validator-violations ---
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/src
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/target/classes, no FindBugs validation
[INFO] [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] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 4.530 s
[INFO] [INFO] Finished at: 2015-08-11T12:45:32+00:00
[INFO] [INFO] Final Memory: 15M/391M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project pom-xpath-validator-violations: Failure: pom.xml don't match the xpath query [/pom:project/pom:dependencies/pom:dependency[pom:artifactId='commons-io']/pom:version[.='1.2.5']/text()] -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project pom-xpath-validator-violations: Failure
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:65)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: com.qulice.spi.ValidationException: pom.xml don't match the xpath query [/pom:project/pom:dependencies/pom:dependency[pom:artifactId='commons-io']/pom:version[.='1.2.5']/text()]
[INFO]	at com.qulice.maven.PomXpathValidator.validate(PomXpathValidator.java:73)
[INFO]	at com.qulice.maven.PomXpathValidator.validate(PomXpathValidator.java:60)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:86)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	... 22 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/verify.groovy
[INFO] ..SUCCESS (7.4 s)
[INFO] Building: duplicate-finder-violations/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building duplicate-finder-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom (4 KB at 193.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (2 KB at 593.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar (11 KB at 1669.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 4413.9 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ duplicate-finder-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ duplicate-finder-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ duplicate-finder-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ duplicate-finder-violations ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ duplicate-finder-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ duplicate-finder-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ duplicate-finder-violations ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/target/duplicate-finder-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:0.12.2:check (default) @ duplicate-finder-violations ---
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/src
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/target/classes, no FindBugs validation
[INFO] [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] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] [INFO] Checking compile classpath
[INFO] [WARNING] Found duplicate and different classes in [org.apache.xmlgraphics:batik-ext:1.7,xml-apis:xml-apis:1.3.04] :
[INFO] [WARNING]   org.w3c.dom.events.DocumentEvent
[INFO] [WARNING]   org.w3c.dom.events.Event
[INFO] [WARNING]   org.w3c.dom.events.EventException
[INFO] [WARNING]   org.w3c.dom.events.EventListener
[INFO] [WARNING]   org.w3c.dom.events.EventTarget
[INFO] [WARNING]   org.w3c.dom.events.MouseEvent
[INFO] [WARNING]   org.w3c.dom.events.MutationEvent
[INFO] [WARNING]   org.w3c.dom.events.UIEvent
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 4.928 s
[INFO] [INFO] Finished at: 2015-08-11T12:45:40+00:00
[INFO] [INFO] Final Memory: 16M/391M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project duplicate-finder-violations: Execution default of goal com.qulice:qulice-maven-plugin:0.12.2:check failed: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.12.2:check (default) on project duplicate-finder-violations: Execution default of goal com.qulice:qulice-maven-plugin:0.12.2:check failed: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
[INFO]	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
[INFO]	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
[INFO]	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
[INFO]	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
[INFO]	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
[INFO]	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.qulice:qulice-maven-plugin:0.12.2:check failed: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:144)
[INFO]	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[INFO]	... 19 more
[INFO] Caused by: java.lang.IllegalArgumentException: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[INFO]	at com.qulice.maven.MojoExecutor.execute(MojoExecutor.java:136)
[INFO]	at com.qulice.maven.DuplicateFinderValidator.validate(DuplicateFinderValidator.java:91)
[INFO]	at com.qulice.maven.CheckMojo.run(CheckMojo.java:86)
[INFO]	at com.qulice.maven.CheckMojo.doExecute(CheckMojo.java:59)
[INFO]	at com.qulice.maven.AbstractQuliceMojo.execute(AbstractQuliceMojo.java:175)
[INFO]	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
[INFO]	... 20 more
[INFO] Caused by: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[INFO]	at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.checkClasspath(DuplicateFinderMojo.java:250)
[INFO]	at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.checkCompileClasspath(DuplicateFinderMojo.java:201)
[INFO]	at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.execute(DuplicateFinderMojo.java:178)
[INFO]	at com.qulice.maven.MojoExecutor.execute(MojoExecutor.java:134)
[INFO]	... 25 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/verify.groovy
[INFO] ..SUCCESS (7.4 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]	 Passed: 11, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-maven-plugin ---
[INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/LICENSE.txt
[INFO] No Checkstyle violations found in 128 files
[INFO] No PMD violations found in 53 files
[INFO] /src/it/checkstyle-newlines/pom.xml: skipped
[INFO] /src/it/codenarc-violations/pom.xml: skipped
[INFO] /src/it/codenarc-violations/module/pom.xml: skipped
[INFO] /src/it/findbugs-violations/pom.xml: skipped
[INFO] /src/it/multi-module/mod-alpha/pom.xml: skipped
[INFO] /src/it/multi-module/pom.xml: skipped
[INFO] /src/it/multi-module/mod-tk/pom.xml: skipped
[INFO] /src/it/settings.xml: skipped
[INFO] /src/it/relocation/pom.xml: skipped
[INFO] /src/it/snapshots/pom.xml: skipped
[INFO] /src/it/pom-xpath-validator-violations/pom.xml: skipped
[INFO] /src/it/xml-violations/src/violations.xml: skipped
[INFO] /src/it/xml-violations/pom.xml: skipped
[INFO] /src/it/duplicate-finder-violations/pom.xml: skipped
[INFO] /src/it/dependency-violations/pom.xml: skipped
[INFO] /src/it/pmd-violations/pom.xml: skipped
[INFO] /src/it/js-violations/pom.xml: skipped
[INFO] /src/it/findbugs-exclude/pom.xml: skipped
[INFO] /src/it/cobertura-violations/pom.xml: skipped
[INFO] /src/it/duplicate-finder-ignore-deps/pom.xml: skipped
[INFO] /src/it/checkstyle-violations/pom.xml: skipped
[INFO] /src/site/site.xml: to be validated
[INFO] /src/test/resources/com/qulice/maven/PomXpathValidator/pom.xml: to be validated
CodeNarc completed: (p1=0; p2=0; p3=0) 4052ms
[INFO] CodeNarc validated 16 file(s)
[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 13s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-maven-plugin ---
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) @ qulice-maven-plugin ---
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-maven-plugin ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-maven-plugin ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:release (jcabi-deploy-to-sonatype) @ qulice-maven-plugin ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-gradle-plugin 0.12.2
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-core/2.2.1/gradle-core-2.2.1.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-core/2.2.1/gradle-core-2.2.1.pom (2 KB at 17.1 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services/2.2.1/gradle-base-services-2.2.1.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services/2.2.1/gradle-base-services-2.2.1.pom (609 B at 11.2 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-resources/2.2.1/gradle-resources-2.2.1.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-resources/2.2.1/gradle-resources-2.2.1.pom (399 B at 8.5 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-messaging/2.2.1/gradle-messaging-2.2.1.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-messaging/2.2.1/gradle-messaging-2.2.1.pom (2 KB at 22.0 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/kryo/kryo/2.20/kryo-2.20.pom
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/kryo/kryo/2.20/kryo-2.20.pom (5 KB at 98.3 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom (4 KB at 59.0 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm/4.0/asm-4.0.pom (2 KB at 41.0 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (6 KB at 103.2 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom (2 KB at 29.3 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis/1.2/objenesis-1.2.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis/1.2/objenesis-1.2.pom (3 KB at 61.2 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom (11 KB at 202.2 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services-groovy/2.2.1/gradle-base-services-groovy-2.2.1.pom
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services-groovy/2.2.1/gradle-base-services-groovy-2.2.1.pom (410 B at 6.2 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-core/2.2.1/gradle-core-2.2.1.jar
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services/2.2.1/gradle-base-services-2.2.1.jar
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-resources/2.2.1/gradle-resources-2.2.1.jar
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-messaging/2.2.1/gradle-messaging-2.2.1.jar
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/kryo/kryo/2.20/kryo-2.20.jar
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-resources/2.2.1/gradle-resources-2.2.1.jar (31 KB at 479.6 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar (65 KB at 1001.2 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloaded:1http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm/4.0/asm-4.0.jar (45 KB at 864.3 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar (5 KB at 91.5 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-messaging/2.2.1/gradle-messaging-2.2.1.jar (261 KB at 1015.4 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services-groovy/2.2.1/gradle-base-services-groovy-2.2.1.jar
Downloaded: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis/1.2/objenesis-1.2.jar (36 KB at 640.0 KB/sec)
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services-groovy/2.2.1/gradle-base-services-groovy-2.2.1.jar (17 KB at 256.4 KB/sec)
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services/2.2.1/gradle-base-services-2.2.1.jar (173 KB at 501.7 KB/sec)
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-core/2.2.1/gradle-core-2.2.1.jar (1799 KB at 5110.2 KB/sec)
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/kryo/kryo/2.20/kryo-2.20.jar (166 KB at 468.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-gradle-plugin ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-gradle-plugin ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-gradle-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-gradle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-gradle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/r/repo/qulice-gradle-plugin/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (compile-helpmojo) @ qulice-gradle-plugin ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-gradle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-gradle-plugin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-gradle-plugin ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-gradle-plugin ---
[INFO] No tests to run.
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ qulice-gradle-plugin ---
[INFO] Versionalizing /home/r/repo/qulice-gradle-plugin/target/classes directory
[INFO] File /home/r/repo/qulice-gradle-plugin/target/classes/com/qulice/gradle/com-qulice-qulice-gradle-plugin-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ qulice-gradle-plugin ---
[INFO] Building jar: /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-gradle-plugin >>>
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-gradle-plugin <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ qulice-gradle-plugin ---
[INFO] Building jar: /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ qulice-gradle-plugin ---
[INFO]
Loading source files for package com.qulice.gradle...
Constructing Javadoc information...
Standard Doclet version 1.7.0_79
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/com/qulice/gradle/QulicePlugin.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/com/qulice/gradle/package-frame.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/com/qulice/gradle/package-summary.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/com/qulice/gradle/package-tree.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/com/qulice/gradle/class-use/QulicePlugin.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/com/qulice/gradle/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/index-all.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/index.html...
Generating /home/r/repo/qulice-gradle-plugin/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/qulice-gradle-plugin/src/main/java/com/qulice/gradle/QulicePlugin.java:49: warning - @todo is an unknown tag.
[INFO] Building jar: /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-javadoc.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-gradle-plugin ---
[INFO] LICENSE found: file:/home/r/repo/qulice-gradle-plugin/LICENSE.txt
[INFO] No Checkstyle violations found in 3 files
[INFO] No PMD violations found in 2 files
[INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-gradle-plugin/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 2s
[INFO]
[INFO] --- maven-gpg-plugin:1.5:sign (jcabi-sign-artifacts) @ qulice-gradle-plugin ---
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) @ qulice-gradle-plugin ---
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.jar to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/pom.xml to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-sources.jar to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.jar.asc to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.pom.asc to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-gradle-plugin ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.5:deploy (jcabi-deploy-to-sonatype) @ qulice-gradle-plugin ---
[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 "e8450f211bd74" (matched by Nexus).
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-0.12.2-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO]	* Remote staging into staging profile ID "e8450f211bd74"
[INFO]	* Created staging repository with ID "comqulice-1022".
[INFO]	* Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022
[INFO]	* Uploading locally staged artifacts to profile com.qulice
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar
Uploaded:Bhttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar (100 KB at 644.1 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/maven-metadata.xml (309 B at 5.4 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar.asc (473 B at 9.1 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar (8 KB at 141.7 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/maven-metadata.xml (302 B at 5.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar (40 KB at 738.8 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/maven-metadata.xml (307 B at 6.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar.asc (473 B at 11.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom.asc (473 B at 11.5 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/maven-metadata.xml (302 B at 5.1 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-sources.jar.asc (473 B at 8.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.jar (35 KB at 681.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom (5 KB at 101.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar.asc (473 B at 8.4 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/maven-metadata.xml (302 B at 5.4 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-javadoc.jar.asc (473 B at 9.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar (40 KB at 702.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar.asc (473 B at 11.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar.asc (473 B at 10.3 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/maven-metadata.xml (307 B at 7.0 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom.asc (473 B at 11.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom.asc (473 B at 11.5 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/maven-metadata.xml (311 B at 6.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-sources.jar (7 KB at 132.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar (42 KB at 877.4 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/maven-metadata.xml (302 B at 6.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/0.12.2/qulice-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/0.12.2/qulice-0.12.2.pom (6 KB at 120.4 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/maven-metadata.xml (298 B at 4.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar.asc (473 B at 9.8 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/maven-metadata.xml (312 B at 6.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar.asc (473 B at 11.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar.asc (473 B at 10.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar (45 KB at 962.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.pom (17 KB at 316.9 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/maven-metadata.xml (234 B at 5.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar (36 KB at 875.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom.asc (473 B at 9.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-javadoc.jar.asc (473 B at 9.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar.asc (473 B at 11.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar.asc (473 B at 10.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar (6 KB at 145.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-javadoc.jar (40 KB at 881.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar (6 KB at 109.4 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar (9 KB at 191.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.pom (9 KB at 227.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom.asc (473 B at 10.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar.asc (473 B at 8.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar (8 KB at 171.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.pom (3 KB at 65.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-mock.jar.asc (473 B at 10.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-sources.jar (7 KB at 157.0 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.jar (5 KB at 111.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom (5 KB at 121.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/0.12.2/qulice-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice/0.12.2/qulice-0.12.2.pom.asc (473 B at 12.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar (61 KB at 1338.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2.jar.asc (473 B at 12.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.jar (13 KB at 325.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2.pom (5 KB at 107.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2.pom.asc (473 B at 11.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2.jar.asc (473 B at 11.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar (36 KB at 797.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-checkstyle/0.12.2/qulice-checkstyle-0.12.2-sources.jar.asc (473 B at 10.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar.asc (473 B at 13.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom.asc (473 B at 12.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar (6 KB at 140.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-javadoc.jar (89 KB at 2057.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2-javadoc.jar.asc (473 B at 11.0 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2-javadoc.jar.asc (473 B at 11.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2.jar.asc (473 B at 12.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-sources.jar (14 KB at 367.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom.asc (473 B at 12.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.jar (10 KB at 232.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-findbugs/0.12.2/qulice-findbugs-0.12.2.pom (9 KB at 192.4 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-sources.jar (4 KB at 89.1 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2-javadoc.jar.asc (473 B at 10.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-spi/0.12.2/qulice-spi-0.12.2-javadoc.jar (54 KB at 1109.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-ant/0.12.2/qulice-ant-0.12.2-sources.jar.asc (473 B at 11.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar (37 KB at 825.1 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-maven-plugin/0.12.2/qulice-maven-plugin-0.12.2-sources.jar.asc (473 B at 8.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-pmd/0.12.2/qulice-pmd-0.12.2-javadoc.jar.asc (473 B at 6.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2-sources.jar.asc (473 B at 10.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.jar (7 KB at 165.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-xml/0.12.2/qulice-xml-0.12.2.pom (5 KB at 91.4 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-gradle-plugin/0.12.2/qulice-gradle-plugin-0.12.2.pom.asc (473 B at 12.2 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar.asc (473 B at 11.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.jar (9 KB at 210.3 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1022/com/qulice/qulice-codenarc/0.12.2/qulice-codenarc-0.12.2.pom (5 KB at 110.5 KB/sec)
[INFO]	* Upload of locally staged artifacts finished.
[INFO]	* Closing staging repository with ID "comqulice-1022".

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) @ qulice-gradle-plugin ---
[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=[comqulice-1022]

Waiting for operation to complete...
......

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] qulice ............................................ SUCCESS [ 14.702 s]
[INFO] qulice-spi ........................................ SUCCESS [ 33.224 s]
[INFO] qulice-checkstyle ................................. SUCCESS [ 45.123 s]
[INFO] qulice-pmd ........................................ SUCCESS [ 27.419 s]
[INFO] qulice-codenarc ................................... SUCCESS [ 40.202 s]
[INFO] qulice-findbugs ................................... SUCCESS [ 42.457 s]
[INFO] qulice-xml ........................................ SUCCESS [ 21.377 s]
[INFO] qulice-ant ........................................ SUCCESS [01:00 min]
[INFO] qulice-maven-plugin ............................... SUCCESS [03:36 min]
[INFO] qulice-gradle-plugin .............................. SUCCESS [ 39.411 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:10 min
[INFO] Finished at: 2015-08-11T12:46:33+00:00
[INFO] Final Memory: 140M/537M
[INFO] ------------------------------------------------------------------------
+ mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] qulice
[INFO] qulice-spi
[INFO] qulice-checkstyle
[INFO] qulice-pmd
[INFO] qulice-codenarc
[INFO] qulice-findbugs
[INFO] qulice-xml
[INFO] qulice-ant
[INFO] qulice-maven-plugin
[INFO] qulice-gradle-plugin
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice 0.12.2
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice ---
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- maven-site-plugin:3.4:site (default-site) @ qulice ---
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 37.7 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 831.2 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 27.6 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 35.0 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 68.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 17.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 63.7 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 201.0 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 133.4 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 107.2 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 733.0 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 187.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 270.8 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 91.5 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 92.4 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 373.1 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 63.4 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 69.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 111.3 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 152.7 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 409.4 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 360.9 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 13.9 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 265.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 529.3 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 248.7 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 295.4 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 277.0 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 53.5 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 417.6 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 858.4 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 191.5 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 90.4 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 144.0 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 436.6 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 749.1 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 292.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 1149.8 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 344.1 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 261.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 812.4 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 1115.1 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 1752.5 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-java/1.0.1/parboiled-java-1.0.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/parboiled/parboiled-core/1.0.1/parboiled-core-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/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
Downloading:6https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded:5https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar (56 KB at 917.6 KB/sec)
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:8https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloading:4https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
Downloading:4https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
Downloading:2https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
Downloading:2https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
Downloading:6https://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-java/1.0.1/parboiled-java-1.0.1.jar (81 KB at 568.0 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
Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (96 KB at 1238.6 KB/sec)
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/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar (207 KB at 1476.3 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:4http://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 792.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 640.3 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/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar (27 KB at 791.5 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/asm/asm-util/3.3.1/asm-util-3.3.1.jar (37 KB at 925.6 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:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar (16 KB at 782.1 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: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 KB at 481.7 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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar (52 KB at 2452.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: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 2134.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (159 KB at 3103.7 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-xdoc/1.6/doxia-module-xdoc-1.6.jar (37 KB at 1012.0 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:7http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar (38 KB at 988.9 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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar (56 KB at 1632.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 4041.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 1800.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar (56 KB at 1412.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (44 KB at 1089.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar (58 KB at 1173.5 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 1776.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 1898.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 2790.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (273 KB at 5564.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 4383.0 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 687.2 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 6694.7 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 415.9 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 171.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 135.3 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 515.8 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 57.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 51.7 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 255.7 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 30.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 9.2 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 139.6 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 102.7 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 77.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 104.2 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 39.4 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 49.9 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 118.6 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 59.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 69.4 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 129.3 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 169.6 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 488.7 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 1237.9 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 93.7 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 64.2 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 1045.2 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 175.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 132.1 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 96.9 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 140.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 280.7 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 142.6 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 125.8 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 90.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 98.8 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 153.0 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 107.7 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 104.3 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 174.6 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 115.8 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 20.4 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 46.2 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 129.6 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 154.2 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 220.7 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 115.0 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 922.8 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 53.6 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 220.6 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 61.3 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 160.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 81.2 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 502.9 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 705.8 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 3335.9 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 683.5 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 1179.0 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/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.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/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
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (209 KB at 3599.5 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.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
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.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: 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.jar
Downloading: https://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
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
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar (275 KB at 3021.8 KB/sec)
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
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 9303.8 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:5http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar (45 KB at 3393.1 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/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar (37 KB at 1945.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar
Downloaded:1http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar (28 KB at 962.3 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:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 313.0 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: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar (28 KB at 837.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-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 822.5 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/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (26 KB at 865.2 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 8267.3 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 827.3 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:5http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (547 KB at 9104.3 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar (25 KB at 1715.9 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:4http://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 645.5 KB/sec)
Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar (15 KB at 583.8 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:6http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 3956.4 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:8http://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 2582.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: http://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 3194.8 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-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 3630.2 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:4http://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 2323.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar
Downloaded:4http://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 1456.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar
Downloaded:4http://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 2342.3 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
Downloaded:6http://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 2785.9 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:4http://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 1368.4 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:8http://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 2444.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloaded:3http://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 1319.4 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:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 356.3 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/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (16 KB at 715.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
Downloaded:1http://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar (240 KB at 3231.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar (50 KB at 1604.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (162 KB at 2875.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar (605 KB at 5808.9 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 6866.1 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 558.3 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 176.1 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 1358.6 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 107.0 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 13.3 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/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/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.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/xalan/xalan/2.7.0/xalan-2.7.0.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar (156 KB at 5371.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar (45 KB at 575.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2158.0 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 2562.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar (2667 KB at 13960.5 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 389.1 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 2230.0 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 127.4 KB/sec)
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/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.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-core/1.1.4/doxia-core-1.1.4.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar (58 KB at 2122.9 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 6485.1 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 @ qulice >>>
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc @ qulice <<<
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9.1:test-javadoc @ qulice >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice ---
[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: 568da85 at timestamp: 2015-08-11T12:46:54
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:test-javadoc @ qulice <<<
[INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5.2
[INFO] preparing 'cobertura' report requires '[cobertura]test' forked phase execution
[INFO]
[INFO] >>> cobertura-maven-plugin:2.5.2:cobertura @ qulice >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice ---
[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: 568da85 at timestamp: 2015-08-11T12:46:54
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice ---
[INFO]
[INFO] --- cobertura-maven-plugin:2.5.2:instrument @ qulice ---
[INFO] Skipping cobertura mojo for project with packaging type 'pom'
[INFO]
[INFO] <<< cobertura-maven-plugin:2.5.2:cobertura @ qulice <<<
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.3
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO]
[INFO] >>> maven-plugin-plugin:3.3:report @ qulice >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice ---
[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: 568da85 at timestamp: 2015-08-11T12:46:55
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice ---
[INFO]
[INFO] <<< maven-plugin-plugin:3.3:report @ qulice <<<
[INFO] Not executing cobertura:report as the cobertura data file (/home/r/repo/target/cobertura/cobertura.ser) could not be found
[INFO] Parent project loaded from repository: com.jcabi:parent:pom:0.33
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.33/parent-0.33-site_en.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33-site_en.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.33/parent-0.33-site.xml
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33-site.xml
[INFO] Relativizing decoration links with respect to project URL: http://www.qulice.com
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.4/jcabi-maven-skin-1.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-skin/1.4/jcabi-maven-skin-1.4.jar (9 KB at 180.3 KB/sec)
[INFO] Rendering site with com.jcabi:jcabi-maven-skin:jar:1.4 skin.
[INFO] Skipped "Test Source Xref" report (maven-jxr-plugin:2.4:test-aggregate), file "xref-test/index.html" already exists for the English version.
[INFO] Skipped "Source Xref" report (maven-jxr-plugin:2.4:jxr), file "xref/index.html" already exists for the English version.
[INFO] Rendering 2 Doxia documents: 2 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 196.8 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 764.8 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:aggregate
[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.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-http: checking for updates from oss.sonatype.org
[INFO] artifact com.jcabi:jcabi-http: 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.apache.maven.plugins:maven-gpg-plugin: checking for updates from oss.sonatype.org
[INFO] artifact org.apache.maven.plugins:maven-gpg-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 Sitemap.
[INFO] Rendering 1 generated Doxia document: 1 xdoc
[INFO]
[INFO] --- maven-site-plugin:3.4:deploy (default-deploy) @ qulice ---
[INFO] maven.site.deploy.skip = true: Skipping site deployment
[INFO]
[INFO] --- site-maven-plugin:0.10:site (default) @ qulice ---
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 11.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.4 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 114.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 217.7 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 102.2 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:1https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.10/github-maven-core-0.10.jar (11 KB at 243.2 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 3423.1 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 3882.0 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 287.2 KB/sec)
[INFO] Creating 140 blobs
[INFO] Creating tree with 140 blob entries
[INFO] Merging with tree f38df327451142a7d3dde71149d5680ad9d0262b
[INFO] Creating commit with SHA-1: bb7ec9844181dff56eee5b094d332642adf1a030
[INFO] Updating reference refs/heads/gh-pages from 4bac510b0db688502bcf4397ebe89cb2250dccc4 to bb7ec9844181dff56eee5b094d332642adf1a030
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-spi 0.12.2
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-spi ---
[INFO] Deleting /home/r/repo/qulice-spi/target
[INFO]
[INFO] --- maven-site-plugin:3.4:site (default-site) @ qulice-spi ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.7
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4
[INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.17
[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 @ qulice-spi >>>
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc @ qulice-spi <<<
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9.1:test-javadoc @ qulice-spi >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-spi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/r/repo/qulice-spi/target/classes
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:test-javadoc @ qulice-spi <<<
[INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5.2
[INFO] preparing 'cobertura' report requires '[cobertura]test' forked phase execution
[INFO]
[INFO] >>> cobertura-maven-plugin:2.5.2:cobertura @ qulice-spi >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-spi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/r/repo/qulice-spi/target/classes
[INFO]
[INFO] --- cobertura-maven-plugin:2.5.2:instrument @ qulice-spi ---
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 4 files to /home/r/repo/qulice-spi/target/generated-classes/cobertura
Cobertura: Saved information on 4 classes.
Instrument time: 167ms

[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qulice-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ qulice-spi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/qulice-spi/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ qulice-spi ---
[INFO] Surefire report directory: /home/r/repo/qulice-spi/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.qulice.spi.EnvironmentTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 sec - in com.qulice.spi.EnvironmentTest

Results :

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

[INFO]
[INFO] <<< cobertura-maven-plugin:2.5.2:cobertura @ qulice-spi <<<
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.3
[INFO] preparing 'report' report requires 'process-classes' forked phase execution
[INFO]
[INFO] >>> maven-plugin-plugin:3.3:report @ qulice-spi >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice-spi ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qulice-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ qulice-spi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/r/repo/qulice-spi/target/classes
[INFO]
[INFO] <<< maven-plugin-plugin:3.3:report @ qulice-spi <<<
[INFO] Parent project loaded from repository: com.jcabi:parent:pom:0.33
[INFO] Relativizing decoration links with respect to project URL: http://www.qulice.com/qulice-spi
[INFO] Rendering site with com.jcabi:jcabi-maven-skin:jar:1.4 skin.
[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
[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 "Surefire Report" report	--- maven-surefire-report-plugin:2.17:report-only
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO] Generating "Dependency Updates Report" report --- versions-maven-plugin:2.1:dependency-updates-report
[INFO] Generating "Plugin Updates Report" report --- versions-maven-plugin:2.1:plugin-updates-report
[INFO] Generating "JavaDocs" report		--- maven-javadoc-plugin:2.9.1:javadoc
[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: 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.5.2:cobertura
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 4 classes.
Report time: 494ms

[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) @ qulice-spi ---
[INFO] maven.site.deploy.skip = true: Skipping site deployment
[INFO]
[INFO] --- site-maven-plugin:0.10:site (default) @ qulice-spi ---
[INFO] Creating 72 blobs
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] qulice ............................................ SUCCESS [ 34.832 s]
[INFO] qulice-spi ........................................ FAILURE [ 16.378 s]
[INFO] qulice-checkstyle ................................. SKIPPED
[INFO] qulice-pmd ........................................ SKIPPED
[INFO] qulice-codenarc ................................... SKIPPED
[INFO] qulice-findbugs ................................... SKIPPED
[INFO] qulice-xml ........................................ SKIPPED
[INFO] qulice-ant ........................................ SKIPPED
[INFO] qulice-maven-plugin ............................... SKIPPED
[INFO] qulice-gradle-plugin .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.924 s
[INFO] Finished at: 2015-08-11T12:47:30+00:00
[INFO] Final Memory: 52M/460M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.10:site (default) on project qulice-spi: Error creating blob: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.github:site-maven-plugin:0.10:site (default) on project qulice-spi: Error creating blob: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error creating blob: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403)
	at com.github.maven.plugins.site.SiteMojo.createBlob(SiteMojo.java:293)
	at com.github.maven.plugins.site.SiteMojo.execute(SiteMojo.java:356)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 19 more
Caused by: org.eclipse.egit.github.core.client.RequestException: You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. (403)
	at org.eclipse.egit.github.core.client.GitHubClient.createException(GitHubClient.java:552)
	at org.eclipse.egit.github.core.client.GitHubClient.sendJson(GitHubClient.java:643)
	at org.eclipse.egit.github.core.client.GitHubClient.post(GitHubClient.java:757)
	at org.eclipse.egit.github.core.service.DataService.createBlob(DataService.java:115)
	at com.github.maven.plugins.site.SiteMojo.createBlob(SiteMojo.java:289)
	... 22 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]	  mvn <goals> -rf :qulice-spi
+ echo 'site-deploy failed'
site-deploy failed
+ 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.12.2 -m '0.12.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 568da85 0.12.2
+ git clean -fd
Removing qulice-checkstyle:findbug_excludes_1855155170631250.xml
Removing qulice-codenarc:findbug_excludes_1855227467749057.xml
Removing qulice-pmd:findbug_excludes_1855183390129630.xml
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was 568da85).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:teamed/qulice.git
 * [new tag]	     0.12.2 -> 0.12.2