+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 8853 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Tue Nov 29 20:21:33 UTC 2016 + uptime 20:21:33 up 11 days, 2:36, 0 users, load average: 3.86, 4.27, 5.60 + head=git@github.com:velo/maven-formatter-plugin.git + head_branch=master + tag=1.8.1 + vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:velo/maven-formatter-plugin.git' '--env=head_branch=master' '--env=tag=1.8.1') + image=velo/rultor8 + directory= + scripts=('mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q --settings ../settings.xml -Dgpg.homedir=/home/r' ';' 'mvn org.eclipse.tycho:tycho-versions-plugin:0.24.0:set-version "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn deploy -B -T10 -Prelease --settings ../settings.xml -Dgpg.homedir=/home/r' ';') + squash=false + ff=default + rebase=false + container=velo_maven-formatter-plugin_18 + as_root=false + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:velo/maven-formatter-plugin.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q --settings ../settings.xml -Dgpg.homedir=/home/r' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q --settings ../settings.xml -Dgpg.homedir=/home/r' ';' 'mvn org.eclipse.tycho:tycho-versions-plugin:0.24.0:set-version "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn deploy -B -T10 -Prelease --settings ../settings.xml -Dgpg.homedir=/home/r' ';' + rm -rf .gpg + '[' -z 1.8.1 ']' + [[ 1.8.1 =~ ^[a-zA-Z0-9\\.\\-]+$ ]] + echo 'tag name is valid: "1.8.1"' tag name is valid: "1.8.1" + cd repo ++ git tag -l 1.8.1 + '[' ']' + export BRANCH_NAME=__rultor + BRANCH_NAME=__rultor ++ wc -l ++ git show-branch __rultor + '[' 0 -gt 0 ']' + git checkout -b __rultor Switched to a new branch '__rultor' + docker_when_possible + true ++ sed 's/ /\n/g' ++ uptime ++ tail -n 1 + load=5.60 ++ bc ++ echo 5.60 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 5.60, low enough to run a new Docker container' load average is 5.60, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=velo/rultor8 + docker pull velo/rultor8 Using default tag: latest Trying to pull repository docker.io/velo/rultor8 ... latest: Pulling from velo/rultor8 d1c47719a06a: Pulling fs layer 06c1f852bdfd: Pulling fs layer 02fd6da55472: Pulling fs layer c39c0951dd68: Pulling fs layer ac91b666a6d3: Pulling fs layer 06c1f852bdfd: Verifying Checksum 06c1f852bdfd: Download complete d1c47719a06a: Verifying Checksum d1c47719a06a: Download complete ac91b666a6d3: Verifying Checksum ac91b666a6d3: Download complete 02fd6da55472: Verifying Checksum 02fd6da55472: Download complete d1c47719a06a: Pull complete 06c1f852bdfd: Pull complete 02fd6da55472: Pull complete c39c0951dd68: Verifying Checksum c39c0951dd68: Download complete c39c0951dd68: Pull complete ac91b666a6d3: Pull complete Digest: sha256:9522d86e36ac990c48717a34f9df37537d3c7401598501facc005f37cad88d11 Status: Downloaded newer image for docker.io/velo/rultor8:latest + grep --quiet '\svelo_maven-formatter-plugin_18\s*$' + docker ps --filter=status=exited + ls -al . total 52 drwx--x--x 3 rultor rultor 152 Nov 29 20:21 . drwxrwxrwt. 9 root root 4096 Nov 29 20:21 .. -rw-rw-r-- 1 rultor rultor 444 Nov 29 20:21 end.sh -rwxrwxr-x 1 rultor rultor 326 Nov 29 20:21 entry.sh -rw-rw-r-- 1 rultor rultor 5 Nov 29 20:21 pid -rw-rw-r-- 1 rultor rultor 2289 Nov 29 20:21 pubring.gpg drwxrwxr-x 8 rultor rultor 4096 Nov 29 20:21 repo -rwxrwxr-x 1 rultor rultor 4446 Nov 29 20:21 run.sh -rw-rw-r-- 1 rultor rultor 393 Nov 29 20:21 script.sh -rw-rw-r-- 1 rultor rultor 4963 Nov 29 20:21 secring.gpg -rw-rw-r-- 1 rultor rultor 511 Nov 29 20:21 settings.xml -rw-rw-r-- 1 rultor rultor 3458 Nov 29 20:21 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-tXdv:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:velo/maven-formatter-plugin.git --env=head_branch=master --env=tag=1.8.1 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-tXdv/cid -w=/main --name=velo_maven-formatter-plugin_18 velo/rultor8 /main/entry.sh Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning. + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/.texmf-var /root/tmp /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 -m r -c /home/r/script.sh + set -e + set -o pipefail + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q --settings ../settings.xml -Dgpg.homedir=/home/r OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 + mvn org.eclipse.tycho:tycho-versions-plugin:0.24.0:set-version -DnewVersion=1.8.1 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/io/takari/tycho/tycho-support/1.1.0/tycho-support-1.1.0.pom Downloaded: http://repo.maven.apache.org/maven2/io/takari/tycho/tycho-support/1.1.0/tycho-support-1.1.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/io/takari/takari/14/takari-14.pom Downloaded: http://repo.maven.apache.org/maven2/io/takari/takari/14/takari-14.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.24.0/tycho-maven-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.24.0/tycho-maven-plugin-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/0.24.0/tycho-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/0.24.0/tycho-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.24.0/tycho-core-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.24.0/tycho-core-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.100.v20150402-1551/org.eclipse.osgi.compatibility.state-1.0.100.v20150402-1551.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.100.v20150402-1551/org.eclipse.osgi.compatibility.state-1.0.100.v20150402-1551.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.24.0/sisu-equinox-embedder-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.24.0/sisu-equinox-embedder-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/0.24.0/sisu-equinox-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/0.24.0/sisu-equinox-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.101.v20150820-1432/org.eclipse.osgi-3.10.101.v20150820-1432.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.101.v20150820-1432/org.eclipse.osgi-3.10.101.v20150820-1432.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.24.0/sisu-equinox-api-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.24.0/sisu-equinox-api-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.24.0/tycho-metadata-model-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.24.0/tycho-metadata-model-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.24.0/tycho-embedder-api-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.24.0/tycho-embedder-api-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.24.0/org.eclipse.tycho.embedder.shared-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.24.0/org.eclipse.tycho.embedder.shared-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/0.24.0/tycho-bundles-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/0.24.0/tycho-bundles-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.24.0/org.eclipse.tycho.core.shared-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.24.0/org.eclipse.tycho.core.shared-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.24.0/tycho-p2-facade-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.24.0/tycho-p2-facade-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/0.24.0/tycho-p2-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/0.24.0/tycho-p2-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.24.0/org.eclipse.tycho.p2.resolver.shared-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.24.0/org.eclipse.tycho.p2.resolver.shared-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.24.0/org.eclipse.tycho.p2.tools.shared-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.24.0/org.eclipse.tycho.p2.tools.shared-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.24.0/tycho-maven-plugin-0.24.0.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.24.0/tycho-core-0.24.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.24.0/tycho-maven-plugin-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.24.0/tycho-core-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.100.v20150402-1551/org.eclipse.osgi.compatibility.state-1.0.100.v20150402-1551.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.24.0/sisu-equinox-embedder-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.101.v20150820-1432/org.eclipse.osgi-3.10.101.v20150820-1432.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.24.0/sisu-equinox-api-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.24.0/tycho-metadata-model-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.24.0/sisu-equinox-api-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.100.v20150402-1551/org.eclipse.osgi.compatibility.state-1.0.100.v20150402-1551.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.24.0/tycho-embedder-api-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.24.0/sisu-equinox-embedder-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.24.0/org.eclipse.tycho.embedder.shared-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.24.0/org.eclipse.tycho.core.shared-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.24.0/tycho-metadata-model-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.24.0/tycho-p2-facade-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.24.0/tycho-embedder-api-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.24.0/org.eclipse.tycho.p2.resolver.shared-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.24.0/org.eclipse.tycho.embedder.shared-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.24.0/org.eclipse.tycho.p2.tools.shared-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.24.0/org.eclipse.tycho.p2.resolver.shared-0.24.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.101.v20150820-1432/org.eclipse.osgi-3.10.101.v20150820-1432.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.24.0/org.eclipse.tycho.p2.tools.shared-0.24.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.24.0/tycho-p2-facade-0.24.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.24.0/org.eclipse.tycho.core.shared-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/0.21.0/tycho-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/0.21.0/tycho-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/0.21.0/sisu-equinox-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/0.21.0/sisu-equinox-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/0.21.0/tycho-bundles-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/0.21.0/tycho-bundles-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/0.21.0/tycho-p2-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/0.21.0/tycho-p2-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.jar (0 B at 0.0 KB/sec) [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:jdt-core:eclipse-plugin:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:jsdt-core:eclipse-plugin:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:formatters:pom:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:formatter-maven-plugin:maven-plugin:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter:eclipse-plugin:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter.feature:eclipse-feature:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter.site:eclipse-repository:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter.parent:pom:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:support:jar:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.6.0-SNAPSHOT, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:parent:pom:1.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ line 207, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/0.24.0/tycho-bundles-external-0.24.0.zip Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/0.24.0/tycho-bundles-external-0.24.0.zip (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.24.0/org.eclipse.tycho.p2.resolver.impl-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.24.0/org.eclipse.tycho.p2.resolver.impl-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.24.0/org.eclipse.tycho.p2.maven.repository-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.24.0/org.eclipse.tycho.p2.maven.repository-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.24.0/org.eclipse.tycho.p2.tools.impl-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.24.0/org.eclipse.tycho.p2.tools.impl-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml (2 KB at 39.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/0.24.0/target-platform-configuration-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/0.24.0/target-platform-configuration-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/0.24.0/target-platform-configuration-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/0.24.0/target-platform-configuration-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar Downloaded: http://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.9/maven-surefire-plugin-2.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.9/maven-surefire-plugin-2.9.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.9/surefire-2.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.9/surefire-2.9.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.9/maven-surefire-plugin-2.9.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.9/maven-surefire-plugin-2.9.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.6.0.RC4/formatter-maven-plugin-1.6.0.RC4.pom Downloaded: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.6.0.RC4/formatter-maven-plugin-1.6.0.RC4.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/parent/1.6.0.RC4/parent-1.6.0.RC4.pom Downloaded: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/parent/1.6.0.RC4/parent-1.6.0.RC4.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.6.0.RC4/formatter-maven-plugin-1.6.0.RC4.jar Downloaded: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.6.0.RC4/formatter-maven-plugin-1.6.0.RC4.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/github/ekryd/sortpom/sortpom-maven-plugin/2.4.0/sortpom-maven-plugin-2.4.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/github/ekryd/sortpom/sortpom-maven-plugin/2.4.0/sortpom-maven-plugin-2.4.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/github/ekryd/sortpom/sortpom-parent/2.4.0/sortpom-parent-2.4.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/github/ekryd/sortpom/sortpom-parent/2.4.0/sortpom-parent-2.4.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/github/ekryd/sortpom/sortpom-maven-plugin/2.4.0/sortpom-maven-plugin-2.4.0.jar Downloaded: http://repo.maven.apache.org/maven2/com/github/ekryd/sortpom/sortpom-maven-plugin/2.4.0/sortpom-maven-plugin-2.4.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom Downloaded: http://repo.maven.apache.org/maven2/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom Downloaded: http://repo.maven.apache.org/maven2/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/mycila/mycila-pom/3/mycila-pom-3.pom Downloaded: http://repo.maven.apache.org/maven2/com/mycila/mycila-pom/3/mycila-pom-3.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar Downloaded: http://repo.maven.apache.org/maven2/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/github/wvengen/proguard-maven-plugin/2.0.12/proguard-maven-plugin-2.0.12.pom Downloaded: http://repo.maven.apache.org/maven2/com/github/wvengen/proguard-maven-plugin/2.0.12/proguard-maven-plugin-2.0.12.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/github/wvengen/proguard-maven-plugin/2.0.12/proguard-maven-plugin-2.0.12.jar Downloaded: http://repo.maven.apache.org/maven2/com/github/wvengen/proguard-maven-plugin/2.0.12/proguard-maven-plugin-2.0.12.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/0.24.0/tycho-packaging-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/0.24.0/tycho-packaging-plugin-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/0.24.0/tycho-packaging-plugin-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/0.24.0/tycho-packaging-plugin-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/0.24.0/tycho-p2-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/0.24.0/tycho-p2-plugin-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/0.24.0/tycho-p2-plugin-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/0.24.0/tycho-p2-plugin-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/0.24.0/sisu-equinox-launching-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/0.24.0/sisu-equinox-launching-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/0.24.0/tycho-artifactcomparator-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/0.24.0/tycho-artifactcomparator-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/0.24.0/sisu-equinox-launching-0.24.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/0.24.0/tycho-artifactcomparator-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/0.24.0/sisu-equinox-launching-0.24.0.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (0 B at 0.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/0.24.0/tycho-artifactcomparator-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/0.24.0/tycho-compiler-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/0.24.0/tycho-compiler-plugin-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/0.24.0/tycho-compiler-plugin-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-plugin/0.24.0/tycho-compiler-plugin-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.jar (0 B at 0.0 KB/sec) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/maven-upload-plugin/0.0.1/maven-upload-plugin-0.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/maven-upload-plugin/0.0.1/maven-upload-plugin-0.0.1.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/plugins-parent/5/plugins-parent-5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/plugins-parent/5/plugins-parent-5.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/plugins/maven-upload-plugin/0.0.1/maven-upload-plugin-0.0.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/plugins/maven-upload-plugin/0.0.1/maven-upload-plugin-0.0.1.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/0.24.0/tycho-p2-publisher-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/0.24.0/tycho-p2-publisher-plugin-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/0.24.0/tycho-p2-publisher-plugin-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/0.24.0/tycho-p2-publisher-plugin-0.24.0.jar (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/0.24.0/tycho-p2-repository-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/0.24.0/tycho-p2-repository-plugin-0.24.0.pom (0 B at 0.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/0.24.0/tycho-p2-repository-plugin-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/0.24.0/tycho-p2-repository-plugin-0.24.0.jar (0 B at 0.0 KB/sec) [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:jdt-core:1.6.0-SNAPSHOT @ /home/r/repo/formatters/jdt-core/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (0B at 0B/s) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (0B at 0B/s) [INFO] Adding repository https://otto.takari.io/content/sites/m2e.extras/m2e/1.6.0/N/LATEST [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/ (0B at 0B/s) [INFO] Adding repository http://download.eclipse.org/releases/mars [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ (0B at 0B/s) [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:jdt-core:1.6.0-SNAPSHOT @ /home/r/repo/formatters/jdt-core/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:jdt-core:1.6.0-SNAPSHOT @ /home/r/repo/formatters/jdt-core/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:jsdt-core:1.6.0-SNAPSHOT @ /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:jsdt-core:1.6.0-SNAPSHOT @ /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:jsdt-core:1.6.0-SNAPSHOT @ /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Adding repository https://repository.sonatype.org/content/sites/forge-sites/m2e/1.1.0/N/1.1.0.20120622-0806 [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.6.0-SNAPSHOT @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [INFO] formatters [INFO] jdt-core [INFO] jsdt-core [INFO] support [INFO] formatter-maven-plugin [INFO] M2E formatter Connector [INFO] com.marvinformatics.formatter [INFO] com.marvinformatics.formatter.feature [INFO] com.marvinformatics.formatter.site Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/0.24.0/tycho-versions-plugin-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/0.24.0/tycho-versions-plugin-0.24.0.pom (2 KB at 41.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-release/0.24.0/tycho-release-0.24.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-release/0.24.0/tycho-release-0.24.0.pom (979 B at 50.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/0.24.0/tycho-versions-plugin-0.24.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/0.24.0/tycho-versions-plugin-0.24.0.jar (67 KB at 1353.6 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building parent 1.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- tycho-versions-plugin:0.24.0:set-version (default-cli) @ parent --- [INFO] Making changes in /home/r/repo [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/formatters [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/formatters/jdt-core [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.6.0.qualifier => 1.8.1 [INFO] META-INF/MANIFEST.MF//Export-Package//version: 1.6.0.qualifier => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/formatters/jsdt-core [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.6.0.qualifier => 1.8.1 [INFO] META-INF/MANIFEST.MF//Export-Package//version: 1.6.0.qualifier => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/maven-plugin [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/m2e-configurator [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/m2e-configurator/com.marvinformatics.formatter [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 1.6.0.qualifier => 1.8.1 [INFO] META-INF/MANIFEST.MF//Export-Package//version: 1.6.0.qualifier => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] feature.xml//feature/@version: 1.6.0.qualifier => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] category.xml//site/feature[@id=com.marvinformatics.formatter.feature]/@version: 1.6.0.qualifier => 1.8.1 [INFO] category.xml//site/feature[@id=com.marvinformatics.formatter.feature]/@url: features/com.marvinformatics.formatter.feature_1.6.0.qualifier.jar => features/com.marvinformatics.formatter.feature_1.8.1.jar [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] Making changes in /home/r/repo/support [INFO] pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] pom.xml//project/version: 1.6.0-SNAPSHOT => 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent ............................................. SUCCESS [ 0.555 s] [INFO] formatters ......................................... SKIPPED [INFO] jdt-core ........................................... SKIPPED [INFO] jsdt-core .......................................... SKIPPED [INFO] support ............................................ SKIPPED [INFO] formatter-maven-plugin ............................. SKIPPED [INFO] M2E formatter Connector ............................ SKIPPED [INFO] com.marvinformatics.formatter ...................... SKIPPED [INFO] com.marvinformatics.formatter.feature .............. SKIPPED [INFO] com.marvinformatics.formatter.site ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34.186 s [INFO] Finished at: 2016-11-29T20:26:11+00:00 [INFO] Final Memory: 120M/454M [INFO] ------------------------------------------------------------------------ + git commit -am 1.8.1 [__rultor 9dc135e] 1.8.1 15 files changed, 16 insertions(+), 16 deletions(-) + mvn deploy -B -T10 -Prelease --settings ../settings.xml -Dgpg.homedir=/home/r OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:jdt-core:eclipse-plugin:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:jsdt-core:eclipse-plugin:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:formatters:pom:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:formatter-maven-plugin:maven-plugin:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter:eclipse-plugin:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter.feature:eclipse-feature:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter.site:eclipse-repository:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:com.marvinformatics.formatter.parent:pom:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:support:jar:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ com.marvinformatics.formatter:parent:1.8.1, /home/r/repo/pom.xml, line 207, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.marvinformatics.formatter:parent:pom:1.8.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.jacoco:jacoco-maven-plugin @ line 184, column 15 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 198, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ line 207, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.0/maven-source-plugin-3.0.0.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.0/maven-source-plugin-3.0.0.pom (6 KB at 12.7 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.0/maven-source-plugin-3.0.0.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.0/maven-source-plugin-3.0.0.jar (31 KB at 445.5 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.pom (16 KB at 611.7 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.jar (396 KB at 2806.8 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 73.4 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 770.3 KB/sec) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:jdt-core:1.8.1 @ /home/r/repo/formatters/jdt-core/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (0B at 0B/s) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (0B at 0B/s) [INFO] Adding repository https://otto.takari.io/content/sites/m2e.extras/m2e/1.6.0/N/LATEST [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/ (0B at 0B/s) [INFO] Adding repository http://download.eclipse.org/releases/mars [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ (0B at 0B/s) [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:jdt-core:1.8.1 @ /home/r/repo/formatters/jdt-core/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:jdt-core:1.8.1 @ /home/r/repo/formatters/jdt-core/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:jsdt-core:1.8.1 @ /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:jsdt-core:1.8.1 @ /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:jsdt-core:1.8.1 @ /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Adding repository https://repository.sonatype.org/content/sites/forge-sites/m2e/1.1.0/N/1.1.0.20120622-0806 [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.8.1 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [INFO] formatters [INFO] jdt-core [INFO] jsdt-core [INFO] support [INFO] formatter-maven-plugin [INFO] M2E formatter Connector [INFO] com.marvinformatics.formatter [INFO] com.marvinformatics.formatter.feature [INFO] com.marvinformatics.formatter.site [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 10 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building parent 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ parent --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ parent --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/target/jacoco.exec [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ parent --- [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.0.0/maven-archiver-3.0.0.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.0.0/maven-archiver-3.0.0.pom (5 KB at 39.7 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.3/plexus-archiver-3.0.3.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.3/plexus-archiver-3.0.3.pom (5 KB at 104.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7/plexus-io-2.7.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7/plexus-io-2.7.pom (5 KB at 192.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom (13 KB at 255.6 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/38/commons-parent-38.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/38/commons-parent-38.pom (61 KB at 1897.6 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 KB at 457.9 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.0.0/maven-archiver-3.0.0.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.3/plexus-archiver-3.0.3.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7/plexus-io-2.7.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.0.0/maven-archiver-3.0.0.jar (23 KB at 297.5 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (400 KB at 1538.0 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (57 KB at 215.2 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.0.3/plexus-archiver-3.0.3.jar (173 KB at 629.7 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7/plexus-io-2.7.jar (84 KB at 303.2 KB/sec) [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ parent --- [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (6 KB at 125.4 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (4 KB at 117.9 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (6 KB at 251.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 KB at 297.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (6 KB at 252.3 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (12 KB at 659.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 KB at 287.7 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (162 KB at 1268.0 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 1605.4 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (191 KB at 1479.2 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (423 KB at 2416.7 KB/sec) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ parent --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ parent --- [INFO] [INFO] --- formatter-maven-plugin:1.6.0.RC4:format (format) @ parent --- [INFO] Using 'UTF-8' encoding to format source files. [INFO] Number of files to be formatted: 27 [INFO] Successfully formatted: 0 file(s) [INFO] Fail to format : 0 file(s) [INFO] Skipped : 54 file(s) [INFO] Approximate time taken: 2s [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ parent --- [INFO] Sorting file /home/r/repo/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- license-maven-plugin:2.11:format (format) @ parent --- [INFO] Updating license headers... [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ parent --- [INFO] Skipping pom project [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ parent --- [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 103.3 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 731.2 KB/sec) gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: /home/r/trustdb.gpg: trustdb created [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ parent --- [INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/parent/1.8.1/parent-1.8.1.pom [INFO] Installing /home/r/repo/target/parent-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/parent/1.8.1/parent-1.8.1.pom.asc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ parent --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.8.1/parent-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.8.1/parent-1.8.1.pom (17 KB at 3.4 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/maven-metadata.xml (315 B at 1.9 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.8.1/parent-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.8.1/parent-1.8.1.pom.asc (819 B at 17.4 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building support 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building M2E formatter Connector 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ com.marvinformatics.formatter.parent --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building formatters 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ formatters --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ support --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ com.marvinformatics.formatter.parent --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/target/jacoco.exec [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ com.marvinformatics.formatter.parent --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/support/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ support --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/formatters/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ formatters --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ com.marvinformatics.formatter.parent --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/support/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ support --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/formatters/target/jacoco.exec [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ formatters --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ com.marvinformatics.formatter.parent --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ com.marvinformatics.formatter.parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/m2e-configurator/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ com.marvinformatics.formatter.parent --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ com.marvinformatics.formatter.parent --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ formatters --- [INFO] Sorting file /home/r/repo/m2e-configurator/pom.xml [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ formatters --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ formatters --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/formatters/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ formatters --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ formatters --- [INFO] Sorting file /home/r/repo/formatters/pom.xml [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/support/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ support --- [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ com.marvinformatics.formatter.parent --- [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ formatters --- [INFO] Skipping pom project [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ formatters --- [INFO] Skipping pom project [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ com.marvinformatics.formatter.parent --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ support --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ support --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ com.marvinformatics.formatter.parent --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ formatters --- [INFO] Installing /home/r/repo/m2e-configurator/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.8.1/com.marvinformatics.formatter.parent-1.8.1.pom [INFO] Installing /home/r/repo/formatters/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/formatters/1.8.1/formatters-1.8.1.pom [INFO] Installing /home/r/repo/m2e-configurator/target/com.marvinformatics.formatter.parent-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.8.1/com.marvinformatics.formatter.parent-1.8.1.pom.asc [INFO] Surefire report directory: /home/r/repo/support/target/surefire-reports [INFO] Installing /home/r/repo/formatters/target/formatters-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatters/1.8.1/formatters-1.8.1.pom.asc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ formatters --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ com.marvinformatics.formatter.parent --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.8.1/formatters-1.8.1.pom [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.8.1/com.marvinformatics.formatter.parent-1.8.1.pom [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.pom (3 KB at 106.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.9/surefire-providers-2.9.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.9/surefire-providers-2.9.pom (3 KB at 81.9 KB/sec) [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.8.1/com.marvinformatics.formatter.parent-1.8.1.pom (2 KB at 12.5 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.8.1/formatters-1.8.1.pom (4 KB at 17.4 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/maven-metadata.xml [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.jar [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/maven-metadata.xml [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.jar (33 KB at 1715.3 KB/sec) ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/maven-metadata.xml (345 B at 2.2 KB/sec) [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/maven-metadata.xml (319 B at 2.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.8.1/formatters-1.8.1.pom.asc [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.8.1/com.marvinformatics.formatter.parent-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.8.1/formatters-1.8.1.pom.asc (819 B at 12.9 KB/sec) [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.8.1/com.marvinformatics.formatter.parent-1.8.1.pom.asc (819 B at 12.9 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jdt-core 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.marvinformatics.formatter 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jsdt-core 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ jdt-core --- [INFO] The project's OSGi version is 1.8.1 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ jdt-core --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ jsdt-core --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ com.marvinformatics.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ jdt-core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ jdt-core --- [INFO] The project's OSGi version is 1.8.1 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ com.marvinformatics.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ com.marvinformatics.formatter --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ com.marvinformatics.formatter --- [INFO] The project's OSGi version is 1.8.1 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ jsdt-core --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ jsdt-core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ jsdt-core --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ com.marvinformatics.formatter --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/formatters/jsdt-core/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ jsdt-core --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/formatters/jsdt-core/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jsdt-core --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/formatters/jdt-core/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ jdt-core --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/formatters/jdt-core/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jdt-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/formatters/jsdt-core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ jsdt-core --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ com.marvinformatics.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/formatters/jdt-core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ jdt-core --- [INFO] No sources to compile [WARNING] Source directory /home/r/repo/formatters/jsdt-core/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jsdt-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/m2e-configurator/com.marvinformatics.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ com.marvinformatics.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/formatters/jsdt-core/src/test/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (unpack) @ jsdt-core --- [INFO] No sources to compile [WARNING] Source directory /home/r/repo/formatters/jdt-core/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jdt-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ com.marvinformatics.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/formatters/jdt-core/src/test/resources [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (unpack) @ jdt-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/m2e-configurator/com.marvinformatics.formatter/src/test/resources [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ com.marvinformatics.formatter --- [INFO] org.eclipse.core.jobs-3.8.0.v20160509-0411.jar already exists in destination. [INFO] org.eclipse.equinox.app-1.3.400.v20150715-1528.jar already exists in destination. [INFO] org.eclipse.core.expressions-3.5.100.v20160418-1621.jar already exists in destination. [INFO] com.ibm.icu-56.1.0.v201601250100.jar already exists in destination. [INFO] org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar already exists in destination. [INFO] org.eclipse.core.filesystem-1.6.0.v20160503-1608.jar already exists in destination. [INFO] org.eclipse.core.resources-3.10.1.v20150725-1910.jar already exists in destination. [INFO] org.eclipse.equinox.common-3.8.0.v20160509-1230.jar already exists in destination. [INFO] org.eclipse.core.runtime-3.11.1.v20150903-1804.jar already exists in destination. [INFO] org.eclipse.wst.common.project.facet.core-1.4.300.v201111030423.jar already exists in destination. [INFO] org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar already exists in destination. [INFO] org.eclipse.debug.core-3.10.100.v20160419-1720.jar already exists in destination. [INFO] org.eclipse.text-3.5.400.v20150505-1044.jar already exists in destination. [INFO] org.eclipse.core.commands-3.8.0.v20160316-1921.jar already exists in destination. [INFO] org.eclipse.wst.jsdt.core-1.3.401.v201511181529.jar already exists in destination. [INFO] org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar already exists in destination. [INFO] org.eclipse.core.variables-3.3.0.v20160419-1720.jar already exists in destination. [INFO] org.eclipse.osgi-3.11.1.v20160708-1632.jar already exists in destination. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ jsdt-core --- [INFO] org.eclipse.core.jobs-3.8.0.v20160509-0411.jar already exists in destination. [INFO] org.eclipse.equinox.app-1.3.400.v20150715-1528.jar already exists in destination. [INFO] org.eclipse.core.expressions-3.5.100.v20160418-1621.jar already exists in destination. [INFO] com.ibm.icu-56.1.0.v201601250100.jar already exists in destination. [INFO] org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar already exists in destination. [INFO] org.eclipse.core.filesystem-1.6.0.v20160503-1608.jar already exists in destination. [INFO] org.eclipse.jdt.core-3.12.1.v20160829-0950.jar already exists in destination. [INFO] org.eclipse.core.resources-3.11.0.v20160503-1608.jar already exists in destination. [INFO] org.eclipse.equinox.common-3.8.0.v20160509-1230.jar already exists in destination. [INFO] org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar already exists in destination. [INFO] org.eclipse.core.commands-3.8.0.v20160316-1921.jar already exists in destination. [INFO] org.eclipse.core.runtime-3.12.0.v20160606-1342.jar already exists in destination. [INFO] org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar already exists in destination. [INFO] org.eclipse.text-3.6.0.v20160503-1849.jar already exists in destination. [INFO] org.eclipse.osgi-3.11.1.v20160708-1632.jar already exists in destination. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ jdt-core --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ jdt-core --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ jsdt-core --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ com.marvinformatics.formatter --- Running com.marvinformatics.formatter.support.io.ResourceTest [INFO] Building jar: /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1.jar [INFO] [INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ com.marvinformatics.formatter --- [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ com.marvinformatics.formatter --- Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec Running com.marvinformatics.formatter.support.text.TemplateTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [INFO] Building jar: /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1-sources.jar Results : Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ support --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ com.marvinformatics.formatter --- [INFO] Building jar: /home/r/repo/support/target/support-1.8.1.jar [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ support --- [INFO] Building jar: /home/r/repo/support/target/support-1.8.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ support --- [INFO] Building jar: /home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1.jar [INFO] Building jar: /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1.jar [INFO] Loading source files for package com.marvinformatics.formatter.connector... Loading source files for package com.marvinformatics.formatter.connector.internal... Constructing Javadoc information... Standard Doclet version 1.8.0_91 Building tree for all the packages and classes... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/FormatterCore.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/FormatterProjectConfigurator.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/FormatterProjectConfigurator.Formatter.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/overview-frame.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/package-frame.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/package-summary.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/package-tree.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/package-frame.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/package-summary.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/package-tree.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/constant-values.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/class-use/FormatterCore.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/class-use/FormatterProjectConfigurator.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/class-use/FormatterProjectConfigurator.Formatter.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/package-use.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/com/marvinformatics/formatter/connector/internal/package-use.html... Building index for all the packages and classes... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/overview-tree.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/index-all.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/allclasses-frame.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/allclasses-noframe.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/index.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/overview-summary.html... Generating /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/apidocs/help-doc.html... [INFO] Building jar: /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1-javadoc.jar [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ com.marvinformatics.formatter --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ com.marvinformatics.formatter --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ com.marvinformatics.formatter --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ com.marvinformatics.formatter --- [INFO] Sorting file /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ com.marvinformatics.formatter --- [INFO] Loading source files for package com.marvinformatics.formatter.support.io... Loading source files for package com.marvinformatics.formatter.support.text... Constructing Javadoc information... Standard Doclet version 1.8.0_91 Building tree for all the packages and classes... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/Resource.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/Resource.UnknownResourceException.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/text/Template.html... Generating /home/r/repo/support/target/apidocs/overview-frame.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/package-frame.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/package-summary.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/package-tree.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/text/package-frame.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/text/package-summary.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/text/package-tree.html... Generating /home/r/repo/support/target/apidocs/constant-values.html... Generating /home/r/repo/support/target/apidocs/serialized-form.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/class-use/Resource.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/class-use/Resource.UnknownResourceException.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/text/class-use/Template.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/io/package-use.html... Generating /home/r/repo/support/target/apidocs/com/marvinformatics/formatter/support/text/package-use.html... Building index for all the packages and classes... Generating /home/r/repo/support/target/apidocs/overview-tree.html... Generating /home/r/repo/support/target/apidocs/index-all.html... Generating /home/r/repo/support/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/r/repo/support/target/apidocs/allclasses-frame.html... Generating /home/r/repo/support/target/apidocs/allclasses-noframe.html... Generating /home/r/repo/support/target/apidocs/index.html... Generating /home/r/repo/support/target/apidocs/overview-summary.html... Generating /home/r/repo/support/target/apidocs/help-doc.html... [INFO] Building jar: /home/r/repo/support/target/support-1.8.1-javadoc.jar [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ support --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ support --- [INFO] Analyzed bundle 'support' with 5 classes [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ support --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ support --- [INFO] Sorting file /home/r/repo/support/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ support --- [INFO] No dependency problems found [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ support --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ jsdt-core --- gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ jsdt-core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsdt-core --- [INFO] [INFO] --- proguard-maven-plugin:2.0.12:proguard (default) @ jsdt-core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ support --- [INFO] [INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ jdt-core --- [INFO] execute ProGuard [-injars, '/home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1.jar'(!META-INF/maven/**), -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.1.v20160708-1632/org.eclipse.osgi-3.11.1.v20160708-1632.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.wst.jsdt.core/1.3.401.v201511181529/org.eclipse.wst.jsdt.core-1.3.401.v201511181529.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.0.v20160316-1921/org.eclipse.core.commands-3.8.0.v20160316-1921.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.11.1.v20150903-1804/org.eclipse.core.runtime-3.11.1.v20150903-1804.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.0.v20160503-1608/org.eclipse.core.filesystem-1.6.0.v20160503-1608.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.10.1.v20150725-1910/org.eclipse.core.resources-3.10.1.v20150725-1910.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.5.400.v20150505-1044/org.eclipse.text-3.5.400.v20150505-1044.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.project.facet.core/1.4.300.v201111030423/org.eclipse.wst.common.project.facet.core-1.4.300.v201111030423.jar', -outjars, '/home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1-small.jar', -dontobfuscate, -include, '/home/r/repo/formatters/jsdt-core/proguard.conf', -libraryjars, '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar', -libraryjars, '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar', -printmapping, '/home/r/repo/formatters/jsdt-core/target/proguard_map.txt', -printseeds, '/home/r/repo/formatters/jsdt-core/target/proguard_seed.txt'] [INFO] Installing /home/r/repo/support/target/support-1.8.1.jar to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.jar [INFO] Installing /home/r/repo/support/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.pom [INFO] Installing /home/r/repo/support/target/support-1.8.1-sources.jar to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-sources.jar [INFO] Installing /home/r/repo/support/target/support-1.8.1-javadoc.jar to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-javadoc.jar [INFO] Installing /home/r/repo/support/target/support-1.8.1.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.jar.asc [INFO] Installing /home/r/repo/support/target/support-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.pom.asc [INFO] Installing /home/r/repo/support/target/support-1.8.1-sources.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-sources.jar.asc [INFO] Installing /home/r/repo/support/target/support-1.8.1-javadoc.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-javadoc.jar.asc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ support --- [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ jdt-core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jdt-core --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.jar [INFO] [INFO] --- proguard-maven-plugin:2.0.12:proguard (default) @ jdt-core --- [INFO] execute ProGuard [-injars, '/home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1.jar'(!META-INF/maven/**), -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.1.v20160708-1632/org.eclipse.osgi-3.11.1.v20160708-1632.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.1.v20160829-0950/org.eclipse.jdt.core-3.12.1.v20160829-0950.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.0.v20160316-1921/org.eclipse.core.commands-3.8.0.v20160316-1921.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.0.v20160503-1608/org.eclipse.core.filesystem-1.6.0.v20160503-1608.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.0.v20160503-1608/org.eclipse.core.resources-3.11.0.v20160503-1608.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar', -outjars, '/home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1-small.jar', -dontobfuscate, -include, '/home/r/repo/formatters/jdt-core/proguard.conf', -libraryjars, '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar', -libraryjars, '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar', -printmapping, '/home/r/repo/formatters/jdt-core/target/proguard_map.txt', -printseeds, '/home/r/repo/formatters/jdt-core/target/proguard_seed.txt'] [INFO] proguard jar: /home/r/.m2/repository/net/sf/proguard/proguard-base/5.2/proguard-base-5.2.jar [INFO] proguard jar: /home/r/.m2/repository/net/sf/proguard/proguard-base/5.2/proguard-base-5.2.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.jar (8 KB at 34.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.pom (2 KB at 7.4 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/maven-metadata.xml (316 B at 2.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-sources.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-sources.jar (6 KB at 41.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-javadoc.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-javadoc.jar (46 KB at 268.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.jar.asc (819 B at 17.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1.pom.asc (819 B at 20.5 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-sources.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-sources.jar.asc (819 B at 12.9 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-javadoc.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.8.1/support-1.8.1-javadoc.jar.asc (819 B at 17.0 KB/sec) [WARNING] Unused declared dependencies found: [WARNING] p2.eclipse-plugin:com.google.guava:jar:15.0.0.v201403281430:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-model-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-settings-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-settings-builder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-builder-support-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-repository-metadata-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-artifact-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-plugin-api-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-model-builder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-aether-provider-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-api-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-util-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/guice-4.0-no_aop.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-interpolation-1.21.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-classworlds-2.5.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-component-annotations-1.6.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-sec-dispatcher-1.3.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-lang3-3.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-embedder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-cipher-1.7.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-cli-1.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-compat-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/wagon-provider-api-2.10.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/org.eclipse.sisu.plexus-0.3.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/cdi-api-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/jsr250-api-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/org.eclipse.sisu.inject-0.3.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/guava-18.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-build-api-0.0.7.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-impl-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-spi-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-connector-okhttp-0.16.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/okhttp-2.5.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/okio-1.6.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-connector-basic-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-transport-wagon-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/wagon-file-2.10.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-lang-2.6.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.12.1.v20160829-0950:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.jdt:jar:1.7.0.20160603-1933:system [WARNING] p2.eclipse-plugin:com.ibm.icu:jar:56.1.0.v201601250100:system [WARNING] p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250:system [WARNING] p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.1.v20160708-1632:system [WARNING] p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.5.100.v20160418-1621:system [WARNING] p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218:system [WARNING] p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621:system [WARNING] p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system [WARNING] p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.6.0.v20160503-1608:system [WARNING] p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.8.0.v20160509-0411:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.400.v20150715-1528:system [WARNING] p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720:system [WARNING] p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720:system [WARNING] p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.10.1.v20160811-0441:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.10.1.v20160811-0441:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.8.100.v20160505-0636:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-common-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-catalog-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-descriptor-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-registry-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:maven-invoker-2.1.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-collections-3.2.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-io-2.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-lang-2.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:dom4j-1.6.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:jchardet-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:jdom-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:oro-2.0.8.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:plexus-velocity-1.1.8.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:velocity-1.5.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.workspace.cli:jar:0.3.1:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:indexer-core-3.1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:indexer-artifact-3.1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-core-2.4.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-highlighter-2.4.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime.slf4j.simple:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime.slf4j.simple:jar:jars/slf4j-simple-1.7.5.jar:1.7.0.20160603-1931:system [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ com.marvinformatics.formatter --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ com.marvinformatics.formatter --- [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.jar [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.pom [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2metadata.xml [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2artifacts.xml [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1-sources.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-sources.jar [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1-javadoc.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-javadoc.jar [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.jar.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.pom.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/p2content.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2metadata.xml.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/p2artifacts.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2artifacts.xml.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1-sources.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-sources.jar.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.8.1-javadoc.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-javadoc.jar.asc [INFO] [INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ com.marvinformatics.formatter --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ com.marvinformatics.formatter --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.jar (10 KB at 61.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.pom (2 KB at 7.5 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/maven-metadata.xml (338 B at 1.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2metadata.xml (3 KB at 13.1 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2artifacts.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2artifacts.xml (573 B at 3.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-sources.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-sources.jar (6 KB at 30.6 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-javadoc.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-javadoc.jar (44 KB at 222.2 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.jar.asc (819 B at 15.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1.pom.asc (819 B at 13.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2metadata.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2metadata.xml.asc (819 B at 19.5 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2artifacts.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-p2artifacts.xml.asc (819 B at 16.3 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-sources.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-sources.jar.asc (819 B at 17.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-javadoc.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.8.1/com.marvinformatics.formatter-1.8.1-javadoc.jar.asc (819 B at 15.1 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.marvinformatics.formatter.feature 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.marvinformatics.formatter.feature --- [INFO] The project's OSGi version is 1.8.1 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ com.marvinformatics.formatter.feature --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ com.marvinformatics.formatter.feature --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) @ com.marvinformatics.formatter.feature --- [INFO] Building jar: /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/com.marvinformatics.formatter.feature-1.8.1.jar [INFO] [INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- tycho-p2-plugin:0.24.0:feature-p2-metadata (default-feature-p2-metadata) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ com.marvinformatics.formatter.feature --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ com.marvinformatics.formatter.feature --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ com.marvinformatics.formatter.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ com.marvinformatics.formatter.feature --- [INFO] Sorting file /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ com.marvinformatics.formatter.feature --- [WARNING] Unused declared dependencies found: [WARNING] p2.eclipse-plugin:com.google.guava:jar:15.0.0.v201403281430:system [WARNING] com.marvinformatics.formatter:com.marvinformatics.formatter:eclipse-plugin:1.8.1:provided [WARNING] p2.eclipse-plugin:org.eclipse.core.resources:jar:3.11.0.v20160503-1608:system [WARNING] p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.12.0.v20160606-1342:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-core-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-model-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-settings-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-settings-builder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-builder-support-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-repository-metadata-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-artifact-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-plugin-api-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-model-builder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-aether-provider-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-api-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-util-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/guice-4.0-no_aop.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-interpolation-1.21.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-utils-3.0.22.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-classworlds-2.5.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-component-annotations-1.6.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-sec-dispatcher-1.3.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-lang3-3.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-embedder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-cipher-1.7.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-cli-1.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-compat-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/wagon-provider-api-2.10.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/org.eclipse.sisu.plexus-0.3.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/cdi-api-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/jsr250-api-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/org.eclipse.sisu.inject-0.3.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/guava-18.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-build-api-0.0.7.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-impl-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-spi-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-connector-okhttp-0.16.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/okhttp-2.5.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/okio-1.6.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-connector-basic-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-transport-wagon-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/wagon-file-2.10.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-lang-2.6.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.12.1.v20160829-0950:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.core:jar:1.7.0.20160603-1933:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.jdt:jar:1.7.0.20160603-1933:system [WARNING] p2.eclipse-plugin:com.ibm.icu:jar:56.1.0.v201601250100:system [WARNING] p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250:system [WARNING] p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.1.v20160708-1632:system [WARNING] p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.5.100.v20160418-1621:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.8.0.v20160509-1230:system [WARNING] p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.6.1.v20160815-1406:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218:system [WARNING] p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621:system [WARNING] p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system [WARNING] p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.6.0.v20160503-1608:system [WARNING] p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.8.0.v20160509-0411:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.400.v20150715-1528:system [WARNING] p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720:system [WARNING] p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720:system [WARNING] p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.10.1.v20160811-0441:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.10.1.v20160811-0441:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.8.100.v20160505-0636:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-common-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-catalog-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-descriptor-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-registry-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:maven-invoker-2.1.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-collections-3.2.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-io-2.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-lang-2.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:dom4j-1.6.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:jchardet-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:jdom-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:oro-2.0.8.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:plexus-velocity-1.1.8.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:velocity-1.5.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.workspace.cli:jar:0.3.1:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:indexer-core-3.1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:indexer-artifact-3.1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-core-2.4.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-highlighter-2.4.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime.slf4j.simple:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime.slf4j.simple:jar:jars/slf4j-simple-1.7.5.jar:1.7.0.20160603-1931:system [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ com.marvinformatics.formatter.feature --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ com.marvinformatics.formatter.feature --- [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/com.marvinformatics.formatter.feature-1.8.1.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.jar [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.pom [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2metadata.xml [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2artifacts.xml [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/com.marvinformatics.formatter.feature-1.8.1.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.jar.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/com.marvinformatics.formatter.feature-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.pom.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/p2content.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2metadata.xml.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/p2artifacts.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2artifacts.xml.asc [INFO] [INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ com.marvinformatics.formatter.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ com.marvinformatics.formatter.feature --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.jar (11 KB at 4.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.pom (2 KB at 5.8 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/maven-metadata.xml (346 B at 0.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2metadata.xml (29 KB at 104.2 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2artifacts.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2artifacts.xml (676 B at 3.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.jar.asc (819 B at 11.1 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1.pom.asc (819 B at 12.1 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2metadata.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2metadata.xml.asc (819 B at 12.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2artifacts.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/com.marvinformatics.formatter.feature-1.8.1-p2artifacts.xml.asc (819 B at 15.1 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.marvinformatics.formatter.site 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.marvinformatics.formatter.site --- [INFO] The project's OSGi version is 1.8.1 [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ com.marvinformatics.formatter.site --- [INFO] Deleting /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ com.marvinformatics.formatter.site --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ com.marvinformatics.formatter.site --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ com.marvinformatics.formatter.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/src/main/resources [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-products (default-publish-products) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-categories (default-publish-categories) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.24.0:attach-artifacts (default-attach-artifacts) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:0.24.0:assemble-repository (default-assemble-repository) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:0.24.0:archive-repository (default-archive-repository) @ com.marvinformatics.formatter.site --- [INFO] Building zip: /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.8.1.zip [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ com.marvinformatics.formatter.site --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ com.marvinformatics.formatter.site --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ com.marvinformatics.formatter.site --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ com.marvinformatics.formatter.site --- [INFO] Sorting file /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ com.marvinformatics.formatter.site --- [WARNING] Unused declared dependencies found: [WARNING] p2.eclipse-plugin:com.google.guava:jar:15.0.0.v201403281430:system [WARNING] com.marvinformatics.formatter:com.marvinformatics.formatter:eclipse-plugin:1.8.1:provided [WARNING] p2.eclipse-plugin:org.eclipse.core.resources:jar:3.11.0.v20160503-1608:system [WARNING] p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.12.0.v20160606-1342:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-core-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-model-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-settings-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-settings-builder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-builder-support-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-repository-metadata-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-artifact-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-plugin-api-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-model-builder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-aether-provider-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-api-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-util-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/guice-4.0-no_aop.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-interpolation-1.21.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-utils-3.0.22.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-classworlds-2.5.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-component-annotations-1.6.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-sec-dispatcher-1.3.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-lang3-3.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-embedder-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-cipher-1.7.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-cli-1.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/maven-compat-3.3.9.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/wagon-provider-api-2.10.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/org.eclipse.sisu.plexus-0.3.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/cdi-api-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/jsr250-api-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/org.eclipse.sisu.inject-0.3.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/guava-18.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/plexus-build-api-0.0.7.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-impl-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-spi-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-connector-okhttp-0.16.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/okhttp-2.5.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/okio-1.6.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-connector-basic-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/aether-transport-wagon-1.0.2.v20150114.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/wagon-file-2.10.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime:jar:jars/commons-lang-2.6.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.12.1.v20160829-0950:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.core:jar:1.7.0.20160603-1933:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.jdt:jar:1.7.0.20160603-1933:system [WARNING] p2.eclipse-plugin:com.ibm.icu:jar:56.1.0.v201601250100:system [WARNING] p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250:system [WARNING] com.marvinformatics.formatter:com.marvinformatics.formatter.feature:eclipse-feature:1.8.1:provided [WARNING] p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.1.v20160708-1632:system [WARNING] p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.5.100.v20160418-1621:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.8.0.v20160509-1230:system [WARNING] p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.6.1.v20160815-1406:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218:system [WARNING] p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621:system [WARNING] p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system [WARNING] p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.6.0.v20160503-1608:system [WARNING] p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.8.0.v20160509-0411:system [WARNING] p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.400.v20150715-1528:system [WARNING] p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720:system [WARNING] p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720:system [WARNING] p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.10.1.v20160811-0441:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.10.1.v20160811-0441:system [WARNING] p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.8.100.v20160505-0636:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-common-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-catalog-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-descriptor-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:archetype-registry-2.4.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:maven-invoker-2.1.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-collections-3.2.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-io-2.2.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-lang-2.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:dom4j-1.6.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:jchardet-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:jdom-1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:oro-2.0.8.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:plexus-velocity-1.1.8.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:velocity-1.5.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.workspace.cli:jar:0.3.1:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:indexer-core-3.1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:indexer-artifact-3.1.0.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-core-2.4.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-highlighter-2.4.1.jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime.slf4j.simple:jar:1.7.0.20160603-1931:system [WARNING] p2.eclipse-plugin:org.eclipse.m2e.maven.runtime.slf4j.simple:jar:jars/slf4j-simple-1.7.5.jar:1.7.0.20160603-1931:system [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ com.marvinformatics.formatter.site --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ com.marvinformatics.formatter.site --- [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.8.1.zip to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.zip [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.pom [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2metadata.xml [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2artifacts.xml [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.8.1.zip.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.zip.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.pom.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/p2content.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2metadata.xml.asc [INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/p2artifacts.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2artifacts.xml.asc [INFO] [INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ com.marvinformatics.formatter.site --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ com.marvinformatics.formatter.site --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.zip [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.zip (25 KB at 135.5 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.pom (2 KB at 7.4 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/maven-metadata.xml (343 B at 1.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2metadata.xml (724 B at 4.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2artifacts.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2artifacts.xml (100 B at 0.6 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.zip.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.zip.asc (819 B at 16.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1.pom.asc (819 B at 16.7 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2metadata.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2metadata.xml.asc (819 B at 16.3 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2artifacts.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.8.1/com.marvinformatics.formatter.site-1.8.1-p2artifacts.xml.asc (819 B at 14.8 KB/sec) [INFO] [INFO] --- maven-upload-plugin:0.0.1:upload-file (publish-site) @ com.marvinformatics.formatter.site --- [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0-alpha-6/maven-plugin-api-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0-alpha-6/maven-plugin-api-3.0-alpha-6.pom (3 KB at 75.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0-alpha-6/maven-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0-alpha-6/maven-3.0-alpha-6.pom (20 KB at 370.5 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0-alpha-6/maven-model-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0-alpha-6/maven-model-3.0-alpha-6.pom (4 KB at 91.8 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0-alpha-6/maven-artifact-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0-alpha-6/maven-artifact-3.0-alpha-6.pom (2 KB at 67.6 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-44/plexus-container-default-1.0-alpha-44.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-44/plexus-container-default-1.0-alpha-44.pom (4 KB at 99.8 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-44/plexus-containers-1.0-alpha-44.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-44/plexus-containers-1.0-alpha-44.pom (2 KB at 68.7 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/aspectj/aspectjrt/1.5.3/aspectjrt-1.5.3.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/aspectj/aspectjrt/1.5.3/aspectjrt-1.5.3.pom (657 B at 13.9 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.pom (4 KB at 150.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0-alpha-6/maven-compat-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0-alpha-6/maven-compat-3.0-alpha-6.pom (4 KB at 21.5 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0-alpha-6/maven-model-builder-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0-alpha-6/maven-model-builder-3.0-alpha-6.pom (3 KB at 10.7 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.2/plexus-component-annotations-1.5.2.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.2/plexus-component-annotations-1.5.2.pom (815 B at 3.7 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.2/plexus-containers-1.5.2.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.2/plexus-containers-1.5.2.pom (5 KB at 77.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0-alpha-6/maven-settings-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0-alpha-6/maven-settings-3.0-alpha-6.pom (2 KB at 9.4 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0-alpha-6/maven-core-3.0-alpha-6.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0-alpha-6/maven-core-3.0-alpha-6.pom (6 KB at 21.5 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0-alpha-6/maven-artifact-3.0-alpha-6.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0-alpha-6/maven-model-3.0-alpha-6.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-44/plexus-container-default-1.0-alpha-44.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/aspectj/aspectjrt/1.5.3/aspectjrt-1.5.3.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0-alpha-6/maven-artifact-3.0-alpha-6.jar (51 KB at 637.3 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0-alpha-6/maven-model-builder-3.0-alpha-6.jar [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0-alpha-6/maven-settings-3.0-alpha-6.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/aspectj/aspectjrt/1.5.3/aspectjrt-1.5.3.jar (113 KB at 649.1 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (0 B at 0.0 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.2/plexus-component-annotations-1.5.2.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-44/plexus-container-default-1.0-alpha-44.jar (256 KB at 1324.3 KB/sec) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (0 B at 0.0 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0-alpha-6/maven-settings-3.0-alpha-6.jar (45 KB at 176.7 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0-alpha-6/maven-model-3.0-alpha-6.jar (121 KB at 321.0 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.2/plexus-component-annotations-1.5.2.jar (5 KB at 13.3 KB/sec) [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0-alpha-6/maven-model-builder-3.0-alpha-6.jar (130 KB at 347.2 KB/sec) [INFO] Upload target url: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/N/1.8.1. [INFO] Uploading /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.8.1.zip to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/N/1.8.1. [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ jsdt-core --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ jsdt-core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/formatters/jsdt-core/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ jsdt-core --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ jsdt-core --- [INFO] Sorting file /home/r/repo/formatters/jsdt-core/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ jsdt-core --- [INFO] [INFO] --- maven-upload-plugin:0.0.1:upload-file (publish-site-latest) @ com.marvinformatics.formatter.site --- [INFO] Upload target url: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/N/LATEST [INFO] Uploading /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.8.1.zip to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.8.1/N/LATEST [INFO] No dependency problems found [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jsdt-core --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jsdt-core --- [INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.jar [INFO] Installing /home/r/repo/formatters/jsdt-core/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.pom [INFO] Installing /home/r/repo/formatters/jsdt-core/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2metadata.xml [INFO] Installing /home/r/repo/formatters/jsdt-core/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2artifacts.xml [INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1-small.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-small.jar [INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.jar.asc [INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.pom.asc [INFO] Installing /home/r/repo/formatters/jsdt-core/target/p2content.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2metadata.xml.asc [INFO] Installing /home/r/repo/formatters/jsdt-core/target/p2artifacts.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2artifacts.xml.asc [INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.8.1-small.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-small.jar.asc [INFO] [INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ jsdt-core --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ jsdt-core --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.jar (9590 KB at 8345.9 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.pom (2 KB at 7.6 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/maven-metadata.xml (318 B at 1.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2metadata.xml (2 KB at 9.6 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2artifacts.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2artifacts.xml (539 B at 3.6 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-small.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-small.jar (5337 KB at 8894.1 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.jar.asc (819 B at 17.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1.pom.asc (819 B at 14.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2metadata.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2metadata.xml.asc (819 B at 21.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2artifacts.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-p2artifacts.xml.asc (819 B at 15.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-small.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.8.1/jsdt-core-1.8.1-small.jar.asc (819 B at 16.0 KB/sec) [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ jdt-core --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ jdt-core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/r/repo/formatters/jdt-core/target/jacoco.exec [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ jdt-core --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ jdt-core --- [INFO] Sorting file /home/r/repo/formatters/jdt-core/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ jdt-core --- [INFO] No dependency problems found [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jdt-core --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jdt-core --- [INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.jar [INFO] Installing /home/r/repo/formatters/jdt-core/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.pom [INFO] Installing /home/r/repo/formatters/jdt-core/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2metadata.xml [INFO] Installing /home/r/repo/formatters/jdt-core/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2artifacts.xml [INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1-small.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-small.jar [INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.jar.asc [INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.pom.asc [INFO] Installing /home/r/repo/formatters/jdt-core/target/p2content.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2metadata.xml.asc [INFO] Installing /home/r/repo/formatters/jdt-core/target/p2artifacts.xml.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2artifacts.xml.asc [INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.8.1-small.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-small.jar.asc [INFO] [INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ jdt-core --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ jdt-core --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.jar (10896 KB at 12728.1 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.pom (2 KB at 9.1 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/maven-metadata.xml (317 B at 2.2 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2metadata.xml (2 KB at 9.9 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2artifacts.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2artifacts.xml (539 B at 4.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-small.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-small.jar (6542 KB at 11660.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.jar.asc (819 B at 21.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1.pom.asc (819 B at 17.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2metadata.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2metadata.xml.asc (819 B at 18.6 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2artifacts.xml.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-p2artifacts.xml.asc (819 B at 18.6 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-small.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.8.1/jdt-core-1.8.1-small.jar.asc (819 B at 21.0 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building formatter-maven-plugin 1.8.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ formatter-maven-plugin --- [INFO] utCoverage set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/maven-plugin/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/* [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ formatter-maven-plugin --- [INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/r/repo/maven-plugin/target/jacoco.exec [INFO] [INFO] --- maven-plugin-plugin:3.3:helpmojo (help-goal) @ formatter-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo metadata. [INFO] Applying mojo extractor for language: java [INFO] Mojo extractor for language: java found 0 mojo descriptors. [INFO] Applying mojo extractor for language: bsh [INFO] Mojo extractor for language: bsh found 0 mojo descriptors. [INFO] Applying mojo extractor for language: java-annotations [INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ formatter-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/r/repo/maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ formatter-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/r/repo/maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ formatter-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo metadata. [INFO] Applying mojo extractor for language: java [INFO] Mojo extractor for language: java found 0 mojo descriptors. [INFO] Applying mojo extractor for language: bsh [INFO] Mojo extractor for language: bsh found 0 mojo descriptors. [INFO] Applying mojo extractor for language: java-annotations [INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.3:descriptor (mojo-descriptor) @ formatter-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo metadata. [INFO] Applying mojo extractor for language: java [INFO] Mojo extractor for language: java found 0 mojo descriptors. [INFO] Applying mojo extractor for language: bsh [INFO] Mojo extractor for language: bsh found 0 mojo descriptors. [INFO] Applying mojo extractor for language: java-annotations [INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ formatter-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ formatter-maven-plugin --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.9:test (default-test) @ formatter-maven-plugin --- [INFO] Surefire report directory: /home/r/repo/maven-plugin/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.marvinformatics.formatter.java.JavaFormatterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.889 sec Running com.marvinformatics.formatter.javascript.JavascriptFormatterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 sec Running com.marvinformatics.formatter.LineEndingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running com.marvinformatics.formatter.model.ConfigReaderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec Results : Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ formatter-maven-plugin --- [INFO] Building jar: /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1.jar [INFO] [INFO] --- maven-plugin-plugin:3.3:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ formatter-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ formatter-maven-plugin --- [INFO] Building jar: /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ formatter-maven-plugin --- [INFO] Loading source files for package com.marvinformatics.formatter... Loading source files for package com.marvinformatics.formatter.java... Loading source files for package com.marvinformatics.formatter.javascript... Loading source files for package com.marvinformatics.formatter.model... Constructing Javadoc information... Standard Doclet version 1.8.0_91 Building tree for all the packages and classes... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/AbstractCacheableFormatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/ConfigurationSource.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/Formatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/FormatterMojo.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/HelpMojo.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/LineEnding.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/Result.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/ValidateMojo.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/java/JavaFormatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/javascript/JavascriptFormatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/ConfigReader.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/ConfigReadException.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/Profile.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/Profiles.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/Setting.html... Generating /home/r/repo/maven-plugin/target/apidocs/overview-frame.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/package-frame.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/package-summary.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/package-tree.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/java/package-frame.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/java/package-summary.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/java/package-tree.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/javascript/package-frame.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/javascript/package-summary.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/javascript/package-tree.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/package-frame.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/package-summary.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/package-tree.html... Generating /home/r/repo/maven-plugin/target/apidocs/constant-values.html... Generating /home/r/repo/maven-plugin/target/apidocs/serialized-form.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/HelpMojo.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/ValidateMojo.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/Result.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/LineEnding.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/FormatterMojo.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/Formatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/ConfigurationSource.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/class-use/AbstractCacheableFormatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/java/class-use/JavaFormatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/javascript/class-use/JavascriptFormatter.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/class-use/Setting.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/class-use/Profiles.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/class-use/Profile.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/class-use/ConfigReader.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/class-use/ConfigReadException.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/package-use.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/java/package-use.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/javascript/package-use.html... Generating /home/r/repo/maven-plugin/target/apidocs/com/marvinformatics/formatter/model/package-use.html... Building index for all the packages and classes... Generating /home/r/repo/maven-plugin/target/apidocs/overview-tree.html... Generating /home/r/repo/maven-plugin/target/apidocs/index-all.html... Generating /home/r/repo/maven-plugin/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/r/repo/maven-plugin/target/apidocs/allclasses-frame.html... Generating /home/r/repo/maven-plugin/target/apidocs/allclasses-noframe.html... Generating /home/r/repo/maven-plugin/target/apidocs/index.html... Generating /home/r/repo/maven-plugin/target/apidocs/overview-summary.html... Generating /home/r/repo/maven-plugin/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /home/r/repo/maven-plugin/src/main/java/com/marvinformatics/formatter/Formatter.java:44: warning - @return tag has no arguments. [WARNING] /home/r/repo/maven-plugin/src/main/java/com/marvinformatics/formatter/LineEnding.java:68: warning - @return tag has no arguments. [INFO] Building jar: /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1-javadoc.jar [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ formatter-maven-plugin --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ formatter-maven-plugin --- [INFO] Analyzed bundle 'formatter-maven-plugin' with 16 classes [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ formatter-maven-plugin --- [INFO] [INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ formatter-maven-plugin --- [INFO] Sorting file /home/r/repo/maven-plugin/pom.xml [INFO] Pom file is already sorted, exiting [INFO] [INFO] --- maven-dependency-plugin:2.8:analyze-only (analyze) @ formatter-maven-plugin --- [INFO] No dependency problems found [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ formatter-maven-plugin --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: WARNING: unsafe permissions on homedir `/home/r' [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ formatter-maven-plugin --- [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1.jar to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.jar [INFO] Installing /home/r/repo/maven-plugin/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.pom [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1-sources.jar to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-sources.jar [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1-javadoc.jar to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-javadoc.jar [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.jar.asc [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.pom.asc [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1-sources.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-sources.jar.asc [INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.8.1-javadoc.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-javadoc.jar.asc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ formatter-maven-plugin --- [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.jar (36 KB at 217.4 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.pom [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.pom (4 KB at 3.4 KB/sec) [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/maven-metadata.xml [INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/maven-metadata.xml [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/maven-metadata.xml (358 B at 2.1 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/maven-metadata.xml [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/maven-metadata.xml (243 B at 1.5 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-sources.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-sources.jar (26 KB at 180.5 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-javadoc.jar [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-javadoc.jar (117 KB at 573.0 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.jar.asc (819 B at 14.8 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.pom.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1.pom.asc (819 B at 14.3 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-sources.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-sources.jar.asc (819 B at 14.3 KB/sec) [INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-javadoc.jar.asc [INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.8.1/formatter-maven-plugin-1.8.1-javadoc.jar.asc (819 B at 20.0 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent ............................................. SUCCESS [ 13.036 s] [INFO] formatters ......................................... SUCCESS [ 2.375 s] [INFO] jdt-core ........................................... SUCCESS [01:19 min] [INFO] jsdt-core .......................................... SUCCESS [ 56.708 s] [INFO] support ............................................ SUCCESS [ 15.671 s] [INFO] formatter-maven-plugin ............................. SUCCESS [ 25.355 s] [INFO] M2E formatter Connector ............................ SUCCESS [ 2.387 s] [INFO] com.marvinformatics.formatter ...................... SUCCESS [ 17.941 s] [INFO] com.marvinformatics.formatter.feature .............. SUCCESS [ 14.272 s] [INFO] com.marvinformatics.formatter.site ................. SUCCESS [ 20.352 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:33 min (Wall Clock) [INFO] Finished at: 2016-11-29T20:28:48+00:00 [INFO] Final Memory: 158M/623M [INFO] ------------------------------------------------------------------------ + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git checkout __rultor Already on '__rultor' + git tag 1.8.1 -m '1.8.1: tagged by rultor.com' + git reset --hard HEAD is now at 9dc135e 1.8.1 + git clean -fd + git checkout master Switched to branch 'master' + git branch -D __rultor Deleted branch __rultor (was 9dc135e). + git push --all origin Everything up-to-date + git push --tags origin To git@github.com:velo/maven-formatter-plugin.git * [new tag] 1.8.1 -> 1.8.1 container 088c34de39691a6ea57577e6d5aed45a24f419e8c6cad80a467932fa40fdb965 is dead Tue Nov 29 20:29:57 UTC 2016