rultor.com logo This build log was produced by rultor.com for yegor256/qulice#1097
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 18192
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Fri Oct  1 19:35:10 CEST 2021
+ uptime
 19:35:10 up 369 days,  3:41,  0 users,  load average: 4.68, 4.59, 4.75
+ head=git@github.com:yegor256/qulice.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.19.0
+ vars=('--env=head=git@github.com:yegor256/qulice.git' '--env=tag=0.19.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/qulice.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.19.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Pqulice-profile -Psonatype --errors --settings ../settings.xml'\'' '\'';'\'' '\''`# mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml`'\'' '\'';'\'' '\''`# mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml`'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/qulice.git'\''' ';' 'export '\''tag=0.19.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice-profile -Psonatype --errors --settings ../settings.xml' ';' '`# mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml`' ';' '`# mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml`' ';')
+ directory=
+ container=yegor256_qulice_1097
+ as_root=false
+ git --version
git version 2.7.4
+ docker --version
Docker version 17.12.0-ce, build c97c6d6
+ 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:yegor256/qulice.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/qulice.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/qulice.git'\''' ';' 'export '\''tag=0.19.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice-profile -Psonatype --errors --settings ../settings.xml' ';' '`# mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml`' ';' '`# mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml`' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.19.0 ']'
+ [[ 0.19.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.19.0"'
tag name is valid: "0.19.0"
+ cd repo
++ git tag -l 0.19.0
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.76
++ echo 4.76 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.76, low enough to run a new Docker container'
load average is 4.76, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:a89652b6148962aa1b0c3591bd2a41985d731f5e4b0d01c5d7c2183074154f8c
Status: Image is up to date for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_qulice_1097\s*$'
+ ls -al .
total 720
drwx--x--x  3 rultor rultor   4096 Oct  1 19:35 .
drwxrwxrwt 12 root   root   684032 Oct  1 19:35 ..
-rw-rw-r--  1 rultor rultor    444 Oct  1 19:35 end.sh
-rwxrwxr-x  1 rultor rultor    363 Oct  1 19:35 entry.sh
-rw-rw-r--  1 rultor rultor      6 Oct  1 19:35 pid
-rw-rw-r--  1 rultor rultor   1192 Oct  1 19:35 pubring.gpg
drwxrwxr-x 12 rultor rultor   4096 Oct  1 19:35 repo
-rwxrwxr-x  1 rultor rultor   5794 Oct  1 19:35 run.sh
-rw-rw-r--  1 rultor rultor    619 Oct  1 19:35 script.sh
-rw-rw-r--  1 rultor rultor   2570 Oct  1 19:35 secring.gpg
-rw-rw-r--  1 rultor rultor    558 Oct  1 19:35 settings.xml
-rw-rw-r--  1 rultor rultor   4039 Oct  1 19:35 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-SmBh:/main --env=head=git@github.com:yegor256/qulice.git --env=tag=0.19.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/qulice.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.19.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Pqulice-profile -Psonatype --errors --settings ../settings.xml'\'' '\'';'\'' '\''`# mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml`'\'' '\'';'\'' '\''`# mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml`'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-SmBh/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_qulice_1097 yegor256/rultor-image /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./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 --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:yegor256/qulice.git
+ head=git@github.com:yegor256/qulice.git
+ export tag=0.19.0
+ tag=0.19.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ pdd --file=/dev/null
Found 11 lines in /home/r/repo/.pdd
My version is 0.20.7
Ruby version is 2.7.0 at x86_64-linux
Reading .
Excluding target/**/*
Excluding qulice-*/target/**/*
Excluding src/main/resources/images/**/*
Excluding qulice-checkstyle/src/main/resources/com/qulice/checkstyle/checks.xml
Excluding qulice-checkstyle/src/test/resources/**/*
Excluding qulice-checkstyle/src/test/resources/com/qulice/checkstyle/AtClauseOrder.java
303 file(s) found, 615 files included
303 file(s) found, 615 excluded
Reading INSTALL.txt ...
Reading qulice-maven-plugin/LICENSE.txt ...
Reading qulice-maven-plugin/src/site/site.xml ...
Reading qulice-maven-plugin/src/site/apt/usage.apt.vm ...
Reading qulice-maven-plugin/src/site/apt/example-exclude.apt.vm ...
Reading qulice-maven-plugin/src/site/apt/index.apt.vm ...
Reading qulice-maven-plugin/src/site/fml/faq.fml ...
Reading qulice-maven-plugin/src/test/resources/com/qulice/maven/PomXpathValidator/pom.xml ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/SvnPropertiesValidatorTest.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/CheckMojoTest.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/ValidatorsProviderMocker.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/package-info.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/MavenEnvironmentMocker.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/MavenProjectMocker.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/DefaultValidatorsProviderTest.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/PomXpathValidatorTest.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/DefaultMavenEnvironmentTest.java ...
Reading qulice-maven-plugin/src/test/java/com/qulice/maven/DependenciesValidatorTest.java ...
Reading qulice-maven-plugin/src/it/settings.xml ...
Reading qulice-maven-plugin/src/it/log-check/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/log-check/invoker.properties ...
Reading qulice-maven-plugin/src/it/log-check/verify.groovy ...
Reading qulice-maven-plugin/src/it/log-check/pom.xml ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/invoker.properties ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/verify.groovy ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/src/main/java/com/qulice/foo/WithoutDuplicateStringLiterals.java ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/src/main/java/com/qulice/foo/SuppressDuplicateStringLiterals.java ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/src/main/java/com/qulice/foo/FourDuplicateStringLiterals.java ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/src/main/java/com/qulice/foo/package-info.java ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/src/main/java/com/qulice/foo/TwoDuplicateStringLiterals.java ...
Reading qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/pom.xml ...
Reading qulice-maven-plugin/src/it/pmd-violations/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/pmd-violations/invoker.properties ...
Reading qulice-maven-plugin/src/it/pmd-violations/verify.groovy ...
Reading qulice-maven-plugin/src/it/pmd-violations/src/main/util/some.tex ...
Reading qulice-maven-plugin/src/it/pmd-violations/src/main/java/com/qulice/foo/package-info.java ...
Reading qulice-maven-plugin/src/it/pmd-violations/src/main/java/com/qulice/foo/Violations.java ...
Reading qulice-maven-plugin/src/it/pmd-violations/pom.xml ...
Reading qulice-maven-plugin/src/it/checkstyle-locale/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-locale/invoker.properties ...
Reading qulice-maven-plugin/src/it/checkstyle-locale/verify.groovy ...
Reading qulice-maven-plugin/src/it/checkstyle-locale/src/main/resources/tabs.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-locale/pom.xml ...
Reading qulice-maven-plugin/src/it/pom-xpath-validator-violations/invoker.properties ...
Reading qulice-maven-plugin/src/it/pom-xpath-validator-violations/verify.groovy ...
Reading qulice-maven-plugin/src/it/pom-xpath-validator-violations/pom.xml ...
Reading qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/invoker.properties ...
Reading qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/verify.groovy ...
Reading qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/pom.xml ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/invoker.properties ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/verify.groovy ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/resources/newlines.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/resources/tabs.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/SomeTest.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Brackets.java ...
Puzzle 123-1f09aa3b 0/DEV at qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Brackets.java
Puzzle 123-b644cf22 0/DEV at qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Brackets.java
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Constants.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/IndentationChecks.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/NewLines.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Tabs.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Violations.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Pdd.java ...
Puzzle 123-cfed8d02 120/DEV at qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Pdd.java
Puzzle 123-5357374c 0/DEV at qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Pdd.java
Reading qulice-maven-plugin/src/it/checkstyle-violations/src/main/java/com/qulice/plugin/violations/Iface.java ...
Reading qulice-maven-plugin/src/it/checkstyle-violations/pom.xml ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/invoker.properties ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/verify.groovy ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/src/main/java/com/qulice/entity/model/TestModel.java ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/src/main/java/com/qulice/entity/model/package-info.java ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/src/main/java/com/qulice/entity/hibernate.cfg.xml ...
Reading qulice-maven-plugin/src/it/dependency-not-matches-exclude/pom.xml ...
Reading qulice-maven-plugin/src/it/dependency-violations/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/dependency-violations/invoker.properties ...
Reading qulice-maven-plugin/src/it/dependency-violations/verify.groovy ...
Reading qulice-maven-plugin/src/it/dependency-violations/src/main/java/com/qulice/foo/package-info.java ...
Reading qulice-maven-plugin/src/it/dependency-violations/src/main/java/com/qulice/foo/Sample.java ...
Reading qulice-maven-plugin/src/it/dependency-violations/pom.xml ...
Reading qulice-maven-plugin/src/it/dependency-violations-exclude/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/dependency-violations-exclude/invoker.properties ...
Reading qulice-maven-plugin/src/it/dependency-violations-exclude/verify.groovy ...
Reading qulice-maven-plugin/src/it/dependency-violations-exclude/src/main/java/com/qulice/foo/package-info.java ...
Reading qulice-maven-plugin/src/it/dependency-violations-exclude/src/main/java/com/qulice/foo/Sample.java ...
Reading qulice-maven-plugin/src/it/dependency-violations-exclude/pom.xml ...
Reading qulice-maven-plugin/src/it/duplicate-finder-violations/invoker.properties ...
Reading qulice-maven-plugin/src/it/duplicate-finder-violations/verify.groovy ...
Reading qulice-maven-plugin/src/it/duplicate-finder-violations/pom.xml ...
Reading qulice-maven-plugin/src/it/checkstyle-newlines/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-newlines/invoker.properties ...
Reading qulice-maven-plugin/src/it/checkstyle-newlines/verify.groovy ...
Reading qulice-maven-plugin/src/it/checkstyle-newlines/src/main/resources/tabs.txt ...
Reading qulice-maven-plugin/src/it/checkstyle-newlines/src/main/java/com/qulice/plugin/violations/Violations.java ...
Reading qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml ...
Reading qulice-maven-plugin/src/it/relocation/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/relocation/invoker.properties ...
Reading qulice-maven-plugin/src/it/relocation/verify.groovy ...
Reading qulice-maven-plugin/src/it/relocation/pom.xml ...
Reading qulice-maven-plugin/src/it/hibernate-validator-check/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/hibernate-validator-check/invoker.properties ...
Reading qulice-maven-plugin/src/it/hibernate-validator-check/verify.groovy ...
Reading qulice-maven-plugin/src/it/hibernate-validator-check/src/main/java/com/qulice/foo/package-info.java ...
Reading qulice-maven-plugin/src/it/hibernate-validator-check/src/main/java/com/qulice/foo/Sample.java ...
Reading qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml ...
Reading qulice-maven-plugin/src/it/snapshots/invoker.properties ...
Reading qulice-maven-plugin/src/it/snapshots/verify.groovy ...
Reading qulice-maven-plugin/src/it/snapshots/pom.xml ...
Reading qulice-maven-plugin/src/it/multi-module/mod-alpha/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/multi-module/mod-alpha/src/test/java/com/qulice/plugin/alpha/package-info.java ...
Reading qulice-maven-plugin/src/it/multi-module/mod-alpha/src/test/java/com/qulice/plugin/alpha/MainTest.java ...
Reading qulice-maven-plugin/src/it/multi-module/mod-alpha/src/main/java/com/qulice/plugin/alpha/package-info.java ...
Reading qulice-maven-plugin/src/it/multi-module/mod-alpha/src/main/java/com/qulice/plugin/alpha/Main.java ...
Reading qulice-maven-plugin/src/it/multi-module/mod-alpha/pom.xml ...
Reading qulice-maven-plugin/src/it/multi-module/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/multi-module/mod-tk/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/multi-module/mod-tk/src/main/resources/LICENSE.txt ...
Reading qulice-maven-plugin/src/it/multi-module/mod-tk/pom.xml ...
Reading qulice-maven-plugin/src/it/multi-module/invoker.properties ...
Reading qulice-maven-plugin/src/it/multi-module/verify.groovy ...
Reading qulice-maven-plugin/src/it/multi-module/src/.gitignore ...
Reading qulice-maven-plugin/src/it/multi-module/pom.xml ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/CheckMojo.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/SvnPropertiesValidator.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultMavenEnvironment.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/PomXpathValidator.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/DefaultValidatorsProvider.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/package-info.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/SnapshotsValidator.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/MojoExecutor.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/MavenValidator.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java ...
Puzzle 250-1b26b28c 0/DEV at qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java
Puzzle 250-bd6aad88 0/DEV at qulice-maven-plugin/src/main/java/com/qulice/maven/DuplicateFinderValidator.java
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/MavenEnvironment.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/ValidatorsProvider.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/DependenciesValidator.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/AbstractQuliceMojo.java ...
Reading qulice-maven-plugin/src/main/java/com/qulice/maven/EnforcerValidator.java ...
Reading qulice-maven-plugin/pom.xml ...
Reading qulice-pmd/LICENSE.txt ...
Reading qulice-pmd/src/site/site.xml ...
Reading qulice-pmd/src/site/apt/index.apt.vm ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyStatementNotInLoop.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/SimplifiedTernary.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/DoNotUseThreads.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/JunitStaticPublicMethods.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptySynchronizedBlock.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/CodeInConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthGreaterOrEqualOne.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/AvoidUsingVolatile.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthLessOrEqualZero.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/AllowAssertFail.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/CallToConstructorInConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/PlainJUnitAssertionTestMethod.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthLessThanOne.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/CloneMethodMustBePublic.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StaticPublicVoidMainMethod.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/LambdaInConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/ArrayOfStringsLengthGreaterThanZero.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/LocalVariableCouldBeFinal.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/FieldInitConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthGreaterThanZero.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/NonStaticAccessToStaticFields.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/PositionLiteralsFirstInComparisons.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/UnnecessaryFinalModifier.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/MissingSerialVersionUID.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/UselessParentheses.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StaticAccessToStaticFields.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthGreaterOrEqualZero.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/ExcessiveImports.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/CallSuperInConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/PlainJUnitAssertionStaticImportBlock.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptySwitchStmt.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/CloneMethodReturnTypeMustMatchClassName.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/FieldInitOneConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/UnusedImports.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyStatementBlock.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthEqualsZero.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StringLengthNotEqualsZero.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/FilesCreateFileTest.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyCatchBlock.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyIfStmt.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyWhileStmt.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyFinallyBlock.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/AllowsDuplicateLiteralsInAnnotations.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/FieldInitSeveralConstructors.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/FieldInitNoConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/UseConcurrentHashMap.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StaticPublicMethod.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/AllowNonTransientFields.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/DefaultPackage.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyInitializer.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/StaticFieldInitConstructor.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/FilesCreateFileOther.java ...
Reading qulice-pmd/src/test/resources/com/qulice/pmd/EmptyStaticInitializer.java ...
Reading qulice-pmd/src/test/resources/log4j.properties ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/PmdValidatorTest.java ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/PmdDisabledRulesTest.java ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/package-info.java ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/PmdAssert.java ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/PmdEmptyTest.java ...
Puzzle 544-c37b2cc3 30/DEV at qulice-pmd/src/test/java/com/qulice/pmd/PmdEmptyTest.java
Reading qulice-pmd/src/test/java/com/qulice/pmd/UnusedImportsRuleTest.java ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/UseStringIsEmptyRuleTest.java ...
Reading qulice-pmd/src/test/java/com/qulice/pmd/LocalVariableCouldBeFinalRuleTest.java ...
Reading qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/SourceValidator.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/PmdValidator.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/rules/UnnecessaryLocalRule.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/rules/UseStringIsEmptyRule.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/rules/package-info.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/rules/ProhibitPlainJunitAssertionsRule.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/package-info.java ...
Reading qulice-pmd/src/main/java/com/qulice/pmd/PmdListener.java ...
Reading qulice-pmd/pom.xml ...
Reading qulice-checkstyle/LICENSE.txt ...
Reading qulice-checkstyle/src/site/site.xml ...
Reading qulice-checkstyle/src/site/apt/index.apt.vm ...
Reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/ChecksTest.java ...
Reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/License.java ...
Reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/package-info.java ...
Reading qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java ...
Puzzle 412-bd044e76 30/DEV at qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java
Puzzle 447-94597ea9 30/DEV at qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java
Puzzle 61-61fa67ee 30/DEV at qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java
Puzzle 411-71c8871e 30/DEV at qulice-checkstyle/src/test/java/com/qulice/checkstyle/CheckstyleValidatorTest.java
Reading qulice-checkstyle/src/main/resources/com/qulice/checkstyle/suppressions.xml ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/NonStaticMethodCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocTagsCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/BracketsStructureCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/parameters/Parameters.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/parameters/package-info.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/parameters/TypeParameters.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/parameters/Arguments.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleListener.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocLocationCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/FinalSemicolonInTryWithResourcesCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/package-info.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ConstantUsageCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/DiamondOperatorCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/LineRanges.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ConditionalRegexpMultilineCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/ImportCohesionCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/QualifyInnerClassCheck.java ...
Puzzle 738-5bee823d 30/DEV at qulice-checkstyle/src/main/java/com/qulice/checkstyle/QualifyInnerClassCheck.java
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodBodyCommentsCheck.java ...
Puzzle 260-dc51e6f4 0/DEV at qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodBodyCommentsCheck.java
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CurlyBracketsStructureCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocEmptyLineCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/LineRange.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/MethodsOrderCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocParameterOrderCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/NoJavadocForOverriddenMethodsCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/MultilineJavadocTagsCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/EmptyLinesCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/CascadeIndentationCheck.java ...
Reading qulice-checkstyle/src/main/java/com/qulice/checkstyle/StringLiteralsConcatenationCheck.java ...
Reading qulice-checkstyle/pom.xml ...
Reading qulice-spi/LICENSE.txt ...
Reading qulice-spi/src/site/site.xml ...
Reading qulice-spi/src/site/apt/index.apt.vm ...
Reading qulice-spi/src/test/java/com/qulice/spi/EnvironmentTest.java ...
Reading qulice-spi/src/test/java/com/qulice/spi/package-info.java ...
Reading qulice-spi/src/main/java/com/qulice/spi/Violation.java ...
Reading qulice-spi/src/main/java/com/qulice/spi/ValidationException.java ...
Reading qulice-spi/src/main/java/com/qulice/spi/ResourceValidator.java ...
Reading qulice-spi/src/main/java/com/qulice/spi/package-info.java ...
Reading qulice-spi/src/main/java/com/qulice/spi/Validator.java ...
Reading qulice-spi/src/main/java/com/qulice/spi/Environment.java ...
Reading qulice-spi/pom.xml ...
Reading .0pdd.yml ...
Reading .github/ISSUE_TEMPLATE.md ...
Reading .github/PULL_REQUEST_TEMPLATE.md ...
Reading .travis.yml ...
Reading LICENSE.txt ...
Reading .pdd ...
Reading .rultor.yml ...
Reading README.md ...
Reading qulice-ant/LICENSE.txt ...
Reading qulice-ant/src/site/site.xml ...
Reading qulice-ant/src/site/apt/index.apt.vm ...
Reading qulice-ant/src/test/java/com/qulice/ant/AntEnvironmentTest.java ...
Puzzle 337-3d7cb361 0/DEV at qulice-ant/src/test/java/com/qulice/ant/AntEnvironmentTest.java
Reading qulice-ant/src/test/java/com/qulice/ant/package-info.java ...
Reading qulice-ant/src/it/settings.xml ...
Reading qulice-ant/src/it/violations/build.xml ...
Reading qulice-ant/src/it/violations/LICENSE.txt ...
Reading qulice-ant/src/it/violations/invoker.properties ...
Reading qulice-ant/src/it/violations/verify.groovy ...
Reading qulice-ant/src/it/violations/src/main/java/com/qulice/foo/package-info.java ...
Reading qulice-ant/src/it/violations/src/main/java/com/qulice/foo/Main.java ...
Reading qulice-ant/src/it/violations/pom.xml ...
Reading qulice-ant/src/main/java/com/qulice/ant/AntEnvironment.java ...
Puzzle 337-8e901889 0/DEV at qulice-ant/src/main/java/com/qulice/ant/AntEnvironment.java
Reading qulice-ant/src/main/java/com/qulice/ant/QuliceTask.java ...
Reading qulice-ant/src/main/java/com/qulice/ant/package-info.java ...
Reading qulice-ant/pom.xml ...
Reading appveyor.yml ...
Reading .gitignore ...
Reading src/site/site.xml ...
Reading src/site/apt/index.apt.vm ...
Reading src/site/apt/quality.apt.vm ...
Reading src/site/resources/CNAME ...
Reading qulice-spotbugs/LICENSE.txt ...
Reading qulice-spotbugs/src/test/java/com.qulice.spotbugs/SpotBugsValidatorTest.java ...
Puzzle 884-ab2ca2fa 30/DEV at qulice-spotbugs/src/test/java/com.qulice.spotbugs/SpotBugsValidatorTest.java
Reading qulice-spotbugs/src/test/java/com.qulice.spotbugs/package-info.java ...
Reading qulice-spotbugs/src/main/java/com/qulice/spotbugs/package-info.java ...
Reading qulice-spotbugs/src/main/java/com/qulice/spotbugs/SpotBugsValidator.java ...
Reading qulice-spotbugs/pom.xml ...
Reading pom.xml ...
Reading est/001.est ...
Reading .gitattributes ...
+ mvn versions:set -DnewVersion=0.19.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] Scanning for projects...
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.1/parent-0.54.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.1/parent-0.54.1.pom (62 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 230 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 272 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 293 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 219 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 645 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 242 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 479 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 393 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 404 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 291 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 44 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 581 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 925 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 795 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 627 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 535 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 689 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 326 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 652 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 299 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 573 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 558 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 838 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 730 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 705 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 562 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 988 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 247 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 249 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded5from2Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 1.0 MB/s)
Downloading)from5Maven:0https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded5from2Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 618 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded4from2Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 322 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 366 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 444 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 24 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 1.3 MB/s)
Downloaded3from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.9 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 595 kB/s)
Downloaded1from1Maven:Mhttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 6.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 247 kB/s)
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] qulice                                                             [pom]
[1;34mINFOm] qulice-spi                                                         [jar]
[1;34mINFOm] qulice-checkstyle                                                  [jar]
[1;34mINFOm] qulice-pmd                                                         [jar]
[1;34mINFOm] qulice-ant                                                         [jar]
[1;34mINFOm] qulice-maven-plugin                                       [maven-plugin]
[1;34mINFOm] qulice-spotbugs                                                    [jar]
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.pom (6.5 kB at 309 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.3.1/enforcer-1.3.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.3.1/enforcer-1.3.1.pom (12 kB at 534 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 699 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.jar (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 657 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 541 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 810 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1.pom (18 kB at 799 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 534 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 970 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.9.1/maven-site-plugin-3.9.1.jar (119 kB at 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom (5.9 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom (7.8 kB at 373 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar (17 kB at 790 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 272 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 520 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 326 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 486 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 372 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (34 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom (12 kB at 566 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom (13 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar (33 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.pom (11 kB at 540 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.21/jcabi-1.21.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.21/jcabi-1.21.pom (6.2 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.39/parent-0.39.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.39/parent-0.39.pom (75 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.8/jcabi-dynamodb-maven-plugin-0.8.jar (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.pom (9.6 kB at 331 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom (6.2 kB at 311 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.jar
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.jar (30 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 527 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 517 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom (4.7 kB at 248 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar (39 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom (16 kB at 829 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar (242 kB at 6.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 594 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 736 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar
Downloaded1from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 5.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom (14 kB at 695 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar (53 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.2.0/maven-help-plugin-3.2.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.2.0/maven-help-plugin-3.2.0.pom (11 kB at 537 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.2.0/maven-help-plugin-3.2.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.2.0/maven-help-plugin-3.2.0.jar (86 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.pom (14 kB at 706 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.jar
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.jar (127 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 382 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.jar
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.jar (522 kB at 8.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 614 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 781 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M1/maven-release-plugin-3.0.0-M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M1/maven-release-plugin-3.0.0-M1.pom (9.5 kB at 501 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.0-M1/maven-release-3.0.0-M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.0-M1/maven-release-3.0.0-M1.pom (7.5 kB at 414 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M1/maven-release-plugin-3.0.0-M1.jar
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M1/maven-release-plugin-3.0.0-M1.jar (59 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (8.1 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 364 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom (8.0 kB at 447 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar (43 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.1/maven-war-plugin-3.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.1/maven-war-plugin-3.3.1.pom (8.8 kB at 466 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.1/maven-war-plugin-3.3.1.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.1/maven-war-plugin-3.3.1.jar (82 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 kB at 765 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (242 kB at 6.2 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m-------------------------< 0;36mcom.qulice:qulice0;1m >--------------------------m
[1;34mINFOm] 1mBuilding qulice 1.0-SNAPSHOT                                       [1/7]m
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mversions-maven-plugin:2.1:setm 1m(default-cli)m @ 36mqulice0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 982 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 580 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 172 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 26 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 319 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 343 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 582 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 440 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 723 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 472 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 412 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 399 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 575 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 373 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 70 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 378 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 442 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (2.3 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 kB at 621 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 71 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 454 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 9.0 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 8.2 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (2.4 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 482 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 53 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 39 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 230 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (4.4 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (7.7 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 402 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 427 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 277 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 552 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3.1 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 552 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (2.2 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (2.4 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (2.5 kB at 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (2.2 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (1.6 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 311 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 637 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 119 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 143 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 159 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 865 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 859 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 975 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 8.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 315 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 652 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (1.4 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (2.1 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (3.4 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 37 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (3.4 kB at 170 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (4.8 kB at 266 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (12 kB at 607 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (3.2 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (1.6 kB at 89 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (2.4 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (4.0 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (1.3 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6.0 kB at 317 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 41 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (1.3 kB at 70 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 736 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloaded5from0Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 597 kB/s)
Downloading)from8Maven:6https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloaded4from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded3from8Maven:7https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.2 MB/s)
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 419 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 426 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 148 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 407 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 341 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 255 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.5 MB/s)
Downloading)from Maven:9https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 621 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 341 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded5from1Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 303 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 888 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded4from9Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 kB at 97 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 172 kB/s)
Downloading)from8Maven:9https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 755 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 391 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloaded4from8Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 737 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 kB at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 419 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloaded2from3Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 44 kB/s)
Downloading)from8Maven:0https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded4from4Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 27 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloaded3from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (148 kB at 501 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (48 kB at 161 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 kB at 44 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (51 kB at 144 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (35 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 31 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 438 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 23 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (160 kB at 330 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 54 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 471 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 988 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 1.9 MB/s)
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (521 kB at 779 kB/s)
[1;34mINFOm] Searching for local aggregator root...
[1;34mINFOm] Local aggregation root: /home/r/repo
[1;34mINFOm] Processing com.qulice:qulice
[1;34mINFOm]     Updating project com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
Props: {project.groupId=com.qulice, project.parent.version=0.54.1, project.parent.artifactId=parent, project.artifactId=qulice, project.version=0.19.0, project.parent.groupId=com.jcabi}
[1;34mINFOm]
[1;34mINFOm] Processing com.qulice:qulice-ant
[1;34mINFOm]     Updating parent com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-ant, project.version=0.19.0, project.parent.groupId=com.qulice}
[1;34mINFOm]
[1;34mINFOm] Processing com.qulice:qulice-checkstyle
[1;34mINFOm]     Updating parent com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-checkstyle, project.version=0.19.0, project.parent.groupId=com.qulice}
[1;34mINFOm]
[1;34mINFOm] Processing com.qulice:qulice-maven-plugin
[1;34mINFOm]     Updating parent com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-maven-plugin, project.version=0.19.0, project.parent.groupId=com.qulice}
[1;34mINFOm]
[1;34mINFOm] Processing com.qulice:qulice-pmd
[1;34mINFOm]     Updating parent com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-pmd, project.version=0.19.0, project.parent.groupId=com.qulice}
[1;34mINFOm]
[1;34mINFOm] Processing com.qulice:qulice-spi
[1;34mINFOm]     Updating parent com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spi, project.version=0.19.0, project.parent.groupId=com.qulice}
[1;34mINFOm]
[1;34mINFOm] Processing com.qulice:qulice-spotbugs
[1;34mINFOm]     Updating parent com.qulice:qulice
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.19.0
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
Props: {project.groupId=com.qulice, project.parent.version=0.19.0, project.parent.artifactId=qulice, project.artifactId=qulice-spotbugs, project.version=0.19.0, project.parent.groupId=com.qulice}
[1;34mINFOm]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for qulice 1.0-SNAPSHOT:m
[1;34mINFOm]
[1;34mINFOm] qulice ............................................. 1;32mSUCCESSm [  4.740 s]
[1;34mINFOm] qulice-spi ......................................... 1;33mSKIPPEDm
[1;34mINFOm] qulice-checkstyle .................................. 1;33mSKIPPEDm
[1;34mINFOm] qulice-pmd ......................................... 1;33mSKIPPEDm
[1;34mINFOm] qulice-ant ......................................... 1;33mSKIPPEDm
[1;34mINFOm] qulice-maven-plugin ................................ 1;33mSKIPPEDm
[1;34mINFOm] qulice-spotbugs .................................... 1;33mSKIPPEDm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  12.063 s
[1;34mINFOm] Finished at: 2021-10-01T17:35:34Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m+ git commit -am 0.19.0
[__rultor 315cf57b] 0.19.0
 7 files changed, 7 insertions(+), 7 deletions(-)
+ mvn clean deploy -Pqulice-profile -Psonatype --errors --settings ../settings.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] Error stacktraces are turned on.
[1;34mINFOm] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.1/parent-0.54.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.1/parent-0.54.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom (12 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom (18 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 3.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 158 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 8.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 4.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 5.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 1.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/7/project-7.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 120 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 7.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 5.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 2.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 4.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloaded5from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 56 kB/s)
Downloading)from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar (16 kB at 65 kB/s)
Downloading)from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloaded3from5oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 107 kB/s)
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar (250 kB at 931 kB/s)
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Downloaded3from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 4.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded4from1oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 321 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 413 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Downloaded3from6oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 276 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded3from2oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloaded4from0oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 682 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded3from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 8.6 kB/s)
Downloading)from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded5from5oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 591 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 207 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded5from6oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 366 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Downloaded5from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 4.4 kB/s)
Downloading)from oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Downloaded4from7oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Downloaded3from9oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 131 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloaded3from1oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 572 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded4from8oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Downloaded4from8oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 326 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded3from8oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 152 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded3from7oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded4from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded4from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded3from7oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Downloaded3from3oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 106 kB/s)
Downloaded4from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 27 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 39 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 115 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 180 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (0 B at 0 B/s)
[1;34mINFOm] Inspecting build with total of 7 modules...
[1;34mINFOm] Not installing Nexus Staging features:
[1;34mINFOm]  * Preexisting staging related goal bindings found in 7 modules.
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] qulice                                                             [pom]
[1;34mINFOm] qulice-spi                                                         [jar]
[1;34mINFOm] qulice-checkstyle                                                  [jar]
[1;34mINFOm] qulice-pmd                                                         [jar]
[1;34mINFOm] qulice-ant                                                         [jar]
[1;34mINFOm] qulice-maven-plugin                                       [maven-plugin]
[1;34mINFOm] qulice-spotbugs                                                    [jar]
[1;34mINFOm]
[1;34mINFOm] 1m-------------------------< 0;36mcom.qulice:qulice0;1m >--------------------------m
[1;34mINFOm] 1mBuilding qulice 0.19.0                                             [1/7]m
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.3.1/enforcer-1.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.3.1/enforcer-1.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (0 B at 0 B/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (13 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 5.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 182 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (16 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 268 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded5from9oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 214 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 713 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 568 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 180 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 583 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded4from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 9.5 kB/s)
Downloading)from3oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded4from5oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 87 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 286 kB/s)
Downloaded3from7oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 823 kB/s)
Downloaded2from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 270 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 300 kB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 7.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 5.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 5.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 122 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloaded5from9oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 151 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 367 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 199 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 489 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloaded3from7oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloaded4from7oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 124 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloaded5from6oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 269 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (9.9 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloaded2from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded4from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloaded3from6oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloaded4from6oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 225 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 243 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.jar (9.8 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded2from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.jar (87 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
Downloaded4from8oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 219 kB/s)
Downloaded4from0oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 46 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 3.2 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 97 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 8.6 kB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 9.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 144 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 130 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 4.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 2.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 5.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 4.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 5.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 5.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
Downloaded5from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 135 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
Downloaded5from7oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 186 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
Downloaded5from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
Downloaded5from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 461 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 2.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 470 kB/s)
Downloading)from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Downloaded5from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded3from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 3.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded4from.oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 610 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
Downloaded4from.oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 2.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 1.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 2.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 3.8 kB/s)
Downloaded3from1oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 32 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 111 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 108 kB/s)
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:36:55
[1;34mINFOm] Storing buildScmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 8.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 4.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 7.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 287 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 308 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded5from8oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 186 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 569 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded5from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 151 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 216 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 199 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
Downloaded4from1oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded4from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 36 kB/s)
Downloading)from6oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar
Downloaded3from9oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 267 kB/s)
Downloading)from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Downloaded2from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 98 kB/s)
Downloaded4from1oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 683 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 63 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 115 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 268 kB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 139 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom (5.4 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 6.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 1.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 7.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom (4.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom (26 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom (6.9 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 1.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/41/commons-parent-41.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 279 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 152 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 243 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 4.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 668 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 745 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 642 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 55 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 124 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 337 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 135 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 339 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 326 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 132 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 55 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/7/plexus-7.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/7/plexus-7.pom (26 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.pom (823 B at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0/plexus-interactivity-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0/plexus-interactivity-1.0.pom (1.6 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloaded5from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 512 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 506 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded5from6oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar (26 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar (33 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 327 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 310 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar
Downloaded5from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar (12 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar (12 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 286 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded5from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded4from3oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded4from3oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 204 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 371 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded4from4oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 256 kB/s)
Downloading)from4oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded3from4oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0 B/s)
Downloading)from4oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
Downloaded3from4oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 309 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded5from8oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded4from8oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 357 kB/s)
Downloading)from7oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded3from8oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (216 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 342 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.jar
Downloaded3from8oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 436 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar
Downloaded4from2oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar
Downloaded4from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 174 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.jar
Downloaded4from2oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 165 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.jar (324 kB at 162 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar (53 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.jar
Downloaded4from9oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.jar (195 kB at 89 kB/s)
Downloaded4from3oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 51 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 124 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 274 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.jar (9.8 kB at 4.2 kB/s)
[1;34mINFOm] Not executing Javadoc as the project is not a Java classpath-capable package
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded5from2oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 156 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 76 kB/s)
Downloaded3from2oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 859 kB/s)
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 755 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 3.7 MB/s)
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/pom.xml looks good
     [exec] /home/r/repo/qulice-ant/pom.xml looks good
     [exec] /home/r/repo/qulice-ant/src/it/settings.xml looks good
     [exec] /home/r/repo/qulice-ant/src/it/violations/build.xml looks good
     [exec] /home/r/repo/qulice-ant/src/it/violations/pom.xml looks good
     [exec] /home/r/repo/qulice-ant/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/pom.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/main/resources/com/qulice/checkstyle/checks.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/main/resources/com/qulice/checkstyle/suppressions.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocEmptyLineCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocParameterOrderCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NoJavadocForOverriddenMethodsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProhibitNonFinalClassesCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/QualifyInnerClassCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/config.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/checkstyle-locale/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/checkstyle-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-not-matches-exclude/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-not-matches-exclude/src/main/java/com/qulice/entity/hibernate.cfg.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-violations-exclude/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/duplicate-finder-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/log-check/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/multi-module/mod-alpha/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/multi-module/mod-tk/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/multi-module/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/pmd-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/pom-xpath-validator-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/relocation/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/settings.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/snapshots/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/test/resources/com/qulice/maven/PomXpathValidator/pom.xml looks good
     [exec] /home/r/repo/qulice-pmd/pom.xml looks good
     [exec] /home/r/repo/qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml looks good
     [exec] /home/r/repo/qulice-pmd/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-spi/pom.xml looks good
     [exec] /home/r/repo/qulice-spi/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-spotbugs/pom.xml looks good
     [exec] /home/r/repo/src/site/site.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/home/r/secring.gpg' to gpg-agent
gpg: key 7124994AF8BB5686: secret key imported
gpg: migration succeeded
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Downloaded3from2oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 254 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 516 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 632 kB/s)
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/qulice/qulice/0.19.0/qulice-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/target/qulice-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice/0.19.0/qulice-0.19.0.pom.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.0 MB/s)
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice/0.19.0/qulice-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/target/qulice-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice/0.19.0/qulice-0.19.0.pom.asc
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice0;1m ---m
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36mcom.qulice:qulice-spi0;1m >------------------------m
[1;34mINFOm] 1mBuilding qulice-spi 0.19.0                                         [2/7]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 705 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 268 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.pom (1.5 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1.pom (2.4 kB at 132 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 99 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom (2.8 kB at 149 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1.pom (2.4 kB at 133 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom (3.2 kB at 178 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 94 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom (2.5 kB at 147 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom (12 kB at 593 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom (43 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom (11 kB at 544 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 167 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 959 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.1/junit-jupiter-api-5.3.1.jar (115 kB at 463 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar
Downloaded5from.central:2https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 1.2 MB/s)
Downloading)from9central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded4from.central:7https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar (97 kB at 355 kB/s)
Downloaded3from.central:4https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.jar (1.9 MB at 7.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar
Downloaded3from5central:7https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar (174 kB at 592 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar
Downloaded3from5central:2https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.1/junit-jupiter-engine-5.3.1.jar (150 kB at 506 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded3from2central:3https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 406 kB/s)
Downloaded4from8central:|https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 147 kB/s)
Downloaded3from6central:|https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar (252 kB at 689 kB/s)
Downloaded2from8central:.https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar (682 kB at 1.4 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar (3.6 MB at 5.0 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:resourcesm 1m(default-resources)m @ 36mqulice-spi0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloaded5from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 195 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 203 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 212 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 169 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 1.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded5from0oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 321 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 268 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloaded5from3oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 183 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 313 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 219 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Downloaded4from0oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded3from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 205 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 33 kB/s)
Downloading)from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloaded4from.oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded4from5oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 293 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded3from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloaded3from4oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 32 kB/s)
Downloaded3from2oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 36 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 5.9 kB/s)
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 143 kB/s)
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 303 kB/s)
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36mqulice-spi0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 3.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 2.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 6.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded5from4oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 161 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 445 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 1.2 MB/s)
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 10 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 45 kB/s)
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 6 source files to /home/r/repo/qulice-spi/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:testResourcesm 1m(default-testResources)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-spi/src/test/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/qulice-spi/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M5:testm 1m(default-test)m @ 36mqulice-spi0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
Downloaded5from4oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 393 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 529 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
Downloaded5from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 121 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 250 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 99 kB/s)
Downloaded3from1oss.sonatype.org:Mhttps://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 164 kB/s)
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 219 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 2.0 MB/s)
[1;34mINFOm] Surefire report directory: /home/r/repo/qulice-spi/target/surefire-reports
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.jar (23 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.pom (6.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M5/surefire-providers-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M5/surefire-providers-3.0.0-M5.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 9.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 154 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/powermock/powermock-reflect/2.0.5/powermock-reflect-2.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/powermock/powermock-reflect/2.0.5/powermock-reflect-2.0.5.pom (7.2 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom (10 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom (15 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13/junit-4.13.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13/junit-4.13.pom (25 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest/1.0.8/fest-1.0.8.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar
Downloaded4from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar (16 kB at 67 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 381 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 560 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 180 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar (122 kB at 3.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom (3.0 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded2from.central:.https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 348 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 99 kB/s)
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running com.qulice.spi.1mEnvironmentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m5m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in com.qulice.spi.1mEnvironmentTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] 1;32mTests run: 5, Failures: 0, Errors: 0, Skipped: 0m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mqulice-spi0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 9.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 9.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (13 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (26 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 127 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 5.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 8.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 89 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 227 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded5from0oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (7.9 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (80 kB at 314 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (117 kB at 457 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 585 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded5from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloaded4from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 137 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
Downloaded3from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (633 kB at 1.1 MB/s)
Downloading)from5oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (57 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (60 kB at 84 kB/s)
Downloading)from5oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 228 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 275 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 154 kB/s)
Downloading)from7oss.sonatype.org:Mhttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloaded5from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 184 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 400 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 29 kB/s)
Downloading)from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar
Downloaded5from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloaded4from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloaded3from1oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloaded3from1oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar (245 kB at 122 kB/s)
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (11 MB at 5.5 MB/s)
Downloaded3from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 24 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (73 kB at 34 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (413 kB at 190 kB/s)
[1;34mINFOm] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] Versionalizing /home/r/repo/qulice-spi/target/classes directory
[0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;31mERRORm] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
        at java.base/java.lang.ClassLoader.defineClass1(Native Method)
        at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
        at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
        at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
        at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
        at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
        at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
        at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
        at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
        at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
        at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
        at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
        at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
        at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
        at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
        at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
        at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
        at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
        at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
        at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
        at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
        at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
        at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
        at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
        at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
        at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
        at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
        at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
        at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
        ... 56 more

[1;34mINFOm] File /home/r/repo/qulice-spi/target/classes/com/qulice/spi/com-qulice-qulice-spi-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.2.0:jarm 1m(default-jar)m @ 36mqulice-spi0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 174 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 7.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (15 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Downloaded4from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 152 kB/s)
Downloaded3from4oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 175 kB/s)
Downloaded2from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 226 kB/s)
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 768 kB/s)
[1;34mINFOm] Building jar: /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice-spi0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice-spi0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] No previous run data found, generating javadoc.
[1;34mINFOm]
Loading source files for package com.qulice.spi...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Environment.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Environment.Mock.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/ResourceValidator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/ValidationException.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Validator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Violation.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/Violation.Default.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-summary.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-tree.html...
Generating /home/r/repo/qulice-spi/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-spi/target/apidocs/serialized-form.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Violation.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Violation.Default.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/ValidationException.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/ResourceValidator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Validator.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Environment.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/class-use/Environment.Mock.html...
Generating /home/r/repo/qulice-spi/target/apidocs/com/qulice/spi/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-spi/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-spi/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/qulice-spi/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-spi/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-spi/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-spi/target/apidocs/index.html...
Generating /home/r/repo/qulice-spi/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] Building jar: /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/qulice-spi/pom.xml looks good
     [exec] /home/r/repo/qulice-spi/src/site/site.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice-spi0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar.asc
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-spi0;1m ---m
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--------------------< 0;36mcom.qulice:qulice-checkstyle0;1m >--------------------m
[1;34mINFOm] 1mBuilding qulice-checkstyle 0.19.0                                  [3/7]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.41/cactoos-0.41.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.41/cactoos-0.41.pom (11 kB at 461 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.4/parent-0.49.4.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.4/parent-0.49.4.pom (61 kB at 1.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 643 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 508 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 463 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 134 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 252 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 112 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 117 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 367 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 132 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.pom (4.7 kB at 194 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.26.0/jcabi-1.26.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.26.0/jcabi-1.26.0.pom (5.3 kB at 196 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.50.9/parent-0.50.9.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.50.9/parent-0.50.9.pom (62 kB at 556 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.pom (1.6 kB at 81 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-alpha5/slf4j-parent-2.0.0-alpha5.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-alpha5/slf4j-parent-2.0.0-alpha5.pom (17 kB at 724 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.23.2/jcabi-aspects-0.23.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.23.2/jcabi-aspects-0.23.2.pom (9.2 kB at 484 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.27.0/jcabi-1.27.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.27.0/jcabi-1.27.0.pom (5.3 kB at 279 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom (62 kB at 2.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.8.M1/aspectjrt-1.9.8.M1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.8.M1/aspectjrt-1.9.8.M1.pom (2.0 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom (12 kB at 468 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.pom (106 kB at 2.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.8.0/picocli-3.8.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.8.0/picocli-3.8.0.pom (1.4 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom (3.6 kB at 181 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom (4.4 kB at 232 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 kB at 812 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom (5.7 kB at 319 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1.pom (2.2 kB at 116 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/2.0.0-alpha5/slf4j-log4j12-2.0.0-alpha5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/2.0.0-alpha5/slf4j-log4j12-2.0.0-alpha5.pom (2.0 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.41/cactoos-0.41.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded4from.central:.https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 210 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
Downloaded3from0central:2https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 831 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.41/cactoos-0.41.jar (338 kB at 3.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 2.5 MB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 82 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.23.2/jcabi-aspects-0.23.2.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.jar (58 kB at 494 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.8.M1/aspectjrt-1.9.8.M1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 104 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.23.2/jcabi-aspects-0.23.2.jar (86 kB at 585 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.8.M1/aspectjrt-1.9.8.M1.jar (123 kB at 736 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.8.0/picocli-3.8.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.jar (59 kB at 334 kB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar (93 kB at 445 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 633 kB/s)
Downloading)from9central:|https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.1/junit-jupiter-params-5.3.1.jar (501 kB at 939 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/2.0.0-alpha5/slf4j-log4j12-2.0.0-alpha5.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.8.0/picocli-3.8.0.jar (245 kB at 456 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/2.0.0-alpha5/slf4j-log4j12-2.0.0-alpha5.jar (12 kB at 22 kB/s)
Downloaded3from.central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar (5.0 MB at 5.0 MB/s)
Downloaded2from.central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar (1.3 MB at 1.2 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 2.3 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:resourcesm 1m(default-resources)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] Copying 2 resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 31 source files to /home/r/repo/qulice-checkstyle/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:testResourcesm 1m(default-testResources)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] Copying 110 resources
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 3 source files to /home/r/repo/qulice-checkstyle/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M5:testm 1m(default-test)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Surefire report directory: /home/r/repo/qulice-checkstyle/target/surefire-reports
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running com.qulice.checkstyle.1mCheckstyleValidatorTestm
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE6196342210062147118.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE954455355825667041.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE14166081629323699647.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE15476988556658083637.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE9925539782114019558.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * License-1.
 *
 * License-2.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE3052865254851647306.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE6039531748637195139.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE14357819607335053903.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE9763905947934379735.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE10800870299124519051.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE15292690663182510738.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE7681764264273704758.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * License-1.
 *
 * License-2.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE17567123595405472157.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE6680410811691038074.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE7707765698925530477.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE11507189544294296263.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE9960411428230789170.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE162627399439583019.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE17780237276393108257.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE5169669165577876084.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE13800426725674906756.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE7767408618067909390.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE13209144646367036802.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE17319800836423358073.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE15329008101534581450.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE14244779076595853855.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE1249686252222618462.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE12236861880483960232.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE17076601494149806781.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE15248895885252193422.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE2278542911662269429.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE found: file:/tmp/LICENSE12961543431377192851.txt
[DEBUG] com.qulice.checkstyle.CheckstyleValidator: LICENSE full text after parsing:
/*
 * Hello.
 */
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m35m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m3m, Time elapsed: 5.573 s - in com.qulice.checkstyle.1mCheckstyleValidatorTestm
[1;34mINFOm] Running com.qulice.checkstyle.1mChecksTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m36m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s - in com.qulice.checkstyle.1mChecksTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 71, Failures: 0, Errors: 0, Skipped: 3m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/qulice-checkstyle/target/classes directory
[1;34mINFOm] File /home/r/repo/qulice-checkstyle/target/classes/com/qulice/checkstyle/com-qulice-qulice-checkstyle-jar.txt added
[1;34mINFOm] File /home/r/repo/qulice-checkstyle/target/classes/com/qulice/checkstyle/parameters/com-qulice-qulice-checkstyle-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.2.0:jarm 1m(default-jar)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice-checkstyle0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice-checkstyle0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] No previous run data found, generating javadoc.
[1;34mINFOm]
Loading source files for package com.qulice.checkstyle...
Loading source files for package com.qulice.checkstyle.parameters...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/BracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/CascadeIndentationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/CheckstyleValidator.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ConditionalRegexpMultilineCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ConstantUsageCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/CurlyBracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/DiamondOperatorCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/EmptyLinesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/FinalSemicolonInTryWithResourcesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ImportCohesionCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/JavadocEmptyLineCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/JavadocLocationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/JavadocParameterOrderCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/JavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/LineRange.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/LineRanges.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/MethodBodyCommentsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/MethodsOrderCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/MultilineJavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/NoJavadocForOverriddenMethodsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/NonStaticMethodCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/QualifyInnerClassCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/StringLiteralsConcatenationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/Arguments.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/Parameters.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/TypeParameters.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-summary.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-tree.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/package-summary.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/package-tree.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/NonStaticMethodCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/JavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/BracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/CheckstyleValidator.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/JavadocLocationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/FinalSemicolonInTryWithResourcesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ProtectedMethodInFinalClassCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ConstantUsageCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/DiamondOperatorCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ProhibitNonFinalClassesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/LineRanges.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ConditionalRegexpMultilineCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/ImportCohesionCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/QualifyInnerClassCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/MethodBodyCommentsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/CurlyBracketsStructureCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/JavadocEmptyLineCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/LineRange.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/MethodsOrderCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/JavadocParameterOrderCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/NoJavadocForOverriddenMethodsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/MultilineJavadocTagsCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/EmptyLinesCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/CascadeIndentationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/class-use/StringLiteralsConcatenationCheck.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/class-use/Parameters.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/class-use/TypeParameters.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/class-use/Arguments.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/package-use.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/com/qulice/checkstyle/parameters/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/index.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/overview-summary.html...
Generating /home/r/repo/qulice-checkstyle/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] Building jar: /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/qulice-checkstyle/pom.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/main/resources/com/qulice/checkstyle/checks.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/main/resources/com/qulice/checkstyle/suppressions.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/BracketsStructureCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ConstantUsageCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/CurlyBracketsStructureCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/EmptyLinesCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ImportCohesionCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocEmptyLineCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocLocationCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocParameterOrderCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/JavadocTagsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodBodyCommentsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MethodsOrderCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/MultilineJavadocTagsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NoJavadocForOverriddenMethodsCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/NonStaticMethodCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProhibitNonFinalClassesCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/ProtectedMethodInFinalClassCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/QualifyInnerClassCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/RequireThisCheck/config.xml looks good
     [exec] /home/r/repo/qulice-checkstyle/src/test/resources/com/qulice/checkstyle/ChecksTest/StringLiteralsConcatenationCheck/config.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice-checkstyle0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar.asc
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-checkstyle0;1m ---m
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36mcom.qulice:qulice-pmd0;1m >------------------------m
[1;34mINFOm] 1mBuilding qulice-pmd 0.19.0                                         [4/7]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.3/jcabi-matchers-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.3/jcabi-matchers-1.3.pom (7.4 kB at 334 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.pom (8.5 kB at 450 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.10.0/pmd-6.10.0.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/6.10.0/pmd-6.10.0.pom (47 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 75 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom (2.9 kB at 162 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 163 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.5/gson-2.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.5/gson-2.5.pom (8.9 kB at 354 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.pom (6.2 kB at 172 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.pom (3.9 kB at 125 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.3/jcabi-matchers-1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.jar
Downloaded5from3central:/https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.3/jcabi-matchers-1.3.jar (20 kB at 572 kB/s)
Downloading)from central:khttps://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloaded4from3central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 1.2 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.5/gson-2.5.jar
Downloading)from2central:|https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 643 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.5/gson-2.5.jar (232 kB at 1.3 MB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar (129 kB at 714 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar
Downloaded3from.central:9https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar (299 kB at 1.5 MB/s)
Downloaded4from.central:6https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar (1.1 MB at 5.7 MB/s)
Downloaded3from8central:|https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar (100 kB at 428 kB/s)
Downloaded2from1central:.https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 455 kB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.jar (1.0 MB at 3.3 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:resourcesm 1m(default-resources)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] Copying 1 resource
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 8 source files to /home/r/repo/qulice-pmd/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:testResourcesm 1m(default-testResources)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] Copying 54 resources
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 7 source files to /home/r/repo/qulice-pmd/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M5:testm 1m(default-test)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Surefire report directory: /home/r/repo/qulice-pmd/target/surefire-reports
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running com.qulice.pmd.1mLocalVariableCouldBeFinalRuleTestm
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock6000208961123938727.qulice/basedir/src/main/java/foo/LocalVariableCouldBeFinal.java
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s - in com.qulice.pmd.1mLocalVariableCouldBeFinalRuleTestm
[1;34mINFOm] Running com.qulice.pmd.1mPmdValidatorTestm
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock9019981673557957330.qulice/basedir/src/main/java/foo/SimplifiedTernary.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock2042136918500147488.qulice/basedir/src/main/java/foo/FilesCreateFileOther.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock6311148699169950957.qulice/basedir/src/main/java/foo/StaticAccessToStaticFields.java
Oct 01, 2021 5:38:52 PM net.sourceforge.pmd.lang.ast.xpath.Attribute getValue
WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' in XPath query
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock13345639603678057311.qulice/basedir/src/main/java/foo/FieldInitConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock11673916694215298616.qulice/basedir/src/main/java/foo/FieldInitSeveralConstructors.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock4742491594001633758.qulice/basedir/src/main/java/foo/JunitStaticPublicMethods.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock6215160721954098772.qulice/basedir/src/main/java/foo/StaticPublicVoidMainMethod.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock12808482595059099459.qulice/basedir/src/main/java/foo/CloneMethodReturnTypeMustMatchClassName.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock7788343978989639219.qulice/basedir/src/main/java/foo/AllowsDuplicateLiteralsInAnnotations.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock20334109583473789.qulice/basedir/src/main/java/foo/StaticPublicMethod.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock5730123953156271853.qulice/basedir/src/main/java/foo/CloneMethodMustBePublic.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock10121346750751926641.qulice/basedir/src/main/java/foo/UnnecessaryFinalModifier.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock6551344440155245878.qulice/basedir/src/main/java/foo/PlainJUnitAssertionTestMethod.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock12876495270097651141.qulice/basedir/src/main/java/foo/FilesCreateFileTest.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock3215676424120626682.qulice/basedir/src/main/java/foo/LambdaInConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock17154546777498056202.qulice/basedir/src/main/java/Other.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock3591586088047142059.qulice/basedir/src/main/java/foo/Foo.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock4149332219032517402.qulice/basedir/src/main/java/foo/CallToConstructorInConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock13164073186223576705.qulice/basedir/src/main/java/foo/UselessParentheses.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock12304152591017972557.qulice/basedir/src/main/java/foo/AllowNonTransientFields.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock294820835235837627.qulice/basedir/src/main/java/foo/FieldInitOneConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock5528526357875388218.qulice/basedir/src/main/java/foo/PlainJUnitAssertionStaticImportBlock.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock13799085033293622402.qulice/basedir/src/main/java/foo/CodeInConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock17546128544454440621.qulice/basedir/src/main/java/foo/NonStaticAccessToStaticFields.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock15991112227359403483.qulice/basedir/src/main/java/foo/FieldInitNoConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock11959012103892879714.qulice/basedir/src/main/java/foo/StaticFieldInitConstructor.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock285170947389894185.qulice/basedir/src/main/java/Main.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock2362384292308621206.qulice/basedir/src/main/java/foo/AllowAssertFail.java
[1;34mINFOm] 1;32mTests run: 0;1;32m28m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.06 s - in com.qulice.pmd.1mPmdValidatorTestm
[1;34mINFOm] Running com.qulice.pmd.1mUseStringIsEmptyRuleTestm
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock996946147256310478.qulice/basedir/src/main/java/foo/StringLengthGreaterThanZero.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock15704710749283794193.qulice/basedir/src/main/java/foo/StringLengthGreaterOrEqualZero.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock12927701917606115684.qulice/basedir/src/main/java/foo/StringLengthGreaterOrEqualOne.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock1797629454738398604.qulice/basedir/src/main/java/foo/StringLengthLessThanOne.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock7277561237524826711.qulice/basedir/src/main/java/foo/StringLengthLessOrEqualZero.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock7942994068086527948.qulice/basedir/src/main/java/foo/StringLengthEqualsZero.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock18045404563384375699.qulice/basedir/src/main/java/foo/StringLengthNotEqualsZero.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock16424349826656744482.qulice/basedir/src/main/java/foo/ArrayOfStringsLengthGreaterThanZero.java
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s - in com.qulice.pmd.1mUseStringIsEmptyRuleTestm
[1;34mINFOm] Running com.qulice.pmd.1mPmdDisabledRulesTestm
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock1399604392206837326.qulice/basedir/src/main/java/foo/UseConcurrentHashMap.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock1727068576735531657.qulice/basedir/src/main/java/foo/DoNotUseThreads.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock3462037291448674199.qulice/basedir/src/main/java/foo/AvoidUsingVolatile.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock2016863990936405746.qulice/basedir/src/main/java/foo/DefaultPackage.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock18065277877305526088.qulice/basedir/src/main/java/foo/ExcessiveImports.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock13912872959614791043.qulice/basedir/src/main/java/foo/PositionLiteralsFirstInComparisons.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock10433691053745789554.qulice/basedir/src/main/java/foo/MissingSerialVersionUID.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock7733273926220735043.qulice/basedir/src/main/java/foo/CallSuperInConstructor.java
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s - in com.qulice.pmd.1mPmdDisabledRulesTestm
[1;34mINFOm] Running com.qulice.pmd.1mPmdEmptyTestm
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock7105000135553715051.qulice/basedir/src/main/java/foo/EmptyFinallyBlock.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock8232310984395039080.qulice/basedir/src/main/java/foo/EmptyStatementBlock.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock16798814248327698027.qulice/basedir/src/main/java/foo/EmptySynchronizedBlock.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock4325699915018353232.qulice/basedir/src/main/java/foo/EmptyInitializer.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock16992001659561944731.qulice/basedir/src/main/java/foo/EmptyIfStmt.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock15508720997564854010.qulice/basedir/src/main/java/foo/EmptyStatementNotInLoop.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock17077544423908459840.qulice/basedir/src/main/java/foo/EmptyWhileStmt.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock8569489271338129953.qulice/basedir/src/main/java/foo/EmptyCatchBlock.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock174405335932795930.qulice/basedir/src/main/java/foo/EmptySwitchStmt.java
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock12602158245262507606.qulice/basedir/src/main/java/foo/EmptyStaticInitializer.java
[1;34mINFOm] 1;32mTests run: 0;1;32m10m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in com.qulice.pmd.1mPmdEmptyTestm
[1;34mINFOm] Running com.qulice.pmd.1mUnusedImportsRuleTestm
[DEBUG] com.qulice.pmd.SourceValidator: Processing file: /tmp/mock17320882998458903992.qulice/basedir/src/main/java/foo/UnusedImports.java
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in com.qulice.pmd.1mUnusedImportsRuleTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] 1;32mTests run: 56, Failures: 0, Errors: 0, Skipped: 0m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/qulice-pmd/target/classes directory
[1;34mINFOm] File /home/r/repo/qulice-pmd/target/classes/com/qulice/pmd/com-qulice-qulice-pmd-jar.txt added
[1;34mINFOm] File /home/r/repo/qulice-pmd/target/classes/com/qulice/pmd/rules/com-qulice-qulice-pmd-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.2.0:jarm 1m(default-jar)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice-pmd0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice-pmd0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] No previous run data found, generating javadoc.
[1;34mINFOm]
Loading source files for package com.qulice.pmd...
Loading source files for package com.qulice.pmd.rules...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/PmdValidator.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/ProhibitPlainJunitAssertionsRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/UnnecessaryLocalRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/UseStringIsEmptyRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-summary.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-tree.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-summary.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-tree.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/class-use/PmdValidator.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/class-use/UnnecessaryLocalRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/class-use/UseStringIsEmptyRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/class-use/ProhibitPlainJunitAssertionsRule.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/package-use.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/com/qulice/pmd/rules/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-pmd/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/index.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/overview-summary.html...
Generating /home/r/repo/qulice-pmd/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] Building jar: /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/qulice-pmd/pom.xml looks good
     [exec] /home/r/repo/qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml looks good
     [exec] /home/r/repo/qulice-pmd/src/site/site.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice-pmd0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar.asc
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-pmd0;1m ---m
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36mcom.qulice:qulice-ant0;1m >------------------------m
[1;34mINFOm] 1mBuilding qulice-ant 0.19.0                                         [5/7]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (0 B at 0 B/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:resourcesm 1m(default-resources)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-ant/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 3 source files to /home/r/repo/qulice-ant/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:testResourcesm 1m(default-testResources)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-ant/src/test/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/qulice-ant/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M5:testm 1m(default-test)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Surefire report directory: /home/r/repo/qulice-ant/target/surefire-reports
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running com.qulice.ant.1mAntEnvironmentTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m3m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m3m, Time elapsed: 0.016 s - in com.qulice.ant.1mAntEnvironmentTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 3, Failures: 0, Errors: 0, Skipped: 3m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/qulice-ant/target/classes directory
[1;34mINFOm] File /home/r/repo/qulice-ant/target/classes/com/qulice/ant/com-qulice-qulice-ant-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.2.0:jarm 1m(default-jar)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice-ant0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice-ant0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] No previous run data found, generating javadoc.
[1;34mINFOm]
Loading source files for package com.qulice.ant...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/AntEnvironment.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/QuliceTask.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-summary.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-tree.html...
Generating /home/r/repo/qulice-ant/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/class-use/AntEnvironment.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/class-use/QuliceTask.html...
Generating /home/r/repo/qulice-ant/target/apidocs/com/qulice/ant/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-ant/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-ant/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/qulice-ant/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-ant/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-ant/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-ant/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-ant/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-ant/target/apidocs/index.html...
Generating /home/r/repo/qulice-ant/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] Building jar: /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-invoker-plugin:3.2.1:installm 1m(default)m @ 36mqulice-ant0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom (16 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 147 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom (3.5 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom (1.5 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 84 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 6.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom (6.1 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom (1.6 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (4.8 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 709 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 2.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 659 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.pom (13 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/36/commons-parent-36.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/36/commons-parent-36.pom (58 kB at 248 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 137 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom (10 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.pom (21 kB at 89 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
Downloaded5from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.jar (20 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloaded4from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar (33 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Downloaded3from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (162 kB at 579 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Downloaded2from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 1.2 MB/s)
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloaded5from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 2.7 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 397 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 550 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 323 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 182 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
Downloaded5from9oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.jar (190 kB at 272 kB/s)
Downloading)from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
Downloaded4from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar (146 kB at 198 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar
Downloaded3from2oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar (22 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloaded5from7oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 199 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 260 kB/s)
Downloaded2from7oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (0 B at 0 B/s)
Downloaded2from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 392 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar (7.0 MB at 3.4 MB/s)
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar.asc
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice/0.19.0/qulice-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.pom.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar.asc to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-sources.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-javadoc.jar to /home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 247 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom (2.9 kB at 153 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloaded1from9central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar (299 kB at 4.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-invoker-plugin:3.2.1:runm 1m(default)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Building: 1mviolations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 185 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 860 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 8.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom (4.5 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 254 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 414 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 863 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 896 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 551 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 8.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom (14 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/9/apache-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/9/apache-9.pom (15 kB at 7.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 7.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/5/project-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/6/project-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/4/oss-parent-4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 931 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 863 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 kB at 4.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 800 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 927 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 989 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 52 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 636 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 590 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 907 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 181 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 446 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 318 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 8.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 66 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --------------------< com.qulice.plugin:violations >--------------------
[1;34mINFOm] [INFO] Building violations 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 8.4 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 33 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/21/apache-21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/21/apache-21.pom (17 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 116 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.15/jcabi-1.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.29/parent-0.29.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 37 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar (32 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/19/apache-19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 6.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (8.1 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 31 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom (8.0 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar (43 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 7.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 17 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 57 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 137 kB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 7.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 770 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 5.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 9.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 28 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 455 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 8.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 492 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 766 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 13 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 39 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 63 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 598 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 32 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 21 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/14/apache-14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/14/apache-14.pom (15 kB at 7.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 77 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom (4.1 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 6.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 48 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 8.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar (245 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 8.6 MB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 50 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 356 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 189 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 107 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 316 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 534 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 209 kB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 889 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 5.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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
[1;34mINFOm] [INFO] Downloaded from local.central: 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 (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.12/junit-4.12.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.12/junit-4.12.pom (24 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 6.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 440 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 652 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 926 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 7.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 788 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 854 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 746 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 856 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 4.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 30 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom (15 kB at 7.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 4.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 402 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 832 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 652 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 498 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 971 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 634 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 39 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 7.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 6.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: 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.jar (194 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 630 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 766 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 754 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 630 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 576 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 550 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 619 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 609 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 493 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 3.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 944 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 252 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 103 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 275 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 143 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 113 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 87 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 160 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 426 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 9.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 40 MB/s)
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-ant/target/it/violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-ant/target/it/violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:39:36
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 33 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 9.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 816 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 306 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 965 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 7.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 133 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 750 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 916 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 868 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 880 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 23 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 8.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 7.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 8.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 7.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 47 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 384 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 8.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 156 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 366 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 263 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 424 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 9.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 7.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 8.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 42 MB/s)
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-ant/target/it/violations/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 482 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 434 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 346 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 771 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 9.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 28 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 40 MB/s)
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-ant/target/it/violations/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-ant/target/it/violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom (4.8 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 810 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 52 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 35 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 7.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar (14 kB at 593 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 9.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 55 MB/s)
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (4.5 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.14/jcabi-1.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.27.1/parent-0.27.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 37 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (7.9 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (1.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (4.7 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 815 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (1.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (26 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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
[1;34mINFOm] [INFO] Downloaded from local.central: 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 (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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
[1;34mINFOm] [INFO] Downloaded from local.central: 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 (4.4 kB at 4.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/jboss-parent/9/jboss-parent-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 29 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (6.6 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 7.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 5.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 712 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 724 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/jvnet-parent/3/jvnet-parent-3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (80 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (7.9 kB at 877 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (117 kB at 8.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 383 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (60 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 8.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (57 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 9.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (633 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 792 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 343 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 756 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 868 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (73 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 735 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (413 kB at 6.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 22 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (11 MB at 83 MB/s)
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-ant/target/it/violations/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 43 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-ant/target/it/violations/target/classes/com/qulice/foo/com-qulice-plugin-violations-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/17/apache-17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/17/apache-17.pom (16 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 37 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/15/apache-15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/15/apache-15.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/48/commons-parent-48.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 72 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 954 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 8.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 25 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 39 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 56 MB/s)
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-ant/target/it/violations/target/violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.7:run (antrun) @ violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom (16 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 8.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 892 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 8.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 34 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-master/4.7/antlr4-master-4.7.pom (4.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 761 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 4.5 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 96 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/12/maven-parent-12.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/12/maven-parent-12.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 96 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 13 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 9.7 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 15 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 23 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 44 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 6.4 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 998 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 9.3 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 10 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 7.1 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 8.6 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 44 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 21 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 11 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 56 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 32 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.jar (44 kB at 187 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 219 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 158 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 55 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 322 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 125 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 56 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 65 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 204 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 57 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 127 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 301 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 15 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 2.2 MB/s)
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [echo] plugin classpath:  /home/r/repo/qulice-ant/target/local-repo/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar:/home/r/repo/qulice-ant/target/local-repo/org/cactoos/cactoos/0.41/cactoos-0.41.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/r/repo/qulice-ant/target/local-repo/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/home/r/repo/qulice-ant/target/local-repo/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar:/home/r/repo/qulice-ant/target/local-repo/info/picocli/picocli/3.8.0/picocli-3.8.0.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.7.1/antlr4-runtime-4.7.1.jar:/home/r/repo/qulice-ant/target/local-repo/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar:/home/r/repo/qulice-ant/target/local-repo/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/r/repo/qulice-ant/target/local-repo/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.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/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/beust/jcommander/1.72/jcommander-1.72.jar:/home/r/repo/qulice-ant/target/local-repo/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar:/home/r/repo/qulice-ant/target/local-repo/com/google/code/gson/gson/2.5/gson-2.5.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/6.10.0/pmd-java-6.10.0.jar:/home/r/repo/qulice-ant/target/local-repo/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar:/home/r/repo/qulice-ant/target/local-repo/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.jar:/home/r/repo/qulice-ant/target/local-repo/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.jar:/home/r/repo/qulice-ant/target/local-repo/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:/home/r/repo/qulice-ant/target/local-repo/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.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/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar:/home/r/repo/qulice-ant/target/local-repo/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.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
[1;34mINFOm]
[1;34mINFOm] qulice:
[1;34mINFOm] [INFO] Checkstyle: /home/r/repo/qulice-ant/target/it/violations/src/main/java/com/qulice/foo/package-info.java[30]: Missing a Javadoc comment. (JavadocStyleCheck)
[1;34mINFOm] [INFO] Checkstyle: /home/r/repo/qulice-ant/target/it/violations/src/main/java/com/qulice/foo/Main.java[51]: '500' is a magic number. (MagicNumberCheck)
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  18.242 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:39:47Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (antrun) on project violations: An Ant BuildException has occured: The following error occurred while executing this line:
[1;34mINFOm] [ERROR] /home/r/repo/qulice-ant/target/it/violations/build.xml:35: Failure
[1;34mINFOm] [ERROR] around Ant part ...<ant antfile="/home/r/repo/qulice-ant/target/it/violations/build.xml">... @ 7:73 in /home/r/repo/qulice-ant/target/it/violations/target/antrun/build-main.xml: 2 violations, see log above
[1;34mINFOm] [ERROR] -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (antrun) on project violations: An Ant BuildException has occured: The following error occurred while executing this line:
[1;34mINFOm] /home/r/repo/qulice-ant/target/it/violations/build.xml:35: Failure
[1;34mINFOm] around Ant part ...<ant antfile="/home/r/repo/qulice-ant/target/it/violations/build.xml">... @ 7:73 in /home/r/repo/qulice-ant/target/it/violations/target/antrun/build-main.xml
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoExecutionException: An Ant BuildException has occured: The following error occurred while executing this line:
[1;34mINFOm] /home/r/repo/qulice-ant/target/it/violations/build.xml:35: Failure
[1;34mINFOm] around Ant part ...<ant antfile="/home/r/repo/qulice-ant/target/it/violations/build.xml">... @ 7:73 in /home/r/repo/qulice-ant/target/it/violations/target/antrun/build-main.xml
[1;34mINFOm]     at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:355)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.tools.ant.BuildException: The following error occurred while executing this line:
[1;34mINFOm] /home/r/repo/qulice-ant/target/it/violations/build.xml:35: Failure
[1;34mINFOm]     at org.apache.tools.ant.ProjectHelper.addLocationToBuildException (ProjectHelper.java:551)
[1;34mINFOm]     at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:444)
[1;34mINFOm]     at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:291)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
[1;34mINFOm]     at org.apache.tools.ant.Task.perform (Task.java:348)
[1;34mINFOm]     at org.apache.tools.ant.Target.execute (Target.java:390)
[1;34mINFOm]     at org.apache.tools.ant.Target.performTasks (Target.java:411)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1399)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeTarget (Project.java:1368)
[1;34mINFOm]     at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:327)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.tools.ant.BuildException: Failure
[1;34mINFOm]     at com.qulice.ant.QuliceTask.execute (QuliceTask.java:107)
[1;34mINFOm]     at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:291)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
[1;34mINFOm]     at org.apache.tools.ant.Task.perform (Task.java:348)
[1;34mINFOm]     at org.apache.tools.ant.Target.execute (Target.java:390)
[1;34mINFOm]     at org.apache.tools.ant.Target.performTasks (Target.java:411)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1399)
[1;34mINFOm]     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets (SingleCheckExecutor.java:38)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeTargets (Project.java:1251)
[1;34mINFOm]     at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:442)
[1;34mINFOm]     at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:291)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
[1;34mINFOm]     at org.apache.tools.ant.Task.perform (Task.java:348)
[1;34mINFOm]     at org.apache.tools.ant.Target.execute (Target.java:390)
[1;34mINFOm]     at org.apache.tools.ant.Target.performTasks (Target.java:411)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1399)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeTarget (Project.java:1368)
[1;34mINFOm]     at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:327)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: 2 violations, see log above
[1;34mINFOm]     at com.qulice.ant.QuliceTask.validate (QuliceTask.java:170)
[1;34mINFOm]     at com.qulice.ant.QuliceTask.execute (QuliceTask.java:101)
[1;34mINFOm]     at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:291)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
[1;34mINFOm]     at org.apache.tools.ant.Task.perform (Task.java:348)
[1;34mINFOm]     at org.apache.tools.ant.Target.execute (Target.java:390)
[1;34mINFOm]     at org.apache.tools.ant.Target.performTasks (Target.java:411)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1399)
[1;34mINFOm]     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets (SingleCheckExecutor.java:38)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeTargets (Project.java:1251)
[1;34mINFOm]     at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:442)
[1;34mINFOm]     at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:291)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:106)
[1;34mINFOm]     at org.apache.tools.ant.Task.perform (Task.java:348)
[1;34mINFOm]     at org.apache.tools.ant.Target.execute (Target.java:390)
[1;34mINFOm]     at org.apache.tools.ant.Target.performTasks (Target.java:411)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1399)
[1;34mINFOm]     at org.apache.tools.ant.Project.executeTarget (Project.java:1368)
[1;34mINFOm]     at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:327)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-ant/target/it/violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-ant/target/it/violations/verify.groovy
[1;34mINFOm]           violations/pom.xml ............................... 1;32mSUCCESSm (20.5 s)
[1;34mINFOm] 1m-------------------------------------------------m
[1;34mINFOm] Build Summary:
[1;34mINFOm]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[1;34mINFOm] 1m-------------------------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/qulice-ant/pom.xml looks good
     [exec] /home/r/repo/qulice-ant/src/it/settings.xml looks good
     [exec] /home/r/repo/qulice-ant/src/it/violations/build.xml looks good
     [exec] /home/r/repo/qulice-ant/src/it/violations/pom.xml looks good
     [exec] /home/r/repo/qulice-ant/src/site/site.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice-ant0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.jar to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-sources.jar to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-ant/target/qulice-ant-0.19.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar.asc
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-ant0;1m ---m
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m-------------------< 0;36mcom.qulice:qulice-maven-plugin0;1m >-------------------m
[1;34mINFOm] 1mBuilding qulice-maven-plugin 0.19.0                                [6/7]m
[1;34mINFOm] 1m----------------------------[ maven-plugin ]----------------------------m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.1/maven-plugin-plugin-3.6.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.1/maven-plugin-plugin-3.6.1.pom (13 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.1/maven-plugin-tools-3.6.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.1/maven-plugin-tools-3.6.1.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.1/maven-plugin-plugin-3.6.1.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.1/maven-plugin-plugin-3.6.1.jar (52 kB at 230 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 78 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 632 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 457 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 48 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 754 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 7.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.pom (5.6 kB at 294 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.29.0/jcabi-1.29.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.29.0/jcabi-1.29.0.pom (5.8 kB at 304 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.0/parent-0.54.0.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.0/parent-0.54.0.pom (62 kB at 2.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.pom (4.4 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom (5.4 kB at 284 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 269 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 262 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 559 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 128 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 285 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 40 kB/s)
Downloading from central: https://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
Downloaded1from.central: https://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 (2.9 kB at 146 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom (11 kB at 540 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 189 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 177 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 120 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 159 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 200 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 36 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom (2.4 kB at 135 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom (983 B at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom (2.0 kB at 82 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom (11 kB at 588 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 406 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom (2.1 kB at 59 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom (11 kB at 643 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom (15 kB at 834 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (2.6 kB at 154 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (14 kB at 758 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 kB at 763 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom (13 kB at 613 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloaded1from6central: https://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 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom (6.1 kB at 61 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom (6.6 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom (12 kB at 532 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (11 kB at 288 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded2from0central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 458 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 562 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Downloaded2from6central:/https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (0 B at 0 B/s)
Downloading)from central:1https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar
Downloaded3from6central:/https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (0 B at 0 B/s)
Downloaded3from6central:/https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 518 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloaded3from9central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloaded4from0central:|https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (125 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloaded3from2central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar (40 kB at 587 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar (7.9 kB at 111 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 1.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
Downloading from central: https://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 from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded5from1central:/https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar (31 kB at 255 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 436 kB/s)
Downloading)from central:5https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded3from8central:/https://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 379 kB/s)
Downloading)from central:1https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded3from8central:/https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 435 kB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
Downloaded2from9central:|https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (0 B at 0 B/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar
Downloaded5from1central:|https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 546 kB/s)
Downloading)from9central:|https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar
Downloaded4from5central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (252 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded3from6central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar (20 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded3from7central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (0 B at 0 B/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded3from8central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded3from8central:2https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar (45 kB at 179 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading)from5central:6https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 734 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
Downloaded5from4central:1https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.2 MB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloaded5from6central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar (61 kB at 178 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloaded5from6central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (375 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar
Downloaded5from0central:2https://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (60 kB at 157 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded4from0central:2https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (400 kB at 1.0 MB/s)
Downloaded4from9central: https://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar (118 kB at 292 kB/s)
Downloaded3from2central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (205 kB at 500 kB/s)
Downloaded2from6central: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (79 kB at 189 kB/s)
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar (573 kB at 1.2 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-plugin-plugin:3.6.1:helpmojom 1m(default)m @ 36mqulice-maven-plugin0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 3.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.1/maven-plugin-tools-api-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.1/maven-plugin-tools-api-3.6.1.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.1/maven-plugin-tools-generators-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.1/maven-plugin-tools-generators-3.6.1.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.1/junit-4.13.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.1/asm-9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.1/maven-plugin-tools-java-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.1/maven-plugin-tools-java-3.6.1.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.1/maven-plugin-tools-annotations-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.1/maven-plugin-tools-annotations-3.6.1.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1.pom (1.7 kB at 7.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/43/commons-parent-43.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 303 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.6.1/maven-plugin-tools-ant-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.6.1/maven-plugin-tools-ant-3.6.1.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-script/3.6.1/maven-script-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-script/3.6.1/maven-script-3.6.1.pom (1.8 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.6.1/maven-plugin-tools-model-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.6.1/maven-plugin-tools-model-3.6.1.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.6.1/maven-plugin-tools-beanshell-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.6.1/maven-plugin-tools-beanshell-3.6.1.pom (2.5 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.pom (1.1 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.1/maven-plugin-tools-api-3.6.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.1/asm-9.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.1/maven-plugin-tools-generators-3.6.1.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar
Downloaded4from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.1/maven-plugin-tools-api-3.6.1.jar (23 kB at 100 kB/s)
Downloading)from2oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
Downloaded3from2oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.1/maven-plugin-tools-generators-3.6.1.jar (49 kB at 207 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 497 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.1/maven-plugin-tools-java-3.6.1.jar
Downloaded3from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar (73 kB at 206 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.1/maven-plugin-tools-annotations-3.6.1.jar
Downloaded4from3oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar (53 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar (34 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar
Downloaded3from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.1/maven-plugin-tools-java-3.6.1.jar (18 kB at 38 kB/s)
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 493 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloaded4from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.1/maven-plugin-tools-annotations-3.6.1.jar (43 kB at 74 kB/s)
Downloading)from/oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1.jar
Downloaded5from9oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.6.1/maven-plugin-tools-ant-3.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 263 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.6.1/maven-plugin-tools-model-3.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.6.1/maven-plugin-tools-beanshell-3.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 734 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1.jar (14 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar
Downloaded5from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.6.1/maven-plugin-tools-ant-3.6.1.jar (13 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloaded4from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.6.1/maven-plugin-tools-model-3.6.1.jar (30 kB at 31 kB/s)
Downloading)from oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
Downloaded3from4oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.6.1/maven-plugin-tools-beanshell-3.6.1.jar (14 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/1.3.0/bsh-1.3.0.jar (242 kB at 241 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
Downloaded4from7oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 697 kB/s)
Downloaded4from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 44 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 15 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 267 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 132 kB/s)
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;34mINFOm] java-annotations mojo extractor found 0 mojo descriptor.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:resourcesm 1m(default-resources)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 15 source files to /home/r/repo/qulice-maven-plugin/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(compile-helpmojo)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/qulice-maven-plugin/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-plugin-plugin:3.6.1:descriptorm 1m(default-descriptor)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;33mWARNINGm] Deprecated @Component annotation for 'project' field in com.qulice.maven.CheckMojo: replace with @Parameter( defaultValue = "${project}", readonly = true )
[1;33mWARNINGm] Deprecated @Component annotation for 'sess' field in com.qulice.maven.CheckMojo: replace with @Parameter( defaultValue = "${session}", readonly = true )
[1;34mINFOm] java-annotations mojo extractor found 2 mojo descriptors.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-plugin-plugin:3.6.1:descriptorm 1m(default)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;33mWARNINGm] Deprecated @Component annotation for 'project' field in com.qulice.maven.CheckMojo: replace with @Parameter( defaultValue = "${project}", readonly = true )
[1;33mWARNINGm] Deprecated @Component annotation for 'sess' field in com.qulice.maven.CheckMojo: replace with @Parameter( defaultValue = "${session}", readonly = true )
[1;34mINFOm] java-annotations mojo extractor found 2 mojo descriptors.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:testResourcesm 1m(default-testResources)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] Copying 1 resource
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 9 source files to /home/r/repo/qulice-maven-plugin/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M5:testm 1m(default-test)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Surefire report directory: /home/r/repo/qulice-maven-plugin/target/surefire-reports
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running com.qulice.maven.1mDefaultMavenEnvironmentTestm
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8.
SLF4J: Ignoring binding found at [jar:file:/home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#ignoredBindings for an explanation.
[1;34mINFOm] 1;32mTests run: 0;1;32m6m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in com.qulice.maven.1mDefaultMavenEnvironmentTestm
[1;34mINFOm] Running com.qulice.maven.1mSvnPropertiesValidatorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in com.qulice.maven.1mSvnPropertiesValidatorTestm
[1;34mINFOm] Running com.qulice.maven.1mDependenciesValidatorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m5m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in com.qulice.maven.1mDependenciesValidatorTestm
[1;34mINFOm] Running com.qulice.maven.1mDefaultValidatorsProviderTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m2m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 0.007 s - in com.qulice.maven.1mDefaultValidatorsProviderTestm
[1;34mINFOm] Running com.qulice.maven.1mCheckMojoTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in com.qulice.maven.1mCheckMojoTestm
[1;34mINFOm] Running com.qulice.maven.1mPomXpathValidatorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in com.qulice.maven.1mPomXpathValidatorTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 17, Failures: 0, Errors: 0, Skipped: 1m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/qulice-maven-plugin/target/classes directory
[1;34mINFOm] File /home/r/repo/qulice-maven-plugin/target/classes/com/qulice/maven/com-qulice-qulice-maven-plugin-maven-plugin.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.2.0:jarm 1m(default-jar)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-plugin-plugin:3.6.1:addPluginArtifactMetadatam 1m(default-addPluginArtifactMetadata)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice-maven-plugin0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-plugin-plugin:3.6.1:helpmojom 1m(default)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;33mWARNINGm] Deprecated @Component annotation for 'project' field in com.qulice.maven.CheckMojo: replace with @Parameter( defaultValue = "${project}", readonly = true )
[1;33mWARNINGm] Deprecated @Component annotation for 'sess' field in com.qulice.maven.CheckMojo: replace with @Parameter( defaultValue = "${session}", readonly = true )
[1;34mINFOm] java-annotations mojo extractor found 2 mojo descriptors.
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice-maven-plugin0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] No previous run data found, generating javadoc.
[1;34mINFOm]
Loading source files for package com.qulice.maven...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/AbstractQuliceMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/CheckMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/DefaultMavenEnvironment.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/DuplicateFinderValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/EnforcerValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/HelpMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/MojoExecutor.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/PomXpathValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/SnapshotsValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/SvnPropertiesValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-summary.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-tree.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/CheckMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/SvnPropertiesValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/DefaultMavenEnvironment.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/PomXpathValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/SnapshotsValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/MojoExecutor.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/DuplicateFinderValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/AbstractQuliceMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/EnforcerValidator.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/class-use/HelpMojo.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/com/qulice/maven/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/index.html...
Generating /home/r/repo/qulice-maven-plugin/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] Building jar: /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-invoker-plugin:3.2.1:installm 1m(default)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-pmd/target/qulice-pmd-0.19.0-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar.asc
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice/0.19.0/qulice-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spi/target/qulice-spi-0.19.0-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0.pom.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-sources.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-checkstyle/target/qulice-checkstyle-0.19.0-javadoc.jar.asc to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-sources.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-javadoc.jar to /home/r/repo/qulice-maven-plugin/target/local-repo/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 268 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 610 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 749 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 142 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 566 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 134 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 132 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 367 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 173 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 260 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 204 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
Downloaded4from.central:4https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 220 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 660 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 96 kB/s)
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 204 kB/s)
Downloaded2from.central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 3.2 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 6.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom (2.9 kB at 171 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 98 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 624 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar
Downloaded2from1central:9https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar (299 kB at 5.2 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 1.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-invoker-plugin:3.2.1:runm 1m(default)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Building: 1mlog-check/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 239 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 8.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 8.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 508 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 621 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 896 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 827 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 4.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/9/apache-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/9/apache-9.pom (15 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 7.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/5/project-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/6/project-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/4/oss-parent-4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 9.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 931 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 30 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 800 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 927 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 837 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 862 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 638 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 861 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 31 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 295 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 118 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 217 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 3.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 69 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom (12 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom (18 kB at 8.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 760 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 8.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 4.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 4.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 965 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 193 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 805 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 8.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 911 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 760 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/7/project-7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 853 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/11/oss-parent-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/12/oss-parent-12.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 644 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 7.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 81 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 9.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 509 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 9.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 7.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar (16 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar (250 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 8.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 433 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 8.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 276 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 6.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 960 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 313 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 607 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 387 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 41 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 689 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 310 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 107 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 437 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 536 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 247 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 345 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 627 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 703 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --------------------< com.qulice.plugin:log-check >---------------------
[1;34mINFOm] [INFO] Building log-check 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 8.9 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 33 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/21/apache-21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/21/apache-21.pom (17 kB at 8.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 113 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 6.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 32 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/19/apache-19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (8.1 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom (8.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar (43 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.pom (21 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.1/maven-javadoc-plugin-3.3.1.jar (522 kB at 52 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 24 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 964 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 624 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 7.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 385 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 5.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 41 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 536 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 9.3 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 25 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 11 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 23 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 492 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom (2.3 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 766 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 18 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 61 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 30 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 77 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 11 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom (4.1 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 565 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar (245 kB at 7.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 7.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 47 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 320 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 561 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 172 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 194 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 78 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 232 kB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 444 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 5.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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
[1;34mINFOm] [INFO] Downloaded from local.central: 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 (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.12/junit-4.12.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.12/junit-4.12.pom (24 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 6.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 936 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 880 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 978 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 722 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 9.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 628 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 790 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 964 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 4.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 9.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 4.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 563 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 804 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 996 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 971 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 52 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 5.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 8.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 33 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: 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.jar (194 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 515 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 641 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 490 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 854 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 950 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 349 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 420 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 462 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 420 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 319 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 375 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 829 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 811 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 592 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 181 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 66 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 195 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 85 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 105 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 66 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 121 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 3.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 15 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 39 MB/s)
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/log-check' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/log-check
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:40:19
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ log-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 816 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 980 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 482 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 7.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 133 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 375 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 6.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 946 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 3.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 880 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 5.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 7.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 23 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 8.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 25 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 211 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 7.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 3.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 9.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 8.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 6.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 165 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 223 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 39 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 8.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/log-check/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 7.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 434 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 692 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 771 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 9.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 28 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 45 MB/s)
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ log-check ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/log-check/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ log-check ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 810 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 21 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar (14 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 31 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 8.8 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 28 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 60 MB/s)
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 41 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/17/apache-17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/17/apache-17.pom (16 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 866 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/15/apache-15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/15/apache-15.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/48/commons-parent-48.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 36 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 7.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 8.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 38 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 68 MB/s)
[1;34mINFOm] [WARNING] JAR will be empty - no content was marked for inclusion!
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/log-check/target/log-check-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ log-check >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ log-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ log-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ log-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ log-check <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ log-check ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/log-check/target/log-check-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom (5.4 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 7.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 514 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom (4.9 kB at 4.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom (26 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom (6.9 kB at 6.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 5.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 767 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 770 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 8.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 9.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/google/1/google-1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/google/1/google-1.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 4.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 8.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 499 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 2.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 6.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/9/commons-parent-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 9.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 357 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 866 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 7.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 145 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 74 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 84 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 974 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 163 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 171 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 142 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 140 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-text/1.9/commons-text-1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/51/commons-parent-51.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 78 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom (16 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom (5.1 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/8/plexus-8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 25 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.pom (4.8 kB at 4.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/7/plexus-7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/7/plexus-7.pom (26 kB at 26 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 16 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.pom (823 B)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity/1.0/plexus-interactivity-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity/1.0/plexus-interactivity-1.0.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 8.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar (26 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar (33 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar (12 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar (12 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 4.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 7.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 597 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 311 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 4.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (216 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 7.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.jar (324 kB at 6.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar (53 kB at 997 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.5/plexus-archiver-4.2.5.jar (195 kB at 3.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0/plexus-interactivity-api-1.0.jar (9.8 kB at 168 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 9.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 5.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 4.1 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 761 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 9.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 5.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 37 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 92 MB/s)
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/log-check/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ log-check ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ log-check ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 408 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 17 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 916 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 3.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 7.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 5.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 5.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 7.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (3.4 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 767 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 727 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 7.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 kB at 5.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (3.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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
[1;34mINFOm] [INFO] Downloaded from local.central: 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 (3.3 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: 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
[1;34mINFOm] [INFO] Downloaded from local.central: 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 (4.4 kB at 4.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom (7.7 kB at 33 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom (8.7 kB at 37 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar (27 kB at 117 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom (3.0 kB at 13 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom (4.7 kB at 20 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 30 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 68 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 22 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 30 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom (2.8 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom (19 kB at 82 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom (2.6 kB at 12 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom (4.0 kB at 17 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 184 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 208 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 586 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 622 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 894 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 86 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 84 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 47 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 286 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 83 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 85 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 67 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar (12 kB at 15 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar (116 kB at 145 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 65 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 347 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 381 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 100 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar (168 kB at 161 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar (149 kB at 124 kB/s)
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: 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
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: 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 53 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: 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
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: 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 74 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 24 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 57 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/7/commons-parent-7.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 76 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 kB at 45 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/20/commons-parent-20.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/20/commons-parent-20.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 144 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom (1.7 kB at 6.8 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (9.3 kB at 41 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3.0 kB at 13 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (1.3 kB at 5.5 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (1.8 kB at 8.2 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 kB at 59 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 10 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 2.6 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0/maven-2.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 38 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 3.0 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 25 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 41 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 29 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 9.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 4.2 MB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (9.8 kB at 42 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (73 kB at 295 kB/s)
[1;34mINFOm] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 829 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 358 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar (482 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 kB at 54 kB/s)
[1;34mINFOm] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (3.7 kB at 7.9 kB/s)
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [INFO] No dependency analysis in this project
[1;34mINFOm] [INFO] Qulice quality check completed in 9s
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD SUCCESS
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  21.329 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:40:33Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/log-check/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/log-check/verify.groovy
[1;34mINFOm]           log-check/pom.xml ................................ 1;32mSUCCESSm (22.9 s)
[1;34mINFOm] Building: 1mpmd-duplicate-string-literals-violations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] -----< com.qulice.plugin:pmd-duplicate-string-literals-violations >-----
[1;34mINFOm] [INFO] Building pmd-duplicate-string-literals-violations 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom (12 kB at 424 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.15/jcabi-1.15.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.29/parent-0.29.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 6.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar (32 kB at 8.1 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:40:36
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 5 source files to /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (4.5 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.14/jcabi-1.14.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 3.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.27.1/parent-0.27.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (7.9 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (1.0 kB at 521 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (4.7 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 924 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 7.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 724 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 936 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 790 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 964 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (1.0 kB at 510 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (13 kB at 6.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (26 kB at 8.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (5.0 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/jboss-parent/9/jboss-parent-9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 14 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (6.6 kB at 6.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 689 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 4.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 7.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 9.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 27 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (11 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 kB at 8.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (117 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (7.9 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 11 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 2.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (80 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (57 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (60 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 5.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 6.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (633 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 849 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 647 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (73 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 719 kB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (413 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 18 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (11 MB at 57 MB/s)
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/classes/com/qulice/foo/com-qulice-plugin-pmd-duplicate-string-literals-violations-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/pmd-duplicate-string-literals-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ pmd-duplicate-string-literals-violations >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ pmd-duplicate-string-literals-violations <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/pmd-duplicate-string-literals-violations-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.foo...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/FourDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/SuppressDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/TwoDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/WithoutDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/class-use/WithoutDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/class-use/SuppressDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/class-use/FourDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/class-use/TwoDuplicateStringLiterals.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/com/qulice/foo/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/target/pmd-duplicate-string-literals-violations-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ pmd-duplicate-string-literals-violations ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/foo/FourDuplicateStringLiterals.java[44-44]: The String literal "test" appears 4 times in this file; the first occurrence is on line 44 (AvoidDuplicateLiterals)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/foo/TwoDuplicateStringLiterals.java[43-43]: The String literal "test" appears 2 times in this file; the first occurrence is on line 43 (AvoidDuplicateLiterals)
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  11.873 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:40:46Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project pmd-duplicate-string-literals-violations: Failure: There are 2 violations -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project pmd-duplicate-string-literals-violations: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: There are 2 violations
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:140)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/pmd-duplicate-string-literals-violations/verify.groovy
[1;34mINFOm]           pmd-duplicate-string-literals-violations/pom.xml . 1;32mSUCCESSm (13.5 s)
[1;34mINFOm] Building: 1mpmd-violations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ------------------< com.qulice.plugin:pmd-violations >------------------
[1;34mINFOm] [INFO] Building pmd-violations 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ pmd-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ pmd-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ pmd-violations ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/pmd-violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:40:50
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ pmd-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ pmd-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ pmd-violations ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ pmd-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ pmd-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pmd-violations ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ pmd-violations ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/classes/com/qulice/foo/com-qulice-plugin-pmd-violations-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ pmd-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/pmd-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ pmd-violations >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ pmd-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ pmd-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ pmd-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ pmd-violations <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ pmd-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/pmd-violations-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ pmd-violations ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.foo...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/com/qulice/foo/Violations.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/com/qulice/foo/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/com/qulice/foo/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/com/qulice/foo/class-use/Violations.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/com/qulice/foo/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/target/pmd-violations-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ pmd-violations ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ pmd-violations ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ pmd-violations ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/foo/Violations.java[85]: Missing '@since' tag in class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/foo/Violations.java[107]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/foo/Violations.java[107]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/foo/Violations.java[111]: Empty line inside method (EmptyLinesCheck)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/foo/Violations.java[82-82]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/foo/Violations.java[61-61]: When doing a String.toLowerCase()/toUpperCase() call, use a Locale (UseLocaleWithCaseConversions)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/foo/Violations.java[43-43]: Avoid unused private fields such as 'var'. (UnusedPrivateField)
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  11.126 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:40:59Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project pmd-violations: Failure: There are 7 violations -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project pmd-violations: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: There are 7 violations
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:140)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/pmd-violations/verify.groovy
[1;34mINFOm]           pmd-violations/pom.xml ........................... 1;32mSUCCESSm (12.8 s)
[1;34mINFOm] Building: 1mcheckstyle-locale/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [WARNING] The project com.qulice.plugin:checkstyle-locale:jar:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ----------------< com.qulice.plugin:checkstyle-locale >-----------------
[1;34mINFOm] [INFO] Building checkstyle-locale 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ checkstyle-locale ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:41:03
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ checkstyle-locale ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] Copying 1 resource
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ checkstyle-locale ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ checkstyle-locale ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ checkstyle-locale ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ checkstyle-locale ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ checkstyle-locale ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale/target/checkstyle-locale-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ checkstyle-locale >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ checkstyle-locale <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ checkstyle-locale ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale/target/checkstyle-locale-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ checkstyle-locale ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ checkstyle-locale ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ checkstyle-locale ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ checkstyle-locale ---
[1;34mINFOm] [INFO] Checkstyle: src/main/resources/tabs.txt[1]: Line contains a tab character. (FileTabCharacterCheck)
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  7.276 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:41:08Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project checkstyle-locale: Failure: There are 1 violations -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project checkstyle-locale: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: There are 1 violations
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:140)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-locale/verify.groovy
[1;34mINFOm]           checkstyle-locale/pom.xml ........................ 1;32mSUCCESSm (8.8 s)
[1;34mINFOm] Building: 1mcheckstyle-violations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [WARNING] The project com.qulice.plugin:checkstyle-violations:jar:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --------------< com.qulice.plugin:checkstyle-violations >---------------
[1;34mINFOm] [INFO] Building checkstyle-violations 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ checkstyle-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ checkstyle-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ checkstyle-violations ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:41:11
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ checkstyle-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ checkstyle-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] Copying 2 resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ checkstyle-violations ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 9 source files to /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ checkstyle-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ checkstyle-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ checkstyle-violations ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ checkstyle-violations ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/classes/com/qulice/plugin/violations/com-qulice-plugin-checkstyle-violations-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ checkstyle-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/checkstyle-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ checkstyle-violations >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ checkstyle-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ checkstyle-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ checkstyle-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ checkstyle-violations <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ checkstyle-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/checkstyle-violations-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ checkstyle-violations ---
[1;34mINFOm] [WARNING] Unable to derive module descriptor for /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/checkstyle-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [WARNING] Unable to derive module descriptor for /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/checkstyle-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.plugin.violations...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/Brackets.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/Constants.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/IndentationChecks.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/Pdd.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/SomeTest.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/Tabs.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/Violations.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/SomeTest.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/Brackets.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/Constants.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/IndentationChecks.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/Tabs.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/Violations.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/class-use/Pdd.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/com/qulice/plugin/violations/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/target/checkstyle-violations-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ checkstyle-violations ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ checkstyle-violations ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ checkstyle-violations ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] Oct 01, 2021 5:41:21 PM net.sourceforge.pmd.lang.ast.xpath.Attribute getValue
[1;34mINFOm] WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' in XPath query
[1;34mINFOm] [INFO] Checkstyle: src/main/resources/newlines.txt[3]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/resources/tabs.txt[1]: Line contains a tab character. (FileTabCharacterCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/SomeTest.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/SomeTest.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/SomeTest.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/SomeTest.java[1]: Missing package-info.java file. (JavadocPackageCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/SomeTest.java[3]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/SomeTest.java[5]: Class 'SomeTest' looks like designed for extension (can be subclassed), but the method 'testing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SomeTest' final or making the method 'testing' static/final/abstract/empty, or adding allowed annotation for the method. (DesignForExtensionCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[34]: Missing '@since' tag in class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[45]: Parameters should start on a new line (BracketsStructureCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[48]: Parameters should start on a new line (BracketsStructureCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[51]: Parameters should start on a new line (BracketsStructureCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[55]: Closing bracket should be on a new line (BracketsStructureCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[58]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[58]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[62]: Missing '@since' tag in class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Brackets.java[75]: Redundant 'public' modifier. (RedundantModifierCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[32]: Missing '@since' tag in class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[37]: Missing a Javadoc comment. (JavadocVariableCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[39]: Missing a Javadoc comment. (JavadocVariableCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[41]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[41]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[45]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Constants.java[45]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/IndentationChecks.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/IndentationChecks.java[6]: Missing '@since' tag in class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/IndentationChecks.java[14]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[1]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[1]: Missing package declaration. (PackageDeclarationCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[2]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[2]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/NewLines.java[4]: Lines in file should end with Unix-like end of line (RegexpMultilineCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[2]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[3]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[3]: Class 'Tabs' looks like designed for extension (can be subclassed), but the method 'test' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Tabs' final or making the method 'test' static/final/abstract/empty, or adding allowed annotation for the method. (DesignForExtensionCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[3]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[4]: Line contains a tab character. (FileTabCharacterCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Tabs.java[5]: Indentation (4) must be same or less than previous line (1), or bigger by exactly 4 (CascadeIndentationCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[1]: Line does not match expected header line of '/*'. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[5]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[6]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[6]: Class 'Violations' looks like designed for extension (can be subclassed), but the method 'test' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Violations' final or making the method 'test' static/final/abstract/empty, or adding allowed annotation for the method. (DesignForExtensionCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[6]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[13]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[14]: Parameter txt should be final. (FinalParametersCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[22]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[25]: Parameter ex should be final. (FinalParametersCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[32]: 'METHOD_DEF' should be separated from previous statement. (EmptyLineSeparatorCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[32]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[33]: ArrayList should be initialized with a size parameter (ConditionalRegexpMultilineCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[34]: ArrayList should be initialized with a size parameter (RegexpMultilineCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[3]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[9]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[17]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[23]: 'METHOD_DEF' should be separated from previous statement. (EmptyLineSeparatorCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[23]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[24]: Comments in method body are prohibited (MethodBodyCommentsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Pdd.java[25]: Comments in method body are prohibited (MethodBodyCommentsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[3]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[3]: The name of the outer type and the file do not match. (OuterTypeFilenameCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[4]: Private constant "name" is not used (ConstantUsageCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[4]: Missing a Javadoc comment. (JavadocVariableCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[5]: 'VARIABLE_DEF' should be separated from previous statement. (EmptyLineSeparatorCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[5]: Missing a Javadoc comment. (JavadocVariableCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[6]: 'CTOR_DEF' should be separated from previous statement. (EmptyLineSeparatorCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[6]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Iface.java[6]: Redundant 'public' modifier. (RedundantModifierCheck)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/SomeTest.java[6-6]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/SomeTest.java[5-7]: JUnit 4 tests that execute tests should use the @Test annotation, JUnit 5 tests should use @Test, @RepeatedTest, @TestFactory, @TestTemplate or @ParameterizedTest (JUnit4TestShouldUseTestAnnotation)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Brackets.java[54-54]: Avoid unused local variables such as 'atom'. (UnusedLocalVariable)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Brackets.java[58-58]: Avoid unused method parameters such as 'start'. (UnusedFormalParameter)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Brackets.java[58-58]: Avoid unused method parameters such as 'end'. (UnusedFormalParameter)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Brackets.java[75-75]: Avoid unused constructor parameters such as 'start'. (UnusedFormalParameter)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Brackets.java[75-75]: Avoid unused constructor parameters such as 'list'. (UnusedFormalParameter)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Brackets.java[75-75]: Avoid unused constructor parameters such as 'rest'. (UnusedFormalParameter)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Constants.java[42-42]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Constants.java[46-46]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Constants.java[37-37]: The String literal "test" appears 2 times in this file; the first occurrence is on line 37 (AvoidDuplicateLiterals)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/IndentationChecks.java[15-15]: Avoid instantiating String objects; this is usually unnecessary. (StringInstantiation)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/NewLines.java[1-4]: All classes and interfaces must belong to a named package (NoPackage)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/NewLines.java[2-3]: Document empty method body (UncommentedEmptyMethodBody)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[15-15]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[33-33]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[34-34]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[35-35]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[36-36]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[34-34]: Unnecessary use of fully qualified name 'java.util.ArrayList' due to existing import 'java.util.ArrayList' (UnnecessaryFullyQualifiedName)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[36-36]: Unnecessary use of fully qualified name 'java.util.ArrayList' due to existing import 'java.util.ArrayList' (UnnecessaryFullyQualifiedName)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[14-14]: Local variable 'txt' could be declared final (LocalVariableCouldBeFinal)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Violations.java[7-7]: The String literal "test" appears 2 times in this file; the first occurrence is on line 7 (AvoidDuplicateLiterals)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Pdd.java[18-18]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Pdd.java[26-26]: System.out.println is used (SystemPrintln)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Pdd.java[10-10]: Avoid unnecessary return statements (UnnecessaryReturn)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Iface.java[4-4]: This final field could be made static (FinalFieldCouldBeStatic)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Iface.java[3-9]: Avoid doing field initialization outside constructor. (ConstructorShouldDoInitialization)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Iface.java[4-4]: Avoid unused private fields such as 'name'. (UnusedPrivateField)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Iface.java[5-5]: Avoid unused private fields such as 'iaccount'. (UnusedPrivateField)
[1;34mINFOm] [INFO] PMD: src/main/java/com/qulice/plugin/violations/Iface.java[5-5]: Perhaps 'iaccount' could be replaced by a local variable. (SingularField)
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  13.074 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:41:23Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project checkstyle-violations: Failure: There are 111 violations -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project checkstyle-violations: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: There are 111 violations
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:140)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-violations/verify.groovy
[1;34mINFOm]           checkstyle-violations/pom.xml .................... 1;32mSUCCESSm (14.8 s)
[1;34mINFOm] Building: 1mdependency-not-matches-exclude/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ----------< com.qulice.plugin:dependency-not-matches-exclude >----------
[1;34mINFOm] [INFO] Building dependency-not-matches-exclude 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-entitymanager/5.0.7.Final/hibernate-entitymanager-5.0.7.Final.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/5.0.7.Final/hibernate-entitymanager-5.0.7.Final.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/5.0.7.Final/hibernate-entitymanager-5.0.7.Final.pom (3.0 kB at 8.7 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom (5.9 kB at 217 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/jboss-parent/15/jboss-parent-15.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 927 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-core/5.0.7.Final/hibernate-core-5.0.7.Final.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.0.7.Final/hibernate-core-5.0.7.Final.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.0.7.Final/hibernate-core-5.0.7.Final.pom (3.1 kB at 130 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom (2.2 kB at 100 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (9.5 kB at 238 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom (2.1 kB at 84 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 kB at 500 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 kB at 948 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (1.8 kB at 51 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 kB at 285 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.pom (5.7 kB at 249 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/jboss-parent/12/jboss-parent-12.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/12/jboss-parent-12.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 251 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 116 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.pom (1.9 kB at 56 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-entitymanager/5.0.7.Final/hibernate-entitymanager-5.0.7.Final.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/hibernate-core/5.0.7.Final/hibernate-core-5.0.7.Final.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/5.0.7.Final/hibernate-entitymanager-5.0.7.Final.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.0.7.Final/hibernate-core-5.0.7.Final.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/5.0.7.Final/hibernate-entitymanager-5.0.7.Final.jar (598 kB at 6.4 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar (67 kB at 561 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.jar (188 kB at 873 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.jar (75 kB at 352 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar (16 kB at 51 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar (113 kB at 210 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (714 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.0.7.Final/hibernate-core-5.0.7.Final.jar (5.6 MB at 7.8 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:41:28
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/classes/com/qulice/entity/model/com-qulice-plugin-dependency-not-matches-exclude-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/dependency-not-matches-exclude-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ dependency-not-matches-exclude >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ dependency-not-matches-exclude <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/dependency-not-matches-exclude-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.entity.model...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/com/qulice/entity/model/TestModel.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/com/qulice/entity/model/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/com/qulice/entity/model/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/com/qulice/entity/model/class-use/TestModel.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/com/qulice/entity/model/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/target/dependency-not-matches-exclude-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/src/main/java/com/qulice/entity/hibernate.cfg.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ dependency-not-matches-exclude ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ dependency-not-matches-exclude ---
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [WARNING] Unused declared dependencies found:
[1;34mINFOm]    org.hibernate:hibernate-entitymanager:jar:5.0.7.Final:compile
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  13.878 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:41:38Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project dependency-not-matches-exclude: Failure: 1 dependency problem(s) found -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project dependency-not-matches-exclude: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: 1 dependency problem(s) found
[1;34mINFOm]     at com.qulice.maven.DependenciesValidator.validate (DependenciesValidator.java:100)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:149)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/dependency-not-matches-exclude/verify.groovy
[1;34mINFOm]           dependency-not-matches-exclude/pom.xml ........... 1;32mSUCCESSm (15.5 s)
[1;34mINFOm] Building: 1mdependency-violations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --------------< com.qulice.plugin:dependency-violations >---------------
[1;34mINFOm] [INFO] Building dependency-violations 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 kB at 52 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/12/commons-parent-12.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 kB at 657 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom (9.0 kB at 346 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/15/commons-parent-15.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom (32 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (279 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar (160 kB at 1.5 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependency-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dependency-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ dependency-violations ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/dependency-violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:41:43
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ dependency-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dependency-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dependency-violations ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ dependency-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dependency-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ dependency-violations ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ dependency-violations ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/classes/com/qulice/foo/com-qulice-plugin-dependency-violations-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dependency-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/dependency-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ dependency-violations >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dependency-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ dependency-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ dependency-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ dependency-violations <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ dependency-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/dependency-violations-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ dependency-violations ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.foo...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/com/qulice/foo/Sample.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/com/qulice/foo/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/com/qulice/foo/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/com/qulice/foo/class-use/Sample.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/com/qulice/foo/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/target/dependency-violations-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ dependency-violations ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ dependency-violations ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ dependency-violations ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [WARNING] Unused declared dependencies found:
[1;34mINFOm]    commons-lang:commons-lang:jar:2.5:compile
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  12.760 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:41:53Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project dependency-violations: Failure: 1 dependency problem(s) found -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project dependency-violations: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: 1 dependency problem(s) found
[1;34mINFOm]     at com.qulice.maven.DependenciesValidator.validate (DependenciesValidator.java:100)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:149)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations/verify.groovy
[1;34mINFOm]           dependency-violations/pom.xml .................... 1;32mSUCCESSm (14.4 s)
[1;34mINFOm] Building: 1mdependency-violations-exclude/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ----------< com.qulice.plugin:dependency-violations-exclude >-----------
[1;34mINFOm] [INFO] Building dependency-violations-exclude 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/19.0/guava-19.0.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 20 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 329 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 9.0 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:41:57
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/classes/com/qulice/foo/com-qulice-plugin-dependency-violations-exclude-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/dependency-violations-exclude-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ dependency-violations-exclude >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ dependency-violations-exclude <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/dependency-violations-exclude-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.foo...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/com/qulice/foo/Sample.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/com/qulice/foo/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/com/qulice/foo/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/com/qulice/foo/class-use/Sample.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/com/qulice/foo/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/target/dependency-violations-exclude-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ dependency-violations-exclude ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ dependency-violations-exclude ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ dependency-violations-exclude ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [INFO] No dependency problems found
[1;34mINFOm] [INFO] Qulice quality check completed in 3s
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD SUCCESS
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  13.080 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:42:07Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/dependency-violations-exclude/verify.groovy
[1;34mINFOm]           dependency-violations-exclude/pom.xml ............ 1;32mSUCCESSm (14.8 s)
[1;34mINFOm] Building: 1mcheckstyle-newlines/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [WARNING] The project com.qulice.plugin:checkstyle-newlines:jar:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ---------------< com.qulice.plugin:checkstyle-newlines >----------------
[1;34mINFOm] [INFO] Building checkstyle-newlines 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ checkstyle-newlines ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ checkstyle-newlines ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:42:11
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ checkstyle-newlines ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] Copying 1 resource
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 1 source file to /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 43 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/classes/com/qulice/plugin/violations/com-qulice-plugin-checkstyle-newlines-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/checkstyle-newlines-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ checkstyle-newlines >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ checkstyle-newlines ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ checkstyle-newlines ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ checkstyle-newlines ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ checkstyle-newlines <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/checkstyle-newlines-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.plugin.violations...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/com/qulice/plugin/violations/Violations.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/com/qulice/plugin/violations/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/com/qulice/plugin/violations/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/com/qulice/plugin/violations/class-use/Violations.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/com/qulice/plugin/violations/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/target/checkstyle-newlines-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ checkstyle-newlines ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ checkstyle-newlines ---
[1;34mINFOm] [INFO] Checkstyle: src/main/resources/tabs.txt[1]: Line contains a tab character. (FileTabCharacterCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[0]: Cant find method comment (MultilineJavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[0]: Problem finding class/interface comment (JavadocTagsCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[1]: Missing a header - not enough lines in file. (HeaderCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[1]: Missing package-info.java file. (JavadocPackageCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[2]: Missing a Javadoc comment. (JavadocTypeCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[3]: This method must be static, because it does not refer to "this" (NonStaticMethodCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[3]: Class 'Violations' looks like designed for extension (can be subclassed), but the method 'test' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Violations' final or making the method 'test' static/final/abstract/empty, or adding allowed annotation for the method. (DesignForExtensionCheck)
[1;34mINFOm] [INFO] Checkstyle: src/main/java/com/qulice/plugin/violations/Violations.java[3]: Missing a Javadoc comment. (JavadocMethodCheck)
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  10.615 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:42:20Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project checkstyle-newlines: Failure: There are 9 violations -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project checkstyle-newlines: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: com.qulice.spi.ValidationException: There are 9 violations
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:140)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/checkstyle-newlines/verify.groovy
[1;34mINFOm]           checkstyle-newlines/pom.xml ...................... 1;32mSUCCESSm (12.3 s)
[1;34mINFOm] Building: 1mrelocation/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [WARNING] The project com.qulice.plugin:relocation:pom:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --------------------< com.qulice.plugin:relocation >--------------------
[1;34mINFOm] [INFO] Building relocation 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ pom ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 4.7 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom (1.1 kB at 50 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.pom (715 B at 31 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/activation/activation/1.1/activation-1.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 48 kB/s)
[1;34mINFOm] [WARNING] The artifact javax.xml:jaxb-api:jar:2.0 has been relocated to javax.xml.bind:jaxb-api:jar:2.0
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.0/jaxb-api-2.0.jar (73 kB at 710 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 594 kB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ relocation ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/relocation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/relocation
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:42:24
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ relocation >>>
[1;34mINFOm] [WARNING] The artifact javax.xml:jaxb-api:jar:2.0 has been relocated to javax.xml.bind:jaxb-api:jar:2.0
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ relocation <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ relocation ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ relocation ---
[1;34mINFOm] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ relocation ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/relocation/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ relocation ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ relocation ---
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [INFO] No dependency analysis in this project
[1;34mINFOm] [INFO] Qulice quality check completed in 313ms
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD SUCCESS
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  5.370 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:42:27Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/relocation/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/relocation/verify.groovy
[1;34mINFOm]           relocation/pom.xml ............................... 1;32mSUCCESSm (7.0 s)
[1;34mINFOm] Building: 1mhibernate-validator-check/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ------------< com.qulice.plugin:hibernate-validator-check >-------------
[1;34mINFOm] [INFO] Building hibernate-validator-check 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ hibernate-validator-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ hibernate-validator-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:42:30
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ hibernate-validator-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 43 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/classes/com/qulice/foo/com-qulice-plugin-hibernate-validator-check-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/hibernate-validator-check-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ hibernate-validator-check >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ hibernate-validator-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ hibernate-validator-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ hibernate-validator-check ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ hibernate-validator-check <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/hibernate-validator-check-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.foo...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/com/qulice/foo/Sample.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/com/qulice/foo/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/com/qulice/foo/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/com/qulice/foo/class-use/Sample.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/com/qulice/foo/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/target/hibernate-validator-check-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ hibernate-validator-check ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ hibernate-validator-check ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ hibernate-validator-check ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [INFO] No dependency problems found
[1;34mINFOm] [INFO] Qulice quality check completed in 2s
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD SUCCESS
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  10.928 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:42:39Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/hibernate-validator-check/verify.groovy
[1;34mINFOm]           hibernate-validator-check/pom.xml ................ 1;32mSUCCESSm (12.5 s)
[1;34mINFOm] Building: 1mmulti-module/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 3 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 2 modules.
[1;34mINFOm] [WARNING] The project com.qulice.plugin:mod:pom:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Reactor Build Order:
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] mod-tk                                                             [jar]
[1;34mINFOm] [INFO] mod                                                                [pom]
[1;34mINFOm] [INFO] mod-alpha                                                          [jar]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ----------------------< com.qulice.plugin:mod-tk >----------------------
[1;34mINFOm] [INFO] Building mod-tk 1.0-SNAPSHOT                                       [1/3]
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 13 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 466 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 912 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 406 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 460 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 464 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 450 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 476 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 600 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[1;34mINFOm] [INFO] Downloaded from central: https://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 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 265 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.4 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mod-tk ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 485 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 4.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 585 kB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mod-tk ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 132 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 111 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 152 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 954 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 99 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 125 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 92 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 83 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 93 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 353 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 101 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 76 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 80 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: 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 212 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 95 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 106 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 63 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 289 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 8.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 44 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 168 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 177 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 252 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 49 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 150 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.2 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 384 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 435 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 332 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 110 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 554 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 229 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 122 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 50 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 290 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 356 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 615 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 70 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 543 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 260 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 40 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 347 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.2 MB/s)
[1;34mINFOm] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[1;34mINFOm] [INFO] Copying 1 resource
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mod-tk ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 3.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 2.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 180 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 48 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 201 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 38 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 45 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 69 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 374 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 40 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 2.3 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 1.9 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 2.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 23 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (0 B at 0 B/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 892 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 157 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 645 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 327 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 795 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 3.3 MB/s)
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mod-tk ---
[1;34mINFOm] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mod-tk ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mod-tk ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 144 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 125 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 276 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 77 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 736 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 1.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 738 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 183 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 796 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 185 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 467 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 984 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: 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 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 937 kB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 603 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 169 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://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 255 kB/s)
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mod-tk ---
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 227 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 148 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 96 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 2.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 9.9 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 757 kB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 87 kB/s)
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/target/mod-tk-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] -----------------------< com.qulice.plugin:mod >------------------------
[1;34mINFOm] [INFO] Building mod 1.0-SNAPSHOT                                          [2/3]
[1;34mINFOm] [INFO] --------------------------------[ pom ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ mod ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/multi-module' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/multi-module
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:42:46
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ mod >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ mod <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ mod ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ mod ---
[1;34mINFOm] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ mod ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-tk/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/multi-module/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ mod ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ mod ---
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [INFO] No dependency analysis in this project
[1;34mINFOm] [INFO] Qulice quality check completed in 395ms
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --------------------< com.qulice.plugin:mod-alpha >---------------------
[1;34mINFOm] [INFO] Building mod-alpha 1.0-SNAPSHOT                                    [3/3]
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom (650 B at 30 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom (3.2 kB at 152 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 584 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom (3.2 kB at 160 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom (3.2 kB at 1.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom (2.5 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom (12 kB at 12 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom (43 kB at 22 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom (11 kB at 5.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis/3.2/objenesis-3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 6.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 2.6 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 477 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 41 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar (97 kB at 8.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis/3.2/objenesis-3.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 6.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar (174 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar (252 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar (682 kB at 40 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar (3.6 MB at 69 MB/s)
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar (209 kB at 4.1 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar (154 kB at 2.5 MB/s)
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar (307 kB at 2.5 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ mod-alpha ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mod-alpha ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 2 source files to /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ mod-alpha ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mod-alpha ---
[1;34mINFOm] [INFO] Changes detected - recompiling the module!
[1;34mINFOm] [INFO] Compiling 1 source file to /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/test-classes
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ mod-alpha ---
[1;34mINFOm] [INFO] Surefire report directory: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/surefire-reports
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.jar (23 kB at 7.8 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.pom (6.7 kB at 3.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/3.0.0-M5/surefire-providers-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/3.0.0-M5/surefire-providers-3.0.0-M5.pom (2.5 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.pom (2.6 kB at 1.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 1.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 1.7 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 1.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 1.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 10 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 18 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 3.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 1.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 8.3 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/powermock/powermock-reflect/2.0.5/powermock-reflect-2.0.5.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/powermock/powermock-reflect/2.0.5/powermock-reflect-2.0.5.pom (7.2 kB at 3.6 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom (10 kB at 5.1 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom (15 kB at 15 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/junit/junit/4.13/junit-4.13.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/junit/junit/4.13/junit-4.13.pom (25 kB at 25 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 410 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/easytesting/fest/1.0.8/fest-1.0.8.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 6.0 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 780 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 2.2 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar (16 kB at 5.2 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 19 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 13 MB/s)
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 20 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 2.4 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar (122 kB at 30 MB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom
[1;34mINFOm] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom (3.0 kB at 1.5 MB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] -------------------------------------------------------
[1;34mINFOm] [INFO]  T E S T S
[1;34mINFOm] [INFO] -------------------------------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] Results:
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ mod-alpha ---
[1;34mINFOm] [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] [INFO] Versionalizing /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/classes directory
[1;34mINFOm] [0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] [ERROR] JSR-303 validator thrown during initialization: java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
[1;34mINFOm]    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
[1;34mINFOm]    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
[1;34mINFOm]    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
[1;34mINFOm]    at java.base/java.security.AccessController.doPrivileged(Native Method)
[1;34mINFOm]    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:110)
[1;34mINFOm]    at org.hibernate.validator.internal.engine.ConfigurationImpl.<init>(ConfigurationImpl.java:86)
[1;34mINFOm]    at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)
[1;34mINFOm]    at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)
[1;34mINFOm]    at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.build(MethodValidator.java:323)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<init>(MethodValidator.java:81)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.ajc$postClinit(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodValidator.<clinit>(MethodValidator.java:1)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.versionalize(VersionalizeMojo.java:157)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody0(VersionalizeMojo.java:111)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure1.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:208)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute_aroundBody2(VersionalizeMojo.java:98)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo$AjcClosure3.run(VersionalizeMojo.java:1)
[1;34mINFOm]    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
[1;34mINFOm]    at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
[1;34mINFOm]    at com.jcabi.maven.plugin.VersionalizeMojo.execute(VersionalizeMojo.java:98)
[1;34mINFOm]    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[1;34mINFOm]    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[1;34mINFOm]    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[1;34mINFOm]    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1;34mINFOm]    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[1;34mINFOm]    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
[1;34mINFOm]    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[1;34mINFOm]    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[1;34mINFOm]    ... 56 more
[1;34mINFOm]
[1;34mINFOm] [INFO] File /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/classes/com/qulice/plugin/alpha/com-qulice-plugin-mod-alpha-jar.txt added
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ mod-alpha ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/mod-alpha-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ mod-alpha >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ mod-alpha ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ mod-alpha <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ mod-alpha ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/mod-alpha-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ mod-alpha ---
[1;34mINFOm] [INFO] No previous run data found, generating javadoc.
[1;34mINFOm] [INFO]
[1;34mINFOm] Loading source files for package com.qulice.plugin.alpha...
[1;34mINFOm] Constructing Javadoc information...
[1;34mINFOm] Standard Doclet version 11.0.11
[1;34mINFOm] Building tree for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/com/qulice/plugin/alpha/Main.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/com/qulice/plugin/alpha/package-summary.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/com/qulice/plugin/alpha/package-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/constant-values.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/com/qulice/plugin/alpha/class-use/Main.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/com/qulice/plugin/alpha/package-use.html...
[1;34mINFOm] Building index for all the packages and classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/overview-tree.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/index-all.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/allclasses-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/allpackages-index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/deprecated-list.html...
[1;34mINFOm] Building index for all classes...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/allclasses.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/index.html...
[1;34mINFOm] Generating /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/apidocs/help-doc.html...
[1;34mINFOm] Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[1;34mINFOm] Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/target/mod-alpha-1.0-SNAPSHOT-javadoc.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-antrun-plugin:1.8:run (default) @ mod-alpha ---
[1;34mINFOm] [INFO] Executing tasks
[1;34mINFOm]
[1;34mINFOm] main:
[1;34mINFOm]      [exec] /home/r/repo/qulice-maven-plugin/target/it/multi-module/mod-alpha/pom.xml looks good
[1;34mINFOm] [INFO] Executed tasks
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ mod-alpha ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ mod-alpha ---
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.2
[1;34mINFOm] ANTLR Runtime version 4.7.1 used for parser compilation does not match the current runtime version 4.9.2
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [INFO] Checking runtime classpath
[1;34mINFOm] [INFO] This is not an SVN project
[1;34mINFOm] [INFO] No dependency analysis in this project
[1;34mINFOm] [INFO] Qulice quality check completed in 3s
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Reactor Summary for mod 1.0-SNAPSHOT:
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] mod-tk ............................................. SUCCESS [  3.487 s]
[1;34mINFOm] [INFO] mod ................................................ SUCCESS [  3.168 s]
[1;34mINFOm] [INFO] mod-alpha .......................................... SUCCESS [  8.736 s]
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD SUCCESS
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  16.494 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:42:57Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/multi-module/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/multi-module/verify.groovy
[1;34mINFOm]           multi-module/pom.xml ............................. 1;32mSUCCESSm (18.1 s)
[1;34mINFOm] Building: 1mpom-xpath-validator-violations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] ----------< com.qulice.plugin:pom-xpath-validator-violations >----------
[1;34mINFOm] [INFO] Building pom-xpath-validator-violations 1.0
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:43:01
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ pom-xpath-validator-violations ---
[1;34mINFOm] [WARNING] JAR will be empty - no content was marked for inclusion!
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/target/pom-xpath-validator-violations-1.0.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ pom-xpath-validator-violations >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ pom-xpath-validator-violations <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/target/pom-xpath-validator-violations-1.0-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ pom-xpath-validator-violations ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ pom-xpath-validator-violations ---
[1;34mINFOm] [INFO] Read our quality policy: http://www.qulice.com/quality.html
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  5.739 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:43:05Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0: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]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project pom-xpath-validator-violations: Failure
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoFailureException: Failure
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:85)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] 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()]
[1;34mINFOm]     at com.qulice.maven.PomXpathValidator.validate (PomXpathValidator.java:71)
[1;34mINFOm]     at com.qulice.maven.PomXpathValidator.validate (PomXpathValidator.java:58)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:149)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/pom-xpath-validator-violations/verify.groovy
[1;34mINFOm]           pom-xpath-validator-violations/pom.xml ........... 1;32mSUCCESSm (7.5 s)
[1;34mINFOm] Building: 1mduplicate-finder-violations/pom.xmlm
[1;34mINFOm] WARNING: An illegal reflective access operation has occurred
[1;34mINFOm] WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
[1;34mINFOm] WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
[1;34mINFOm] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[1;34mINFOm] WARNING: All illegal access operations will be denied in a future release
[1;34mINFOm] [INFO] Error stacktraces are turned on.
[1;34mINFOm] [INFO] Scanning for projects...
[1;34mINFOm] [INFO] Inspecting build with total of 1 modules...
[1;34mINFOm] [INFO] Not installing Nexus Staging features:
[1;34mINFOm] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] -----------< com.qulice.plugin:duplicate-finder-violations >------------
[1;34mINFOm] [INFO] Building duplicate-finder-violations 1.0-SNAPSHOT
[1;34mINFOm] [INFO] --------------------------------[ jar ]---------------------------------
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom (3.2 kB at 9.6 kB/s)
[1;34mINFOm] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[1;34mINFOm] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar
[1;34mINFOm] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar (10 kB at 366 kB/s)
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] [INFO] Executing: /bin/sh -c cd '/home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] [INFO] Working directory: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations
[1;34mINFOm] [INFO] Storing buildNumber: 315cf57 at timestamp: 2021-10-01T17:43:09
[1;34mINFOm] [INFO] Storing buildScmBranch: __rultor
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/src/main/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] [INFO] skip non existing resourceDirectory /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/src/test/resources
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] No sources to compile
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] No tests to run.
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ duplicate-finder-violations ---
[1;34mINFOm] [WARNING] JAR will be empty - no content was marked for inclusion!
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/target/duplicate-finder-violations-1.0-SNAPSHOT.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ duplicate-finder-violations >>>
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ duplicate-finder-violations <<<
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] Building jar: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/target/duplicate-finder-violations-1.0-SNAPSHOT-sources.jar
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-javadoc-plugin:3.3.1:jar (jcabi-javadoc) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ duplicate-finder-violations ---
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] [INFO]
[1;34mINFOm] [INFO] --- qulice-maven-plugin:0.19.0:check (default) @ duplicate-finder-violations ---
[1;34mINFOm] [INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce...
[1;34mINFOm] [INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] [INFO] Checking compile classpath
[1;34mINFOm] [WARNING] Found duplicate and different classes in [org.apache.xmlgraphics:batik-ext:1.7,xml-apis:xml-apis:1.4.01] :
[1;34mINFOm] [WARNING]   org.w3c.dom.ElementTraversal
[1;34mINFOm] [WARNING]   org.w3c.dom.events.DocumentEvent
[1;34mINFOm] [WARNING]   org.w3c.dom.events.Event
[1;34mINFOm] [WARNING]   org.w3c.dom.events.EventException
[1;34mINFOm] [WARNING]   org.w3c.dom.events.EventListener
[1;34mINFOm] [WARNING]   org.w3c.dom.events.EventTarget
[1;34mINFOm] [WARNING]   org.w3c.dom.events.MouseEvent
[1;34mINFOm] [WARNING]   org.w3c.dom.events.MutationEvent
[1;34mINFOm] [WARNING]   org.w3c.dom.events.UIEvent
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] BUILD FAILURE
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [INFO] Total time:  6.520 s
[1;34mINFOm] [INFO] Finished at: 2021-10-01T17:43:13Z
[1;34mINFOm] [INFO] ------------------------------------------------------------------------
[1;34mINFOm] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project duplicate-finder-violations: Execution default of goal com.qulice:qulice-maven-plugin:0.19.0:check failed: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources -> [Help 1]
[1;34mINFOm] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:0.19.0:check (default) on project duplicate-finder-violations: Execution default of goal com.qulice:qulice-maven-plugin:0.19.0:check failed: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.qulice:qulice-maven-plugin:0.19.0:check failed: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: java.lang.IllegalArgumentException: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[1;34mINFOm]     at com.qulice.maven.MojoExecutor.execute (MojoExecutor.java:135)
[1;34mINFOm]     at com.qulice.maven.DuplicateFinderValidator.validate (DuplicateFinderValidator.java:89)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:149)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] Caused by: org.apache.maven.plugin.MojoExecutionException: Found duplicate classes/resources
[1;34mINFOm]     at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.checkClasspath (DuplicateFinderMojo.java:250)
[1;34mINFOm]     at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.checkCompileClasspath (DuplicateFinderMojo.java:201)
[1;34mINFOm]     at com.ning.maven.plugins.duplicatefinder.DuplicateFinderMojo.execute (DuplicateFinderMojo.java:178)
[1;34mINFOm]     at com.qulice.maven.MojoExecutor.execute (MojoExecutor.java:133)
[1;34mINFOm]     at com.qulice.maven.DuplicateFinderValidator.validate (DuplicateFinderValidator.java:89)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.run (CheckMojo.java:149)
[1;34mINFOm]     at com.qulice.maven.CheckMojo.doExecute (CheckMojo.java:79)
[1;34mINFOm]     at com.qulice.maven.AbstractQuliceMojo.execute (AbstractQuliceMojo.java:170)
[1;34mINFOm]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[1;34mINFOm]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[1;34mINFOm]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
[1;34mINFOm]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[1;34mINFOm]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[1;34mINFOm]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[1;34mINFOm]     at java.lang.reflect.Method.invoke (Method.java:566)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[1;34mINFOm]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[1;34mINFOm] [ERROR]
[1;34mINFOm] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[1;34mINFOm] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[1;34mINFOm] run post-build script verify.groovy
[1;34mINFOm] Running post-build script: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/verify.groovy
[1;34mINFOm] Finished post-build script: /home/r/repo/qulice-maven-plugin/target/it/duplicate-finder-violations/verify.groovy
[1;34mINFOm]           duplicate-finder-violations/pom.xml .............. 1;32mSUCCESSm (8.2 s)
[1;34mINFOm] 1m-------------------------------------------------m
[1;34mINFOm] Build Summary:
[1;34mINFOm]   Passed: 14, Failed: 0, Errors: 0, Skipped: 0
[1;34mINFOm] 1m-------------------------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/qulice-maven-plugin/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/checkstyle-locale/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/checkstyle-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-not-matches-exclude/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-not-matches-exclude/src/main/java/com/qulice/entity/hibernate.cfg.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-violations-exclude/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/dependency-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/duplicate-finder-ignore-deps/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/duplicate-finder-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/log-check/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/multi-module/mod-alpha/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/multi-module/mod-tk/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/multi-module/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/pmd-duplicate-string-literals-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/pmd-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/pom-xpath-validator-violations/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/relocation/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/settings.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/it/snapshots/pom.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/site/site.xml looks good
     [exec] /home/r/repo/qulice-maven-plugin/src/test/resources/com/qulice/maven/PomXpathValidator/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice-maven-plugin0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-sources.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-maven-plugin/target/qulice-maven-plugin-0.19.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar.asc
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-maven-plugin0;1m ---m
[1;34mINFOm] Execution skipped to the last project...
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36mcom.qulice:qulice-spotbugs0;1m >---------------------m
[1;34mINFOm] 1mBuilding qulice-spotbugs 0.19.0                                    [7/7]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.1.0:cleanm 1m(default-clean)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:resourcesm 1m(default-resources)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-spotbugs/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 2 source files to /home/r/repo/qulice-spotbugs/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.2.0:testResourcesm 1m(default-testResources)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered properties files.
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/qulice-spotbugs/src/test/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/qulice-spotbugs/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M5:testm 1m(default-test)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Surefire report directory: /home/r/repo/qulice-spotbugs/target/surefire-reports
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/qulice-spotbugs/target/classes directory
[1;34mINFOm] File /home/r/repo/qulice-spotbugs/target/classes/com/qulice/spotbugs/com-qulice-qulice-spotbugs-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.2.0:jarm 1m(default-jar)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mqulice-spotbugs0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.3.1:enforcem 1m(enforce-maven-3)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mqulice-spotbugs0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.2.1:jarm 1m(jcabi-sources)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:3.3.1:jarm 1m(jcabi-javadoc)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] No previous run data found, generating javadoc.
[1;34mINFOm]
Loading source files for package com.qulice.spotbugs...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/com/qulice/spotbugs/SpotBugsValidator.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/com/qulice/spotbugs/package-summary.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/com/qulice/spotbugs/package-tree.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/constant-values.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/com/qulice/spotbugs/class-use/SpotBugsValidator.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/com/qulice/spotbugs/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/overview-tree.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/allclasses-index.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/allpackages-index.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/allclasses.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/index.html...
Generating /home/r/repo/qulice-spotbugs/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[1;34mINFOm] Building jar: /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Executing tasks

main:
     [exec] /home/r/repo/qulice-spotbugs/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mqulice-spotbugs0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.0-M1:installm 1m(default-install)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.jar to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/pom.xml to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-sources.jar to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-javadoc.jar to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.pom.asc to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-sources.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-javadoc.jar.asc to /home/r/.m2/repository/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:3.0.0-M1:deploym 1m(default-deploy)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "e8450f211bd74" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/pom.xml to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-sources.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0.pom.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/qulice-spotbugs/target/qulice-spotbugs-0.19.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/e8450f211bd74/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar.asc
[1;34mINFOm] Performing remote staging...
[1;34mINFOm]
[1;34mINFOm]  * Remote staging into staging profile ID "e8450f211bd74"
[1;34mINFOm]  * Created staging repository with ID "comqulice-1073".
[1;34mINFOm]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073
[1;34mINFOm]  * Uploading locally staged artifacts to profile com.qulice
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom.asc (488 B at 879 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/maven-metadata.xml (302 B at 325 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom.asc (488 B at 2.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/maven-metadata.xml (311 B at 338 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom.asc (488 B at 2.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/maven-metadata.xml (302 B at 324 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar (557 kB at 506 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/maven-metadata.xml (309 B at 346 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar.asc (488 B at 2.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/maven-metadata.xml (307 B at 334 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.jar (3.8 kB at 6.1 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom (3.5 kB at 5.6 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar (71 kB at 92 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar (8.7 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/maven-metadata.xml (302 B at 323 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0.pom.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-javadoc.jar (400 kB at 404 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-javadoc.jar (406 kB at 590 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar (436 kB at 661 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar.asc (488 B at 2.4 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar (5.0 kB at 8.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar (19 kB at 30 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar (12 kB at 18 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-javadoc.jar (425 kB at 644 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spotbugs/0.19.0/qulice-spotbugs-0.19.0-sources.jar.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-sources.jar.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.jar (18 kB at 29 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0.pom (4.7 kB at 7.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/0.19.0/qulice-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/0.19.0/qulice-0.19.0.pom.asc (488 B at 2.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/maven-metadata.xml (298 B at 325 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0-javadoc.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar (9.5 kB at 15 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom (6.1 kB at 9.4 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-javadoc.jar (448 kB at 445 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.pom.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-pmd/0.19.0/qulice-pmd-0.19.0-sources.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-sources.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/0.19.0/qulice-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice/0.19.0/qulice-0.19.0.pom (7.7 kB at 12 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0-sources.jar (37 kB at 63 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.jar (9.6 kB at 15 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-spi/0.19.0/qulice-spi-0.19.0.pom (2.8 kB at 4.4 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0.jar.asc (488 B at 2.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-ant/0.19.0/qulice-ant-0.19.0-sources.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.jar (61 kB at 92 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0.pom (5.2 kB at 8.8 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-checkstyle/0.19.0/qulice-checkstyle-0.19.0-javadoc.jar.asc (488 B at 2.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.jar (46 kB at 77 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/qulice-maven-plugin/0.19.0/qulice-maven-plugin-0.19.0.pom (12 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comqulice-1073/com/qulice/maven-metadata.xml (234 B at 262 B/s)
[1;34mINFOm]  * Upload of locally staged artifacts finished.
[1;34mINFOm]  * Closing staging repository with ID "comqulice-1073".

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

[1;34mINFOm] Remote staged 1 repositories, finished with success.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:releasem 1m(jcabi-deploy-to-sonatype)m @ 36mqulice-spotbugs0;1m ---m
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[1;34mINFOm] Releasing staging repository with IDs=[comqulice-1073]

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

[1;34mINFOm] Released
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for qulice 0.19.0:m
[1;34mINFOm]
[1;34mINFOm] qulice ............................................. 1;32mSUCCESSm [01:36 min]
[1;34mINFOm] qulice-spi ......................................... 1;32mSUCCESSm [ 43.155 s]
[1;34mINFOm] qulice-checkstyle .................................. 1;32mSUCCESSm [ 16.662 s]
[1;34mINFOm] qulice-pmd ......................................... 1;32mSUCCESSm [ 14.469 s]
[1;34mINFOm] qulice-ant ......................................... 1;32mSUCCESSm [ 47.707 s]
[1;34mINFOm] qulice-maven-plugin ................................ 1;32mSUCCESSm [03:25 min]
[1;34mINFOm] qulice-spotbugs .................................... 1;32mSUCCESSm [01:55 min]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  09:34 min
[1;34mINFOm] Finished at: 2021-10-01T17:45:11Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.19.0 -m '0.19.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 315cf57 0.19.0
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 315cf57).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/qulice.git
 * [new tag]         0.19.0 -> 0.19.0
container cfee603eb49432a45e3f51fd40de662eab7535736ff573c1fba9c8449b57f65a is dead
Fri Oct  1 19:46:16 CEST 2021