rultor.com logo This build log was produced by rultor.com for teamed/qulice#496
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2949
+ echo '1.58.1 0b71b68'
1.58.1 0b71b68
+ date
Mon Nov 30 08:40:21 UTC 2015
+ uptime
 08:40:21 up 88 days, 21:03,  0 users,  load average: 6.91, 6.01, 4.26
+ head=git@github.com:teamed/qulice.git
+ head_branch=master
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:teamed/qulice.git' '--env=head_branch=master')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo gem install pdd' ';' 'mvn clean deploy -Pqulice-profile -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=qulice.xml --exclude=qulice-maven-plugin/src/it/**/*.java' ';' 's3cmd --no-progress put qulice.xml --config=../s3cfg s3://pdd.teamed.io/qulice.xml' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=teamed_qulice_496
+ 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 clean deploy -Pqulice-profile -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=qulice.xml --exclude=qulice-maven-plugin/src/it/**/*.java' ';' 's3cmd --no-progress put qulice.xml --config=../s3cfg s3://pdd.teamed.io/qulice.xml' ';'
+ rm -rf .gpg
+ cd repo
+ docker_when_possible
+ true
++ sed 's/ /\n/g'
++ tail -n 1
++ uptime
+ load=4.26
++ echo 4.26 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.26, low enough to run a new Docker container'
load average is 4.26, 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 ...
12d4a79a97c8: Pulling image (latest) from docker.io/yegor256/rultor
12d4a79a97c8: Pulling image (latest) from docker.io/yegor256/rultor, endpoint: https://registry-1.docker.io/v1/
12d4a79a97c8: Pulling dependent layers
2332d8973c93: Download complete
ea358092da77: Download complete
a467a7c6794f: Download complete
ca4d7b1b9a51: Download complete
78ba5bb43564: Download complete
5f7e3f85146c: Download complete
dfa84e6a6ac7: Download complete
78c1bff78e87: Download complete
d7375c9d96b2: Download complete
da4d82fdd8e2: Download complete
f2069d4eb1ef: Download complete
23c87f09e421: Download complete
1bbc05a95624: Download complete
1052c4bbe7ea: Download complete
12d01e9983ca: Download complete
31f0c64fe7d9: Download complete
6b4a2c8aab47: Download complete
52a56c340c9a: Download complete
9eda6bfb5a6b: Download complete
ef57e1a8ca4e: Download complete
c0d30e9c23a2: Download complete
81cd586bc6a7: Download complete
ddda87c2c415: Download complete
9aef252532c6: Download complete
c439c64b04ea: Download complete
d355fd2e9973: Download complete
e00165170b8b: Download complete
77d476910630: Download complete
a10ec509399b: Download complete
c139e2e59cc8: Download complete
783cbc282571: Download complete
671ad6a98129: Download complete
9bc7771c9255: Download complete
8eb3e00a5b76: Download complete
0597dbc0636b: Download complete
c6e04d7c2976: Download complete
64f4bef3aef4: Download complete
94ecfd2ed5bd: Download complete
a06619724961: Download complete
9a110d30c344: Download complete
bac91a5a22c2: Download complete
067b0d9a4143: Download complete
962340ae22f3: Download complete
729abf00483b: Download complete
5192499919c2: Download complete
09bae963a002: Download complete
2575bf8b285c: Download complete
5e4070fb3cd6: Download complete
9e2c0a855a35: Download complete
0002eb07ca19: Download complete
7f5a4cf1b976: Download complete
f431f196e4a5: Download complete
12d4a79a97c8: Download complete
12d4a79a97c8: Download complete
Status: Image is up to date for docker.io/yegor256/rultor:latest
+ grep --quiet '\steamed_qulice_496\s*$'
+ docker ps --filter=status=exited
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-P2ol:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:teamed/qulice.git --env=head_branch=master --privileged=true --hostname=docker --memory=6g --cidfile=/tmp/rultor-P2ol/cid -w=/main --name=teamed_qulice_496 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/.npm /root/.profile /root/texmf /root/.texmf-var /root/tmp /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
Successfully installed slop-3.6.0
Building native extensions.  This could take a while...

ruby-filemagic-0.7.1 [2015-10-27]:

* List default lib and header directories (pull request #18 by Adam Wróbel).

Successfully installed ruby-filemagic-0.7.1
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.6.6.4
Successfully installed pdd-0.15.1
Parsing documentation for slop-3.6.0
Installing ri documentation for slop-3.6.0
Parsing documentation for ruby-filemagic-0.7.1
Installing ri documentation for ruby-filemagic-0.7.1
Parsing documentation for nokogiri-1.6.6.4
Installing ri documentation for nokogiri-1.6.6.4
Parsing documentation for pdd-0.15.1
Installing ri documentation for pdd-0.15.1
Done installing documentation for slop, ruby-filemagic, nokogiri, pdd after 6 seconds
4 gems installed
+ mvn clean deploy -Pqulice-profile -Pqulice --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[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 (0 B at 0.0 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
[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] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 6.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 350.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 950.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.pom (17 KB at 181.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom (7 KB at 152.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.jar (45 KB at 651.3 KB/sec)
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 358.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 1318.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 705.5 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 1323.8 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: 311cd72 at timestamp: 2015-11-30T08:42:26
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ qulice ---
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice ---
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom (3 KB at 32.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom (5 KB at 92.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom (7 KB at 126.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom (8 KB at 184.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom (24 KB at 346.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom (7 KB at 111.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom (3 KB at 57.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom (5 KB at 76.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom (36 KB at 565.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom (3 KB at 53.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom (8 KB at 208.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jdom/jdom/1.0/jdom-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom (2 KB at 38.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xom/xom/1.0/xom-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom (2 KB at 95.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.pom (8 KB at 96.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom (2 KB at 236.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom (6 KB at 596.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom (2 KB at 26.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom (5 KB at 93.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom (18 KB at 418.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom (9 KB at 188.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 124.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom (4 KB at 64.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (10 KB at 200.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom (4 KB at 60.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded:/https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar (8 KB at 175.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar
Downloading:8https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar
Downloaded:6https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar (13 KB at 204.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar (35 KB at 327.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.jar (55 KB at 835.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar (9 KB at 82.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar (645 KB at 1930.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar (9 KB at 158.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar (1070 KB at 3249.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar (2012 KB at 3787.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar (7 KB at 79.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 298.9 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 563.6 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar (2042 KB at 3612.7 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 7322.3 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar (7095 KB at 9397.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 KB at 4462.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar (15 KB at 1621.2 KB/sec)
[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 208.3 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 468.0 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 343.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 2174.3 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 43.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 260.1 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 79.0 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 73.0 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 47.4 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 338.5 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 33.6 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 207.5 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 78.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 2734.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 2549.5 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 227.4 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/1.0-SNAPSHOT/qulice-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/qulice-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/maven-metadata.xml (595 B at 13.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-20151130.084238-1117.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-20151130.084238-1117.pom (6 KB at 20.8 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/maven-metadata.xml (332 B at 6.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/maven-metadata.xml (595 B at 3.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/maven-metadata.xml (332 B at 2.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-20151130.084238-1117.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-20151130.084238-1117.pom.asc (473 B at 3.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice/1.0-SNAPSHOT/maven-metadata.xml (773 B at 5.4 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-spi 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom (12 KB at 183.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar (28 KB at 651.1 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 36.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1146 KB at 10705.5 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 ---
[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 ---
[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.387 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 ---
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom (1021 B at 23.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 14016.8 KB/sec)
[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-1.0-SNAPSHOT.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 19s
[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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-spi ---
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/.m2/repository/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-spi ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml (773 B at 16.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.jar (8 KB at 48.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.pom (3 KB at 15.1 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/maven-metadata.xml (336 B at 5.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml (773 B at 5.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/maven-metadata.xml (336 B at 2.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.jar.asc (473 B at 3.6 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml (951 B at 7.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-20151130.084303-1014.pom.asc (473 B at 3.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-spi/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 8.0 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-checkstyle 1.0-SNAPSHOT
[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 19.9 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 58.5 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 14.7 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 18.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.12.1/checkstyle-6.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.12.1/checkstyle-6.12.1.pom (65 KB at 1103.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 KB at 931.3 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 127.6 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/puppycrawl/tools/checkstyle/6.12.1/checkstyle-6.12.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-io/r03/guava-io-r03.jar (47 KB at 594.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.jar
Downloaded:6https://oss.sonatype.org/content/groups/public/com/google/guava/guava-annotations/r03/guava-annotations-r03.jar (4 KB at 18.7 KB/sec)
Downloaded:4https://oss.sonatype.org/content/groups/public/com/google/guava/guava-base/r03/guava-base-r03.jar (100 KB at 410.9 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.12.1/checkstyle-6.12.1.jar (1079 KB at 4230.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0-rc5/google-collections-1.0-rc5.jar
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (229 KB at 8156.4 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 10410.2 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 62 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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.574 sec - in com.qulice.checkstyle.ChecksTest
Running com.qulice.checkstyle.RedundantThrowsCheckTest
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE1756584019446518724.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * HELLO
 */
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 2 files
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE8971694623760438702.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * HELLO
 */
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 3 files
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.806 sec - in com.qulice.checkstyle.RedundantThrowsCheckTest
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
Running com.qulice.checkstyle.CheckstyleValidatorTest
[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
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 2 files
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE346233701195834653.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * Hello.
 */
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/ConstructorParams.java[30]: 'number' hides a field. (HiddenFieldCheck)
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE740650539910148033.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * License-1.
 *
 * License-2.
 */
[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/Foo.java[7]: Missing a Javadoc comment. (JavadocTypeCheck)
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE3563764400258634391.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * Hello.
 *
 * World.
 */
[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: LICENSE found: file:/tmp/LICENSE2553125719950336110.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * Hello.
 */
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 2 files
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE5382571846075475167.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * Hello.
 */
[ERROR] com.qulice.checkstyle.CheckstyleListener: /src/main/java/foo/ParametrizedClass.java[13]: Type Javadoc comment is missing an @param <T> tag. (JavadocTypeCheck)
[INFO ] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE2862125156032776483.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/**
 * Hello.
 */
[INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle violations found in 2 files
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.91 sec - in com.qulice.checkstyle.CheckstyleValidatorTest

Results :

Tests run: 17, 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-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ qulice-checkstyle ---
[INFO] LICENSE found: file:/home/r/repo/qulice-checkstyle/LICENSE.txt
/home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/DefaultMethods.java:25:5: expecting RCURLY, found 'default'
/home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/DefaultMethods.java:25:32: unexpected token: Consumer
/home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/DefaultMethods.java:26:20: unexpected token: String
[INFO] No Checkstyle violations found in 87 files
[INFO] No PMD violations found in 55 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 34s
[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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-checkstyle ---
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/.m2/repository/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-checkstyle ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml (780 B at 19.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.jar (35 KB at 216.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.pom (6 KB at 30.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/maven-metadata.xml (343 B at 5.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml (780 B at 5.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/maven-metadata.xml (343 B at 2.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.jar.asc (473 B at 3.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml (958 B at 7.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-20151130.084354-1029.pom.asc (473 B at 3.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 6.9 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-pmd 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.4/pmd-core-5.3.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.4/pmd-core-5.3.4.pom (5 KB at 98.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.3.4/pmd-5.3.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.3.4/pmd-5.3.4.pom (36 KB at 913.5 KB/sec)
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 236.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.4/pmd-java-5.3.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.4/pmd-java-5.3.4.pom (6 KB at 111.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.4/pmd-jsp-5.3.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.4/pmd-jsp-5.3.4.pom (5 KB at 102.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.4/pmd-core-5.3.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.4/pmd-java-5.3.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.4/pmd-jsp-5.3.4.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.4/pmd-jsp-5.3.4.jar (91 KB at 1045.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.4/pmd-core-5.3.4.jar (659 KB at 4949.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.4/pmd-java-5.3.4.jar (704 KB at 5960.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar (221 KB at 8834.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar (292 KB at 13884.3 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 4 resources
[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.119 sec - in com.qulice.pmd.FilesTest
Running com.qulice.pmd.PMDValidatorTest
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/foo/FieldInitConstructor.java[5-5]: This final field could be made static (FinalFieldCouldBeStatic)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/foo/FieldInitConstructor.java[3-18]: Avoid doing field initialization outside constructor. (ConstructorShouldDoInitialization)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Other.java[6-6]: Document empty method body (UncommentedEmptyMethodBody)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Other.java[2-7]: All classes and interfaces must belong to a named package (NoPackage)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Other.java[2-7]: All methods are static.  Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. (UseUtilityClass)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Other.java[6-6]: Parameter 'some' is not assigned and could be declared final (MethodArgumentCouldBeFinal)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/Other.java[6-6]: Avoid unused method parameters such as 'some'. (UnusedFormalParameter)
[INFO ] com.qulice.pmd.PMDValidator: No PMD violations found in 1 files
[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)
[ERROR] com.qulice.pmd.PmdListener: /src/main/java/foo/FieldInitNoConstructor.java[4-4]: This final field could be made static (FinalFieldCouldBeStatic)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.026 sec - in com.qulice.pmd.PMDValidatorTest

Results :

Tests run: 6, 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-1.0-SNAPSHOT.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 18 files
[INFO] No PMD violations found in 14 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 17s
[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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-pmd ---
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/.m2/repository/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-pmd ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml (770 B at 0.3 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.jar (14 KB at 54.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.pom (5 KB at 29.9 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/maven-metadata.xml (336 B at 4.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml (770 B at 4.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/maven-metadata.xml (336 B at 1.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.jar.asc (473 B at 2.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml (947 B at 4.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-20151130.084424-882.pom.asc (473 B at 2.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-pmd/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 3.4 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-codenarc 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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
CodeNarc completed: (p1=0; p2=1; p3=0) 16533ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 1 file(s)
[ERROR] com.qulice.codenarc.CodeNarcValidator: /tmp/mock46679363233973500.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) 12703ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 0 file(s)
CodeNarc completed: (p1=0; p2=0; p3=0) 12730ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 0 file(s)
CodeNarc completed: (p1=0; p2=1; p3=0) 16545ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 1 file(s)
[ERROR] com.qulice.codenarc.CodeNarcValidator: /tmp/mock2481693345668910642.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) 16500ms
[INFO ] com.qulice.codenarc.CodeNarcValidator: CodeNarc validated 1 file(s)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.511 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-1.0-SNAPSHOT.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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-codenarc ---
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/.m2/repository/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-codenarc ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml (775 B at 16.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.jar (9 KB at 56.6 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.pom (5 KB at 29.8 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/maven-metadata.xml (341 B at 5.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml (775 B at 5.3 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/maven-metadata.xml (341 B at 2.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.jar.asc (473 B at 3.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml (952 B at 6.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-20151130.084459-872.pom.asc (473 B at 3.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-codenarc/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 7.3 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-findbugs 1.0-SNAPSHOT
[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 143.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 1063.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar (33 KB at 586.5 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/1448873102290-0'): found file '/tmp/1448873102290-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
[WARN ] com.qulice.findbugs.FindBugsValidator: FindBugs: H B CN: Foo defines clone() but doesn't implement Cloneable  At input4735080741839870270.java:[line 1]
[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.BytecodeMocker: #findIn('/tmp/1448873102296-0'): found file '/tmp/1448873102296-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/1448873102293-0'): found file '/tmp/1448873102293-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.BytecodeMocker: #findIn('/tmp/1448873104923-0'): found file '/tmp/1448873104923-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
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.829 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-1.0-SNAPSHOT.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-1.0-SNAPSHOT-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 3s
[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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-findbugs ---
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/.m2/repository/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT-mock.jar to /home/r/.m2/repository/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT-mock.jar.asc to /home/r/.m2/repository/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT-mock.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-findbugs ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml (986 B at 21.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.jar (10 KB at 56.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.pom (9 KB at 59.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/maven-metadata.xml (341 B at 6.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml (986 B at 6.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/maven-metadata.xml (341 B at 2.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867-mock.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867-mock.jar (6 KB at 29.6 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml (986 B at 6.3 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.jar.asc (473 B at 3.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 7.9 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867.pom.asc (473 B at 3.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 9.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867-mock.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-20151130.084534-867-mock.jar.asc (473 B at 3.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-findbugs/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 10.7 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-xml 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.pom (10 KB at 183.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.15/jcabi-xml-0.15.jar (50 KB at 1046.9 KB/sec)
[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
[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.
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
SLF4J: com.qulice.xml.XmlValidator
SLF4J: com.qulice.xml.XmlValidator
[INFO ] com.qulice.xml.XmlValidator: /src/main/resources/invalid.xml: to be validated
[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: 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>

[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>

[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)
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 11.17 sec - in com.qulice.xml.XmlValidatorTest

Results :

Tests run: 10, 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-1.0-SNAPSHOT.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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-xml ---
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/.m2/repository/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-xml ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml (770 B at 14.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.jar (8 KB at 39.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.pom (5 KB at 19.3 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/maven-metadata.xml (336 B at 4.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml (770 B at 4.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/maven-metadata.xml (336 B at 1.6 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.jar.asc (473 B at 3.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml (947 B at 4.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-20151130.084554-793.pom.asc (473 B at 2.9 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-xml/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 6.3 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-ant 1.0-SNAPSHOT
[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 1172.4 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 8002.7 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 783.3 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 321.9 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 95.0 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/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
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:9http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 KB at 1380.8 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-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.6:install (default) @ qulice-ant ---
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.pom (8 KB at 149.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom (3 KB at 48.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom (4 KB at 68.7 KB/sec)
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 568.8 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 110.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.15.1/jcabi-log-0.15.1.pom (5 KB at 122.5 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 99.8 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 204.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 1639.3 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 20.4 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 18.5 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 81.1 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 221.0 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 554.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 16.1 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 249.9 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 19.3 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 19.7 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 20.0 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 33.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 42.7 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 1024.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 53.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-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 284.6 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 1117.5 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 213.8 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 161.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 173.8 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 132.2 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 765.1 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 674.8 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 37.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.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/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading:4https://oss.sonatype.org/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading:6https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.20.1/jcabi-aspects-0.20.1.jar (79 KB at 1071.5 KB/sec)
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-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
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar (295 KB at 3040.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.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 17611.0 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/1.8.6/groovy-1.8.6.jar (5417 KB at 9741.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar
Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading:3http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 5957.1 KB/sec)
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:3http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 16683.6 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:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 KB at 343.8 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/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.jar (13 KB at 516.2 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-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 445.1 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:5http://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 333.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 1392.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.jar
Downloaded:5http://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 672.4 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/asm/asm/3.2/asm-3.2.jar (43 KB at 2493.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar
Downloaded:3http://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 891.2 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-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar (50 KB at 544.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.jar (36 KB at 2379.6 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-commons/3.2/asm-commons-3.2.jar (33 KB at 1701.0 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.jar (22 KB at 928.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.2/plexus-interpolation-1.2.jar (36 KB at 1842.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 KB at 675.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar (12 KB at 60.5 KB/sec)
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT-mock.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT-mock.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT-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/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-1.0-SNAPSHOT.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.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 191.4 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 1273.3 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 1980.0 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 990.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 2245.6 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 2074.7 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 1112.6 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.8 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 907.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 269.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 448.9 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 929.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 162.8 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 553.7 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] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
[INFO] [INFO] 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 134.2 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] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
[INFO] [INFO] 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 935.2 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 2208.7 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 1653.3 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 2720.7 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 1633.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 5017.6 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 743.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 621.4 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 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 43.7 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 700.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 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 3347.7 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 1527.3 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 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 1900.4 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 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 702.6 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 414.1 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 3821.3 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 2055.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 1970.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.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 6924.8 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 3246.1 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 3255.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 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 5653.3 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 8498.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 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 5705.1 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 2795.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 434.6 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] 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] 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] 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 5796.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[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/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 1634.0 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] 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 1454.8 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/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 6649.4 KB/sec)
[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/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 14031.9 KB/sec)
[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/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 29558.1 KB/sec)
[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 24215.6 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 9937.7 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 6154.6 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 11783.7 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 46.7 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 1267.1 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 1533.2 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 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 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 962.4 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 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 27.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 104.2 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 109.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 727.1 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 6621.1 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 28.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 25.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 43.4 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-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-manager/1.9.1/plexus-compiler-manager-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 596.9 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 123.6 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 358.4 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 98.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 128.0 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 270.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 72.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 831.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 18306.6 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/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 16319.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 40935.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] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] 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 190.3 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 9118.2 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 12496.1 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 603.5 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/commons/commons-lang3/3.1/commons-lang3-3.1.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/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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 23723.3 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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.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 1167.9 KB/sec)
[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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 892.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 2343.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 5343.2 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 570.6 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 3593.5 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 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 423.1 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 9695.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 21301.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[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] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 14764.2 KB/sec)
[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 2188.4 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 4868.0 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/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 379.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 723.6 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 968.3 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 1017.1 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/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 7748.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 2145.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 25135.4 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 508.8 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 508.8 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 37.6 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 927.1 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 965.1 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 135.6 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 85.3 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 126.7 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 90.7 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 81.5 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 94.3 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 507.6 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 241.0 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 118.1 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 1732.5 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 414.9 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 26597.5 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/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.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.12.1/checkstyle-6.12.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.1-1/antlr4-runtime-4.5.1-1.jar:/home/r/repo/qulice-ant/target/local-repo/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.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-collections/commons-collections/3.2.1/commons-collections-3.2.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/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/pmd/pmd-core/5.3.4/pmd-core-5.3.4.jar:/home/r/repo/qulice-ant/target/local-repo/com/beust/jcommander/1.35/jcommander-1.35.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/net/sourceforge/pmd/pmd-java/5.3.4/pmd-java-5.3.4.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/pmd/pmd-jsp/5.3.4/pmd-jsp-5.3.4.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.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/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.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/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.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/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.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.855 s
[INFO] [INFO] Finished at: 2015-11-30T08:46:30+00:00
[INFO] [INFO] Final Memory: 26M/478M
[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:244)
[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 (29.7 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) 11885ms
[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 17s
[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'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ qulice-ant ---
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/.m2/repository/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-ant/target/qulice-ant-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-ant ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml (767 B at 0.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.jar (9 KB at 46.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.pom (9 KB at 63.3 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/maven-metadata.xml (336 B at 5.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml (767 B at 5.3 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/maven-metadata.xml (336 B at 2.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.jar.asc (473 B at 2.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml (943 B at 5.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/qulice-ant-1.0-20151130.084650-30.pom.asc (473 B at 2.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-ant/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 6.9 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-maven-plugin 1.0-SNAPSHOT
[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 623.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 1849.7 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 158.1 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 395.5 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 174.3 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 133.9 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 1009.9 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 136.3 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 73.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom (13 KB at 662.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom (26 KB at 1258.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom (6 KB at 330.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom (22 KB at 1197.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom (7 KB at 139.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom (12 KB at 601.5 KB/sec)
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-settings/3.0/maven-settings-3.0.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
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 2669.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
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-io/2.0.4/plexus-io-2.0.4.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
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.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 2065.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (59 KB at 613.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: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (46 KB at 2398.6 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-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 KB at 979.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (37 KB at 1153.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (148 KB at 5071.4 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-core/3.0.5/maven-core-3.0.5.jar (546 KB at 17059.1 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/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (46 KB at 5106.1 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 1370.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.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 2207.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (88 KB at 3367.9 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 2833.4 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/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (160 KB at 8873.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (57 KB at 7114.1 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-artifact/3.0.5/maven-artifact-3.0.5.jar (51 KB at 1884.3 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:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (181 KB at 8211.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
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 15111.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloaded:1http://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 1425.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (128 KB at 2050.0 KB/sec)
Downloaded:5http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar (20 KB at 761.2 KB/sec)
Downloaded:6http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar (60 KB at 2698.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar (560 KB at 15981.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar (115 KB at 3021.8 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 221.2 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 156.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 234.5 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 177.8 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 125.4 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 49.5 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 139.2 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:3http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.3/maven-plugin-tools-generators-3.3.jar
Downloading:3http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (52 KB at 2599.2 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:2http://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 1491.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:1http://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 1213.0 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-java/3.3/maven-plugin-tools-java-3.3.jar (18 KB at 1340.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:4http://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 1023.4 KB/sec)
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 1895.1 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 KB at 1050.2 KB/sec)
Downloaded: http://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 1749.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar (237 KB at 3330.7 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.DefaultValidatorsProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in com.qulice.maven.DefaultValidatorsProviderTest
Running com.qulice.maven.CheckMojoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 sec - in com.qulice.maven.CheckMojoTest
Running com.qulice.maven.DefaultMavenEnvironmentTest
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.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec - in com.qulice.maven.DefaultMavenEnvironmentTest
Running com.qulice.maven.DependenciesValidatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.815 sec - in com.qulice.maven.DependenciesValidatorTest
Running com.qulice.maven.SvnPropertiesValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 sec - in com.qulice.maven.SvnPropertiesValidatorTest
Running com.qulice.maven.PomXpathValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 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-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.3:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ qulice-maven-plugin ---
[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/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-spi/target/qulice-spi-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/1.0-SNAPSHOT/qulice-spi-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice/1.0-SNAPSHOT/qulice-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/1.0-SNAPSHOT/qulice-checkstyle-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/1.0-SNAPSHOT/qulice-pmd-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-codenarc/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-codenarc/target/qulice-codenarc-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-codenarc/1.0-SNAPSHOT/qulice-codenarc-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-findbugs/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT-mock.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT-mock.jar
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/qulice-findbugs/target/qulice-findbugs-1.0-SNAPSHOT-mock.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-findbugs/1.0-SNAPSHOT/qulice-findbugs-1.0-SNAPSHOT-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/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-xml/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-xml/target/qulice-xml-1.0-SNAPSHOT.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-xml/1.0-SNAPSHOT/qulice-xml-1.0-SNAPSHOT.pom.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/1.0-SNAPSHOT/qulice-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-1.0-SNAPSHOT.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-SNAPSHOT.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 191.4 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 979.5 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 1980.0 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 2890.4 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 1981.2 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 2245.6 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 39.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 675.4 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 384.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.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 583.3 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 183.8 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 949.3 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 473.6 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 981.7 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 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 2720.7 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 453.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 4328.9 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 858.4 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 977.1 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 207.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 1459.8 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 1928.2 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 194.9 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 1115.9 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 644.5 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 320.1 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 220.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 316.7 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 622.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 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 1910.6 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 832.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 257.0 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 2308.3 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 612.3 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 1818.9 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 1884.4 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 868.2 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 5705.1 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 1472.2 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 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 14705.6 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/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 214.7 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] 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/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 6649.4 KB/sec)
[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-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 436.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 6013.7 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 11925.2 KB/sec)
[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 9906.4 KB/sec)
[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/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 29558.1 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 11783.7 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 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 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 1533.2 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 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 1318.4 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 150.0 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 9.8 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 23.2 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 41.9 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-manager/1.9.1/plexus-compiler-manager-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 674.0 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 139.0 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 325.1 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 102.1 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 128.0 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 83.5 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 831.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 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 18306.6 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 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 3394.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 16319.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 20467.8 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] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 133.9 KB/sec)
[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 9118.2 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 22103.5 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/commons/commons-lang3/3.1/commons-lang3-3.1.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/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 4949.7 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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 15420.2 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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.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 651.3 KB/sec)
[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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 619.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 526.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 3885.9 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 1453.5 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 2940.1 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 4431.6 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 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 1317.4 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 9695.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.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] 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/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/commons-lang/commons-lang/2.1/commons-lang-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: 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 1537.8 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 5338.3 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 4002.6 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:1.0-SNAPSHOT: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 941.4 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 6473.6 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 3800.8 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 5026.4 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 2234.4 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 5243.2 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 3054.7 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 2544.9 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 1219.7 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 7594.7 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 397.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 4140.6 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 3903.3 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 5329.1 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 2412.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 816.9 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 927.7 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 968.3 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 1411.6 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 1856.0 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 1483.4 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 1969.7 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 4955.6 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 10669.9 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 1536.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 KB at 5183.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (4 KB at 3086.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (4 KB at 3193.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (5 KB at 4252.0 KB/sec)
[INFO] [INFO] Starting Checkstyle validator
[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[2]: Missing a Javadoc comment. (JavadocTypeCheck)
[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: 12.594 s
[INFO] [INFO] Finished at: 2015-11-30T08:47:27+00:00
[INFO] [INFO] Final Memory: 26M/626M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check (default) on project checkstyle-newlines: Failure: 8 Checkstyle violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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: 8 Checkstyle violations (see log above)
[INFO]  at com.qulice.checkstyle.CheckstyleValidator.validate(CheckstyleValidator.java:96)
[INFO]  at com.qulice.maven.CheckMojo.run(CheckMojo.java:84)
[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.7 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 38.6 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 453.4 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 546.5 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 64.9 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 1015.4 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 849.3 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 142.7 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 96.9 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 166.7 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 95.0 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 142.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 86.0 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 104.8 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 247.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (5 KB at 2090.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (9 KB at 4296.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (3 KB at 2327.1 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: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar (13 KB at 4007.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1479 KB at 12426.7 KB/sec)
[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 1443.7 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 5473.2 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:1.0-SNAPSHOT:check (default) @ module ---
[INFO] [INFO] Starting Checkstyle validator
[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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] CodeNarc completed: (p1=0; p2=1; p3=2) 11259ms
[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 [ 19.840 s]
[INFO] [INFO] codenarc-violations ............................... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 19.954 s
[INFO] [INFO] Finished at: 2015-11-30T08:47:49+00:00
[INFO] [INFO] Final Memory: 93M/454M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT: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:84)
[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 (22.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:1.0-SNAPSHOT:check (default) @ findbugs-violations ---
[INFO] [INFO] Starting Checkstyle validator
[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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No PMD violations found in 2 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/findbugs-violations/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[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: 14.328 s
[INFO] [INFO] Finished at: 2015-11-30T08:48:07+00:00
[INFO] [INFO] Final Memory: 27M/476M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT: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:244)
[INFO]  at com.qulice.findbugs.FindBugsValidator.validate(FindBugsValidator.java:78)
[INFO]  at com.qulice.maven.CheckMojo.run(CheckMojo.java:84)
[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 (17.7 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:1.0-SNAPSHOT:check (default) @ mod ---
[INFO] [INFO] Starting Checkstyle validator
[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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/multi-module/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] Finishing FindBugs validator
[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 790.4 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 1376.1 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 1333.7 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 951.8 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 60.8 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 894.5 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 2447.0 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 2713.6 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 356.8 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 389.0 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 197.0 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] 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/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (10 KB at 312.1 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 309.4 KB/sec)
[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/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (240 KB at 2259.7 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 2235.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 3198.7 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 989.3 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 1550.3 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 1285.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 813.6 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 3324.5 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 5435.9 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 1805.8 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 269.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 1011.6 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 77.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 1801.8 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 1159.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 1223.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 78.5 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-io/commons-io/1.4/commons-io-1.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar (107 KB at 35495.8 KB/sec)
[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 8572.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 3965.8 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 12449.2 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] Downloaded: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 3637.7 KB/sec)
[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-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 15979.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 16215.5 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 4526.4 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 8600.9 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 4010.7 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 721.2 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 22.8 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 58.6 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 1254.4 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 243.7 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 70.3 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 4764.6 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 13.9 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 6595.7 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 1533.2 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 959.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 439.7 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 657.2 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 8941.4 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 790.5 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 928.2 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 2646.5 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 1013.2 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 486.3 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 5056.6 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 4072.8 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 899.4 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 5759.3 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 1587.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 1323.2 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 790.0 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 663.1 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 373.5 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 2957.0 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 422.9 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 1127.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 1628.9 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 337.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 1169.4 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 3937.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 1106.0 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 3147.5 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 4028.3 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 440.4 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 1080.8 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 4680.7 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 1034.2 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 1466.3 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 955.6 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 1841.8 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 504.9 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 5941.4 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 5387.7 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 2200.2 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 1314.5 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 1094.7 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 3264.6 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/asm/asm-tree/3.0/asm-tree-3.0.jar (22 KB at 10503.9 KB/sec)
[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/ant/ant/1.7.0/ant-1.7.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 17028.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.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 11459.0 KB/sec)
[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] 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/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar (10 KB at 4953.1 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] 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/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar (20 KB at 9817.4 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/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-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.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 1612.5 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/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/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 3374.9 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/log4j/log4j/1.2.9/log4j-1.2.9.jar (345 KB at 10118.7 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/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 26831.1 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/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 22713.4 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/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar (53 KB at 1349.0 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] 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/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 3953.9 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/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 3412.0 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 2517.8 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-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 22987.3 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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 244.3 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-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 13572.8 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/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/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-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 2587.2 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/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/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 7225.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 19923.9 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 12789.9 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 11347.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 12803.2 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 10467.8 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 314.0 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 1770.5 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 812.5 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 7822.3 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 45802.2 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] Downloaded: file:///home/r/.m2/repository/com/beust/jcommander/1.15/jcommander-1.15.jar (31 KB at 15298.8 KB/sec)
[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/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 37127.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/rhino/js/1.7R2/js-1.7R2.jar (851 KB at 29339.3 KB/sec)
[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] ------------------------------------------------------------------------
[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 46356.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 13.8 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 81.9 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 974.5 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.021 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:1.0-SNAPSHOT:check (default) @ mod-alpha ---
[INFO] [INFO] Starting Checkstyle validator
[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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No PMD violations found in 4 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[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] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] Finishing FindBugs validator
[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 16s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] mod-tk ............................................ SUCCESS [  2.375 s]
[INFO] [INFO] mod ............................................... SUCCESS [ 18.805 s]
[INFO] [INFO] mod-alpha ......................................... SUCCESS [ 18.934 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 40.310 s
[INFO] [INFO] Finished at: 2015-11-30T08:48:51+00:00
[INFO] [INFO] Final Memory: 36M/477M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" 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 (43.6 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 7.3 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 30.4 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 5.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/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.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 551.2 KB/sec)
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 723.6 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 767.4 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ relocation ---
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:1.0-SNAPSHOT:check (default) @ relocation ---
[INFO] [INFO] Starting Checkstyle validator
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/relocation/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/relocation/target/classes, no FindBugs validation
[INFO] [INFO] Finishing FindBugs validator
[INFO] log4j:WARN No appenders could be found for logger (org.jboss.logging).
[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] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[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 3s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 7.377 s
[INFO] [INFO] Finished at: 2015-11-30T08:49:01+00:00
[INFO] [INFO] Final Memory: 18M/276M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile &quot;qulice" 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.5 s)
[INFO] Building: hibernate-validator-check/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 hibernate-validator-check 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hibernate-validator-check ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hibernate-validator-check ---
[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/hibernate-validator-check/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hibernate-validator-check ---
[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/hibernate-validator-check/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hibernate-validator-check ---
[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/hibernate-validator-check/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hibernate-validator-check ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hibernate-validator-check ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hibernate-validator-check ---
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/hibernate-validator-check-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:1.0-SNAPSHOT:check (default) @ hibernate-validator-check ---
[INFO] [INFO] Starting Checkstyle validator
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No PMD violations found in 2 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] Finishing FindBugs validator
[INFO] [INFO] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[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 19s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 24.835 s
[INFO] [INFO] Finished at: 2015-11-30T08:49:29+00:00
[INFO] [INFO] Final Memory: 26M/469M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/verify.groovy
[INFO] ..SUCCESS (28.2 s)
[INFO] Building: xml-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 xml-violations 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-violations ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xml-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/xml-violations/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ xml-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xml-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/xml-violations/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ xml-violations ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xml-violations ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ xml-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/xml-violations/target/xml-violations-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:1.0-SNAPSHOT:check (default) @ xml-violations ---
[INFO] [INFO] Starting Checkstyle validator
[INFO] [INFO] LICENSE found: file:/home/r/repo/qulice-maven-plugin/target/it/xml-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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] /src/site.xml: to be validated
[INFO] [INFO] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/xml-violations/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] Finishing FindBugs validator
[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 13s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 18.425 s
[INFO] [INFO] Finished at: 2015-11-30T08:49:51+00:00
[INFO] [INFO] Final Memory: 26M/473M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/xml-violations/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/xml-violations/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/xml-violations/verify.groovy
[INFO] ..SUCCESS (22.0 s)
[INFO] Building: log-check/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 log-check 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ log-check ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ log-check ---
[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/log-check/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ log-check ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ log-check ---
[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/log-check/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ log-check ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ log-check ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ log-check ---
[INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/log-check/target/log-check-1.0-SNAPSHOT.jar
[INFO] [INFO]
[INFO] [INFO] --- qulice-maven-plugin:1.0-SNAPSHOT:check (default) @ log-check ---
[INFO] [INFO] Starting Checkstyle validator
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/log-check/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/log-check/target/classes, no FindBugs validation
[INFO] [INFO] Finishing FindBugs validator
[INFO] log4j:WARN No appenders could be found for logger (org.jboss.logging).
[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] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[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 3s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 8.030 s
[INFO] [INFO] Finished at: 2015-11-30T08:50:02+00:00
[INFO] [INFO] Final Memory: 20M/391M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] run script /home/r/repo/qulice-maven-plugin/target/it/log-check/verify.groovy
[INFO] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/log-check/verify.groovy
[INFO] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/log-check/verify.groovy
[INFO] ..SUCCESS (10.9 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:1.0-SNAPSHOT:check (default) @ pmd-violations ---
[INFO] [INFO] Starting Checkstyle validator
[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] [INFO] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [ERROR] /src/main/java/com/qulice/foo/Violations.java[83-83]: System.out.println 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: 13.149 s
[INFO] [INFO] Finished at: 2015-11-30T08:50:19+00:00
[INFO] [INFO] Final Memory: 30M/470M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT: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:84)
[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 (16.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:1.0-SNAPSHOT:check (default) @ js-violations ---
[INFO] [INFO] Starting Checkstyle validator
[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 3 files
[INFO] [INFO] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/js-violations/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] Finishing FindBugs validator
[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] 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: 19.011 s
[INFO] [INFO] Finished at: 2015-11-30T08:50:41+00:00
[INFO] [INFO] Final Memory: 26M/473M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check (default) on project js-violations: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT:check (default) on project js-violations: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT: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:51)
[INFO]  at com.qulice.maven.CheckMojo.run(CheckMojo.java:88)
[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 (22.0 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:1.0-SNAPSHOT:check (default) @ findbugs-exclude ---
[INFO] [INFO] Starting Checkstyle validator
[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] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No PMD violations found in 3 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no groovy files in /home/r/repo/qulice-maven-plugin/target/it/findbugs-exclude/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] Finishing FindBugs validator
[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 17s
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 22.924 s
[INFO] [INFO] Finished at: 2015-11-30T08:51:06+00:00
[INFO] [INFO] Final Memory: 28M/470M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" 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 (25.9 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:1.0-SNAPSHOT:check (default) @ checkstyle-violations ---
[INFO] [INFO] Starting Checkstyle validator
[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[5]: Missing a Javadoc comment. (JavadocTypeCheck)
[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[3]: Missing a Javadoc comment. (JavadocTypeCheck)
[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[3]: Missing a Javadoc comment. (JavadocTypeCheck)
[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/Brackets.java[77]: Redundant 'public' modifier. (RedundantModifierCheck)
[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]: Missing a Javadoc comment. (JavadocTypeCheck)
[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/Iface.java[6]: Redundant 'public' modifier. (RedundantModifierCheck)
[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[2]: Missing a Javadoc comment. (JavadocTypeCheck)
[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 Javadoc comment. (JavadocTypeCheck)
[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: 10.409 s
[INFO] [INFO] Finished at: 2015-11-30T08:51:20+00:00
[INFO] [INFO] Final Memory: 23M/477M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check (default) on project checkstyle-violations: Failure: 65 Checkstyle violations (see log above) -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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: 65 Checkstyle violations (see log above)
[INFO]  at com.qulice.checkstyle.CheckstyleValidator.validate(CheckstyleValidator.java:96)
[INFO]  at com.qulice.maven.CheckMojo.run(CheckMojo.java:84)
[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 (13.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:1.0-SNAPSHOT:check (default) @ pom-xpath-validator-violations ---
[INFO] [INFO] Starting Checkstyle validator
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/target/classes, no FindBugs validation
[INFO] [INFO] Finishing FindBugs validator
[INFO] log4j:WARN No appenders could be found for logger (org.jboss.logging).
[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] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[INFO] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 5.552 s
[INFO] [INFO] Finished at: 2015-11-30T08:51:29+00:00
[INFO] [INFO] Final Memory: 14M/276M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT: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:88)
[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 (8.5 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] Downloading: http://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom (4 KB at 21.2 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 197.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 2711.4 KB/sec)
[INFO] [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[INFO] [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar (11 KB at 527.2 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:1.0-SNAPSHOT:check (default) @ duplicate-finder-violations ---
[INFO] [INFO] Starting Checkstyle validator
[INFO] [INFO] No files to check with Checkstyle
[INFO] [INFO] Finishing Checkstyle validator
[INFO] [INFO] Starting PMD validator
[INFO] [INFO] No files to check with PMD
[INFO] [INFO] No PMD violations found in 0 files
[INFO] [INFO] Finishing PMD validator
[INFO] [INFO] Starting XML validator
[INFO] [INFO] Finishing XML validator
[INFO] [INFO] Starting CodeNarc validator
[INFO] [INFO] CodeNarc not required since no sources in /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/src
[INFO] [INFO] Finishing CodeNarc validator
[INFO] [INFO] Starting FindBugs validator
[INFO] [INFO] No classes at /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/target/classes, no FindBugs validation
[INFO] [INFO] Finishing FindBugs validator
[INFO] log4j:WARN No appenders could be found for logger (org.jboss.logging).
[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] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[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: 7.890 s
[INFO] [INFO] Finished at: 2015-11-30T08:51:40+00:00
[INFO] [INFO] Final Memory: 18M/276M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check (default) on project duplicate-finder-violations: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT:check (default) on project duplicate-finder-violations: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT: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:1.0-SNAPSHOT: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:88)
[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 (11.2 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 14, 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 141 files
[INFO] No PMD violations found in 55 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/hibernate-validator-check/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/site.xml: skipped
[INFO] /src/it/xml-violations/pom.xml: skipped
[INFO] /src/it/log-check/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) 4953ms
[INFO] CodeNarc validated 18 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 22s
[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'
[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-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-maven-plugin ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (779 B at 6.6 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.jar (45 KB at 236.9 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.pom (17 KB at 107.1 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/maven-metadata.xml (321 B at 1.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/maven-metadata.xml (234 B at 0.9 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (779 B at 2.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/maven-metadata.xml (321 B at 1.9 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/maven-metadata.xml (234 B at 1.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.jar.asc (473 B at 3.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (956 B at 5.6 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/qulice-maven-plugin-1.0-20151130.085203-865.pom.asc (473 B at 2.9 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 7.3 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-gradle-plugin 1.0-SNAPSHOT
[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 7.8 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 4.4 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 2.9 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 8.6 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 35.9 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 32.3 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 18.9 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 55.3 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 16.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 21.9 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 100.1 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 3.1 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 225.7 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar
Downloaded:4http://repo.springsource.org/libs-release-remote/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar (65 KB at 552.4 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloaded:4http://repo.springsource.org/libs-release-remote/org/ow2/asm/asm/4.0/asm-4.0.jar (45 KB at 416.1 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar
Downloaded:Bhttp://repo.springsource.org/libs-release-remote/org/gradle/gradle-base-services/2.2.1/gradle-base-services-2.2.1.jar (173 KB at 418.9 KB/sec)
Downloading: http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Downloaded:Bhttp://repo.springsource.org/libs-release-remote/org/gradle/gradle-core/2.2.1/gradle-core-2.2.1.jar (1799 KB at 3936.1 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/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar (5 KB at 45.3 KB/sec)
Downloaded: http://repo.springsource.org/libs-release-remote/com/esotericsoftware/kryo/kryo/2.20/kryo-2.20.jar (166 KB at 411.6 KB/sec)
Downloaded:3http://repo.springsource.org/libs-release-remote/org/objenesis/objenesis/1.2/objenesis-1.2.jar (36 KB at 306.1 KB/sec)
Downloaded:5http://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 169.2 KB/sec)
Downloaded: http://repo.springsource.org/libs-release-remote/org/gradle/gradle-messaging/2.2.1/gradle-messaging-2.2.1.jar (261 KB at 289.3 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-1.0-SNAPSHOT.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'
[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-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/qulice-gradle-plugin/pom.xml to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/qulice-gradle-plugin/target/qulice-gradle-plugin-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ qulice-gradle-plugin ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml (777 B at 20.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.jar (5 KB at 29.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.pom (5 KB at 31.1 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/maven-metadata.xml (346 B at 6.3 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml (777 B at 4.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/maven-metadata.xml (346 B at 2.0 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.jar.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.jar.asc (473 B at 2.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml (953 B at 3.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.pom.asc
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/qulice-gradle-plugin-1.0-20151130.085210-37.pom.asc (473 B at 1.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/qulice/qulice-gradle-plugin/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 7.4 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] qulice ............................................ SUCCESS [ 15.426 s]
[INFO] qulice-spi ........................................ SUCCESS [ 25.139 s]
[INFO] qulice-checkstyle ................................. SUCCESS [ 51.065 s]
[INFO] qulice-pmd ........................................ SUCCESS [ 30.510 s]
[INFO] qulice-codenarc ................................... SUCCESS [ 34.558 s]
[INFO] qulice-findbugs ................................... SUCCESS [ 35.698 s]
[INFO] qulice-xml ........................................ SUCCESS [ 19.342 s]
[INFO] qulice-ant ........................................ SUCCESS [ 56.403 s]
[INFO] qulice-maven-plugin ............................... SUCCESS [05:12 min]
[INFO] qulice-gradle-plugin .............................. SUCCESS [  6.623 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:54 min
[INFO] Finished at: 2015-11-30T08:52:11+00:00
[INFO] Final Memory: 143M/541M
[INFO] ------------------------------------------------------------------------
+ mvn clean
[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 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice ---
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-spi 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-spi ---
[INFO] Deleting /home/r/repo/qulice-spi/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-checkstyle 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-checkstyle ---
[INFO] Deleting /home/r/repo/qulice-checkstyle/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-pmd 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-pmd ---
[INFO] Deleting /home/r/repo/qulice-pmd/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-codenarc 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-codenarc ---
[INFO] Deleting /home/r/repo/qulice-codenarc/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-findbugs 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-findbugs ---
[INFO] Deleting /home/r/repo/qulice-findbugs/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-xml 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-xml ---
[INFO] Deleting /home/r/repo/qulice-xml/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-ant 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-ant ---
[INFO] Deleting /home/r/repo/qulice-ant/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-maven-plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-maven-plugin ---
[INFO] Deleting /home/r/repo/qulice-maven-plugin/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building qulice-gradle-plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qulice-gradle-plugin ---
[INFO] Deleting /home/r/repo/qulice-gradle-plugin/target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] qulice ............................................ SUCCESS [  0.282 s]
[INFO] qulice-spi ........................................ SUCCESS [  0.090 s]
[INFO] qulice-checkstyle ................................. SUCCESS [  0.077 s]
[INFO] qulice-pmd ........................................ SUCCESS [  0.017 s]
[INFO] qulice-codenarc ................................... SUCCESS [  0.046 s]
[INFO] qulice-findbugs ................................... SUCCESS [  0.031 s]
[INFO] qulice-xml ........................................ SUCCESS [  0.022 s]
[INFO] qulice-ant ........................................ SUCCESS [  0.778 s]
[INFO] qulice-maven-plugin ............................... SUCCESS [  0.981 s]
[INFO] qulice-gradle-plugin .............................. SUCCESS [  0.007 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.636 s
[INFO] Finished at: 2015-11-30T08:52:20+00:00
[INFO] Final Memory: 10M/276M
[INFO] ------------------------------------------------------------------------
++ pwd
+ pdd --source=/home/r/repo --verbose --file=qulice.xml '--exclude=qulice-maven-plugin/src/it/**/*.java'
INFO: "my version is 0.15.1"
INFO: "Ruby version is 2.2.3 at x86_64-linux-gnu"
INFO: "reading /home/r/repo"
INFO: "excluding qulice-maven-plugin/src/it/**/*.java"
INFO: "583 file(s) found"
INFO: "reading INSTALL.txt..."
INFO: "reading LICENSE.txt..."
INFO: "reading README.md..."
INFO: "reading TEAM.md..."
INFO: "reading appveyor.yml..."
INFO: "reading pom.xml..."
INFO: "reading qulice-ant/LICENSE.txt..."
INFO: "reading qulice-ant/pom.xml..."
INFO: "reading qulice-ant/src/it/findbugs-violations/LICENSE.txt..."
INFO: "reading qulice-ant/src/it/findbugs-violations/build.xml..."
INFO: "reading qulice-ant/src/it/findbugs-violations/invoker.properties..."
INFO: "reading qulice-ant/src/it/findbugs-violations/pom.xml..."
INFO: "reading qulice-ant/src/it/findbugs-violations/src/main/java/com/qulice/foo/Main.java..."
INFO: "reading qulice-ant/src/it/findbugs-violations/src/main/java/com/qulice/foo/package-info.java..."
INFO: "reading qulice-ant/src/it/findbugs-violations/verify.groovy..."
INFO: "reading qulice-ant/src/it/settings.xml...&quot;
INFO: &quot;reading qulice-ant/src/main/java/com/qulice/ant/AntEnvironment.java...&quot;
INFO: &quot;puzzle 337-8e901889 0/IMP at qulice-ant/src/main/java/com/qulice/ant/AntEnvironment.java"
INFO: "reading qulice-ant/src/main/java/com/qulice/ant/QuliceTask.java..."
INFO: "reading qulice-ant/src/main/java/com/qulice/ant/package-info.java..."
INFO: "reading qulice-ant/src/site/apt/index.apt.vm..."
INFO: "reading qulice-ant/src/site/site.xml..."
INFO: "reading qulice-ant/src/test/java/com/qulice/ant/AntEnvironmentTest.java..."
INFO: "puzzle 337-3d7cb361 0/IMP at qulice-ant/src/test/java/com/qulice/ant/AntEnvironmentTest.java"
INFO: "reading qulice-ant/src/test/java/com/qulice/ant/package-info.java..."
INFO: "reading qulice-checkstyle/LICENSE.txt..."
INFO: "reading qulice-checkstyle/pom.xml..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/BracketsStructureCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleListener.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ConditionalRegexpMultilineCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ConstantUsageCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CurlyBracketsStructureCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/EmptyLinesCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ImportCohesionCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocLocationCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocTagsCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodBodyCommentsCheck.java..."
INFO: "puzzle 260-dc51e6f4 0/IMP at qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodBodyCommentsCheck.java"
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodsOrderCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/MultilineJavadocTagsCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/NonStaticMethodCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/StringLiteralsConcatenationCheck.java..."
INFO: "reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/package-info.java..."
INFO: "reading qulice-checkstyle/src/main/resources/com/qulice/checkstyle/checks.xml..."
INFO: "reading qulice-checkstyle/src/site/apt/index.apt.vm..."
INFO: "reading qulice-checkstyle/src/site/site.xml..."
INFO: "reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/ChecksTest.java..."
INFO: "reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java..."
INFO: "puzzle 412-bd044e76 30/IMP at qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java"
INFO: "puzzle 447-94597ea9 30/IMP at qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java"
INFO: "reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/LicenseRule.java..."
INFO: "reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/RedundantThrowsCheckTest.java..."
INFO: "reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/package-info.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/AnnotationConstant.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/AuthorTag.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/config.xml...&quot;
INFO: &quot;reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/violations.txt...&quot;
INFO: &quot;reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/Invalid.java...&quot;
INFO: &quot;reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/Valid.java...&quot;
INFO: &quot;reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/config.xml...&quot;
INFO: &quot;reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/violations.txt...&quot;
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/Invalid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/Valid.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/config.xml..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/violations.txt..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ConstructorParams.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/DefaultMethods.java..."
INFO: "reading qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ParametrizedClass.java..."
INFO: "reading qulice-checkstyle/src/test/resources/log4j.properties..."
INFO: "reading qulice-checkstyle:findbug_excludes_7679174557743627.xml..."
INFO: "reading qulice-codenarc/LICENSE.txt..."
INFO: "reading qulice-codenarc/pom.xml..."
INFO: "reading qulice-codenarc/src/main/java/com/qulice/codenarc/CodeNarcValidator.java..."
INFO: "reading qulice-codenarc/src/main/java/com/qulice/codenarc/package-info.java..."
INFO: "reading qulice-codenarc/src/main/resources/com/qulice/codenarc/rules.txt..."
INFO: "reading qulice-codenarc/src/site/apt/index.apt.vm..."
INFO: "reading qulice-codenarc/src/site/site.xml..."
INFO: "reading qulice-codenarc/src/test/java/com/qulice/codenarc/CodeNarcValidatorTest.java..."
INFO: "reading qulice-codenarc/src/test/java/com/qulice/codenarc/package-info.java..."
INFO: "reading qulice-codenarc/src/test/resources/log4j.properties..."
INFO: "reading qulice-codenarc:findbug_excludes_7679247367499289.xml..."
INFO: "reading qulice-findbugs/LICENSE.txt..."
INFO: "reading qulice-findbugs/pom.xml..."
INFO: "puzzle 333-37771839 0/IMP at qulice-findbugs/pom.xml"
INFO: "reading qulice-findbugs/src/main/java/com/qulice/findbugs/FindBugsValidator.java..."
INFO: "reading qulice-findbugs/src/main/java/com/qulice/findbugs/Wrap.java..."
INFO: "reading qulice-findbugs/src/main/java/com/qulice/findbugs/package-info.java..."
INFO: "reading qulice-findbugs/src/mock/java/com/qulice/findbugs/BytecodeMocker.java..."
INFO: "reading qulice-findbugs/src/mock/java/com/qulice/findbugs/package-info.java..."
INFO: "reading qulice-findbugs/src/site/apt/index.apt.vm..."
INFO: "reading qulice-findbugs/src/site/site.xml..."
INFO: "reading qulice-findbugs/src/test/java/com/qulice/findbugs/FindBugsValidatorTest.java..."
INFO: "reading qulice-findbugs/src/test/java/com/qulice/findbugs/package-info.java..."
INFO: "reading qulice-findbugs/src/test/resources/log4j.properties..."
INFO: "reading qulice-gradle-plugin/LICENSE.txt..."
INFO: "reading qulice-gradle-plugin/build.gradle..."
INFO: "reading qulice-gradle-plugin/pom.xml..."
INFO: "reading qulice-gradle-plugin/src/main/java/com/qulice/gradle/QulicePlugin.java..."
INFO: "puzzle 339-6f043704 30/IMP at qulice-gradle-plugin/src/main/java/com/qulice/gradle/QulicePlugin.java"
INFO: "reading qulice-gradle-plugin/src/main/java/com/qulice/gradle/package-info.java..."
INFO: "reading qulice-gradle-plugin/src/main/resources/META-INF/gradle-plugins/qulice-plugin.properties..."
INFO: "reading qulice-maven-plugin/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/pom.xml..."
INFO: "puzzle 281-2350cdf0 0/IMP at qulice-maven-plugin/pom.xml"
INFO: "reading qulice-maven-plugin/src/it/checkstyle-newlines/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-newlines/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-newlines/src/main/resources/tabs.txt..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-newlines/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-violations/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/resources/newlines.txt..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/resources/tabs.txt..."
INFO: "reading qulice-maven-plugin/src/it/checkstyle-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/cobertura-violations/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/cobertura-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/cobertura-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/cobertura-violations/verify.groovy...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/codenarc-violations/invoker.properties...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/codenarc-violations/module/LICENSE.txt...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/codenarc-violations/module/pom.xml...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/codenarc-violations/pom.xml...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/codenarc-violations/verify.groovy...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/dependency-violations/LICENSE.txt...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/dependency-violations/invoker.properties...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/dependency-violations/pom.xml...&quot;
INFO: &quot;reading qulice-maven-plugin/src/it/dependency-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/duplicate-finder-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/duplicate-finder-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/duplicate-finder-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-exclude/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-exclude/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-exclude/pom.xml..."
INFO: "puzzle 352-f6cf61e2 0/IMP at qulice-maven-plugin/src/it/findbugs-exclude/pom.xml"
INFO: "reading qulice-maven-plugin/src/it/findbugs-exclude/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-violations/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/findbugs-violations/verify.groovy..."
INFO: "puzzle 60-2649436b 0/IMP at qulice-maven-plugin/src/it/findbugs-violations/verify.groovy"
INFO: "reading qulice-maven-plugin/src/it/hibernate-validator-check/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/hibernate-validator-check/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/hibernate-validator-check/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/src/main/foo/bar/new.js..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/src/main/other_viol.js..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/src/main/violations.js..."
INFO: "reading qulice-maven-plugin/src/it/js-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/log-check/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/log-check/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/log-check/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/log-check/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/multi-module/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/multi-module/mod-alpha/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/multi-module/mod-tk/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/multi-module/mod-tk/src/main/resources/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/multi-module/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/multi-module/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/pmd-violations/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/pmd-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/pmd-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/pmd-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/pom-xpath-validator-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/pom-xpath-validator-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/pom-xpath-validator-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/relocation/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/relocation/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/relocation/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/relocation/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/settings.xml..."
INFO: "reading qulice-maven-plugin/src/it/snapshots/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/snapshots/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/snapshots/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/it/xml-violations/LICENSE.txt..."
INFO: "reading qulice-maven-plugin/src/it/xml-violations/invoker.properties..."
INFO: "reading qulice-maven-plugin/src/it/xml-violations/pom.xml..."
INFO: "reading qulice-maven-plugin/src/it/xml-violations/src/site.xml..."
INFO: "reading qulice-maven-plugin/src/it/xml-violations/verify.groovy..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/AbstractQuliceMojo.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/CheckMojo.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/CoberturaValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultMavenEnvironment.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultValidatorsProvider.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/DependenciesValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java..."
INFO: "puzzle 250-70b42373 0/IMP at qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java"
INFO: "puzzle 250-bd6aad88 0/IMP at qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java"
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/EnforcerValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/InstrumentMojo.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/JslintValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/MavenEnvironment.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/MavenValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/MojoExecutor.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/PomXpathValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/SnapshotsValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/SvnPropertiesValidator.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/ValidatorsProvider.java..."
INFO: "reading qulice-maven-plugin/src/main/java/com/qulice/maven/package-info.java..."
INFO: "reading qulice-maven-plugin/src/site/apt/example-exclude.apt.vm..."
INFO: &quot;reading qulice-maven-plugin/src/site/apt/index.apt.vm...&quot;
INFO: &quot;reading qulice-maven-plugin/src/site/apt/usage.apt.vm...&quot;
INFO: &quot;reading qulice-maven-plugin/src/site/fml/faq.fml...&quot;
INFO: &quot;reading qulice-maven-plugin/src/site/site.xml...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/CheckMojoTest.java...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/DefaultMavenEnvironmentTest.java...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/DefaultValidatorsProviderTest.java...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/DependenciesValidatorTest.java...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/MavenEnvironmentMocker.java...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/MavenProjectMocker.java...&quot;
INFO: &quot;reading qulice-maven-plugin/src/test/java/com/qulice/maven/PomXpathValidatorTest.java..."
INFO: "reading qulice-maven-plugin/src/test/java/com/qulice/maven/SvnPropertiesValidatorTest.java..."
INFO: "reading qulice-maven-plugin/src/test/java/com/qulice/maven/ValidatorsProviderMocker.java..."
INFO: "reading qulice-maven-plugin/src/test/java/com/qulice/maven/package-info.java..."
INFO: "reading qulice-maven-plugin/src/test/resources/com/qulice/maven/PomXpathValidator/pom.xml..."
INFO: "reading qulice-pmd/LICENSE.txt..."
INFO: "reading qulice-pmd/pom.xml..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/DataSourceReader.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/Files.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/PMDValidator.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/PmdListener.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/SourceValidator.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/package-info.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/rules/UnnecessaryLocalRule.java..."
INFO: "reading qulice-pmd/src/main/java/com/qulice/pmd/rules/package-info.java..."
INFO: "reading qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml..."
INFO: "reading qulice-pmd/src/site/apt/index.apt.vm..."
INFO: "reading qulice-pmd/src/site/site.xml..."
INFO: "reading qulice-pmd/src/test/java/com/qulice/pmd/FilesTest.java..."
INFO: "reading qulice-pmd/src/test/java/com/qulice/pmd/PMDValidatorTest.java..."
INFO: "reading qulice-pmd/src/test/java/com/qulice/pmd/package-info.java..."
INFO: "reading qulice-pmd/src/test/resources/com/qulice/pmd/FieldInitConstructor.java..."
INFO: "reading qulice-pmd/src/test/resources/com/qulice/pmd/FieldInitNoConstructor.java..."
INFO: "reading qulice-pmd/src/test/resources/com/qulice/pmd/StaticFieldInitConstructor.java..."
INFO: "reading qulice-pmd/src/test/resources/log4j.properties..."
INFO: "reading qulice-pmd:findbug_excludes_7679208849174614.xml..."
INFO: "reading qulice-spi/LICENSE.txt..."
INFO: "reading qulice-spi/pom.xml..."
INFO: "reading qulice-spi/src/main/java/com/qulice/spi/Environment.java..."
INFO: "reading qulice-spi/src/main/java/com/qulice/spi/ValidationException.java..."
INFO: "reading qulice-spi/src/main/java/com/qulice/spi/Validator.java..."
INFO: "reading qulice-spi/src/main/java/com/qulice/spi/package-info.java..."
INFO: "reading qulice-spi/src/site/apt/index.apt.vm..."
INFO: "reading qulice-spi/src/site/site.xml..."
INFO: "reading qulice-spi/src/test/java/com/qulice/spi/EnvironmentTest.java..."
INFO: "reading qulice-spi/src/test/java/com/qulice/spi/package-info.java..."
INFO: "reading qulice-xml/LICENSE.txt..."
INFO: "reading qulice-xml/pom.xml..."
INFO: "puzzle 280-4ce4d8c5 0/IMP at qulice-xml/pom.xml"
INFO: "reading qulice-xml/src/main/java/com/qulice/xml/Prettifier.java..."
INFO: "reading qulice-xml/src/main/java/com/qulice/xml/XmlValidator.java..."
INFO: "puzzle 469-1b2c894b 30/IMP at qulice-xml/src/main/java/com/qulice/xml/XmlValidator.java"
INFO: "reading qulice-xml/src/main/java/com/qulice/xml/package-info.java..."
INFO: "reading qulice-xml/src/site/apt/index.apt.vm..."
INFO: "reading qulice-xml/src/site/site.xml..."
INFO: "reading qulice-xml/src/test/java/com/qulice/xml/XmlValidatorTest.java..."
INFO: "puzzle 246-77de21a5 0/IMP at qulice-xml/src/test/java/com/qulice/xml/XmlValidatorTest.java"
INFO: "reading qulice-xml/src/test/java/com/qulice/xml/package-info.java..."
INFO: "reading qulice-xml/src/test/resources/log4j.properties..."
INFO: "reading src/site/apt/index.apt.vm..."
INFO: "reading src/site/apt/quality.apt.vm..."
INFO: "reading src/site/resources/CNAME..."
INFO: "reading src/site/site.xml..."
+ s3cmd --no-progress put qulice.xml --config=../s3cfg s3://pdd.teamed.io/qulice.xml
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
File 'qulice.xml' stored as 's3://pdd.teamed.io/qulice.xml' (8772 bytes in 0.1 seconds, 128.14 kB/s) [1 of 1]
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo