rultor.com logo This build log was produced by rultor.com for velo/maven-formatter-plugin#26
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1946
+ echo '1.62.2 ce7ad22'
1.62.2 ce7ad22
+ date
Tue Jan 31 00:00:49 UTC 2017
+ uptime
 00:00:49 up 73 days,  6:15,  0 users,  load average: 13.04, 8.22, 6.95
+ head=git@github.com:velo/maven-formatter-plugin.git
+ head_branch=master
+ tag=1.9.0
+ 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.9.0')
+ 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_26
+ 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.9.0 ']'
+ [[ 1.9.0 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "1.9.0"'
tag name is valid: "1.9.0"
+ cd repo
++ git tag -l 1.9.0
+ '[' ']'
+ 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=6.95
++ bc
++ echo 6.95 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 6.95, low enough to run a new Docker container'
load average is 6.95, 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
Digest: sha256:9522d86e36ac990c48717a34f9df37537d3c7401598501facc005f37cad88d11
Status: Image is up to date for docker.io/velo/rultor8:latest

+ grep --quiet '\svelo_maven-formatter-plugin_26\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 52
drwx--x--x  3 rultor rultor  152 Jan 31 00:00 .
drwxrwxrwt. 9 root   root   4096 Jan 31 00:00 ..
-rw-rw-r--  1 rultor rultor  444 Jan 31 00:00 end.sh
-rwxrwxr-x  1 rultor rultor  326 Jan 31 00:00 entry.sh
-rw-rw-r--  1 rultor rultor    5 Jan 31 00:00 pid
-rw-rw-r--  1 rultor rultor 2289 Jan 31 00:00 pubring.gpg
drwxrwxr-x  8 rultor rultor 4096 Jan 31 00:00 repo
-rwxrwxr-x  1 rultor rultor 4442 Jan 31 00:00 run.sh
-rw-rw-r--  1 rultor rultor  393 Jan 31 00:00 script.sh
-rw-rw-r--  1 rultor rultor 4963 Jan 31 00:00 secring.gpg
-rw-rw-r--  1 rultor rultor  511 Jan 31 00:00 settings.xml
-rw-rw-r--  1 rultor rultor 2828 Jan 31 00:00 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-sAwy:/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.9.0 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-sAwy/cid -w=/main --name=velo_maven-formatter-plugin_26 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.9.0
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/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/eclipse/tycho/tycho-core/0.24.0/tycho-core-0.24.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-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-artifact/3.0/maven-artifact-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/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-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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.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/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/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/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.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/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-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-guice/2.1.7/sisu-guice-2.1.7-noaop.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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.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/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-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/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.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-archiver/2.9.1/plexus-archiver-2.9.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/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.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/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-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/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-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-api/0.24.0/sisu-equinox-api-0.24.0.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-metadata-model/0.24.0/tycho-metadata-model-0.24.0.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/de/pdark/decentxml/1.3/decentxml-1.3.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/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/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/org.eclipse.tycho.embedder.shared/0.24.0/org.eclipse.tycho.embedder.shared-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.core.shared/0.24.0/org.eclipse.tycho.core.shared-0.24.0.jar
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)
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/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.resolver.shared/0.24.0/org.eclipse.tycho.p2.resolver.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.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/tycho-embedder-api/0.24.0/tycho-embedder-api-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)
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.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.tycho.p2.tools.shared/0.24.0/org.eclipse.tycho.p2.tools.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-core/0.21.0/tycho-core-0.21.0.jar
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/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
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.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/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/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/sisu-equinox-api/0.21.0/sisu-equinox-api-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/tycho-metadata-model/0.21.0/tycho-metadata-model-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/tycho-embedder-api/0.21.0/tycho-embedder-api-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.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-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/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/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-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-p2-facade/0.21.0/tycho-p2-facade-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/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar (0 B at 0.0 KB/sec)
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)
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/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)
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)
[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 28.6 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.7.0/formatter-maven-plugin-1.7.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.7.0/formatter-maven-plugin-1.7.0.pom (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/parent/1.7.0/parent-1.7.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/parent/1.7.0/parent-1.7.0.pom (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.7.0/formatter-maven-plugin-1.7.0.jar
Downloaded: http://repo.maven.apache.org/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.7.0/formatter-maven-plugin-1.7.0.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/3.0.0/maven-dependency-plugin-3.0.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.0/maven-dependency-plugin-3.0.0.pom (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.0/maven-dependency-plugin-3.0.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.0/maven-dependency-plugin-3.0.0.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/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
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/0.24.0/sisu-equinox-launching-0.24.0.jar
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/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/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/201612211000/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (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/201606221000/ (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 94.3 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 29.0 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 1052.8 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.9.0
[INFO] Making changes in /home/r/repo/formatters
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/formatters/jdt-core
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.6.0.qualifier => 1.9.0
[INFO]   META-INF/MANIFEST.MF//Export-Package//version: 1.6.0.qualifier => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/formatters/jsdt-core
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.6.0.qualifier => 1.9.0
[INFO]   META-INF/MANIFEST.MF//Export-Package//version: 1.6.0.qualifier => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/maven-plugin
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/m2e-configurator
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/m2e-configurator/com.marvinformatics.formatter
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.6.0.qualifier => 1.9.0
[INFO]   META-INF/MANIFEST.MF//Export-Package//version: 1.6.0.qualifier => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   feature.xml//feature/@version: 1.6.0.qualifier => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   category.xml//site/feature[@id=com.marvinformatics.formatter.feature]/@version: 1.6.0.qualifier => 1.9.0
[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.9.0.jar
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] Making changes in /home/r/repo/support
[INFO]   pom.xml//project/parent/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO]   pom.xml//project/version: 1.6.0-SNAPSHOT => 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] parent ............................................. SUCCESS [  0.551 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: 44.932 s
[INFO] Finished at: 2017-01-31T00:06:08+00:00
[INFO] Final Memory: 129M/450M
[INFO] ------------------------------------------------------------------------
+ git commit -am 1.9.0
[__rultor def1f48] 1.9.0
 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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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.9.0, /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.9.0, /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.9.0, /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.9.0
[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 10.2 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 323.6 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 397.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (0 B at 0.0 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 2162.6 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 757.7 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.9.0 @ /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/201612211000/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (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/201606221000/ (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.9.0 @ /home/r/repo/formatters/jdt-core/pom.xml
[INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:jdt-core:1.9.0 @ /home/r/repo/formatters/jdt-core/pom.xml
[INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:jsdt-core:1.9.0 @ /home/r/repo/formatters/jsdt-core/pom.xml
[INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:jsdt-core:1.9.0 @ /home/r/repo/formatters/jsdt-core/pom.xml
[INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:jsdt-core:1.9.0 @ /home/r/repo/formatters/jsdt-core/pom.xml
[INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.9.0 @ /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.9.0 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml
[INFO] Resolving class path of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter:1.9.0 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter/pom.xml
[INFO] Computing target platform for MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.9.0 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.feature:1.9.0 @ /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.9.0 @ /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.9.0 @ /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/pom.xml
[INFO] Resolving dependencies of MavenProject: com.marvinformatics.formatter:com.marvinformatics.formatter.site:1.9.0 @ /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.9.0 @ /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.9.0
[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 59.9 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 66.9 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 239.9 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 168.0 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 749.7 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-io/2.7/plexus-io-2.7.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/apache/commons/commons-compress/1.10/commons-compress-1.10.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 185.0 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 498.1 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 833.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 1438.4 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 208.9 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 227.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (0 B at 0.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (0 B at 0.0 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 151.9 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 620.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 126.2 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 589.7 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/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (5 KB at 106.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.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/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] Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (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.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.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/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 109.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (142 KB at 442.3 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 678.0 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 590.8 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 1146.1 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 419.3 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.7.0:format (format) @ parent ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 31
[INFO] Successfully formatted: 0 file(s)
[INFO] Fail to format        : 0 file(s)
[INFO] Skipped               : 62 file(s)
[INFO] Approximate time taken: 3s
[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:3.0.0: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 45.9 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 360.7 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.9.0/parent-1.9.0.pom
[INFO] Installing /home/r/repo/target/parent-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/parent/1.9.0/parent-1.9.0.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.9.0/parent-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.9.0/parent-1.9.0.pom (17 KB at 0.8 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 0.6 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.9.0/parent-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/parent/1.9.0/parent-1.9.0.pom.asc (819 B at 7.1 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building formatters 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building M2E formatter Connector 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building support 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) @ com.marvinformatics.formatter.parent ---
[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/formatters/target/coverage-reports/jacoco-ut.exec,includes=**/marvinformatics/*
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ formatters ---
[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] 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]
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ com.marvinformatics.formatter.parent ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ 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] 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]
[INFO] --- sortpom-maven-plugin:2.4.0:sort (format) @ com.marvinformatics.formatter.parent ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ formatters ---
[INFO] Sorting file /home/r/repo/m2e-configurator/pom.xml
[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] 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] 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] Pom file is already sorted, exiting
[INFO]
[INFO] --- maven-dependency-plugin:3.0.0:analyze-only (analyze) @ com.marvinformatics.formatter.parent ---
[INFO] Skipping pom project
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ com.marvinformatics.formatter.parent ---
[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:3.0.0:analyze-only (analyze) @ formatters ---
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO] Skipping pom project
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ formatters ---
gpg: WARNING: unsafe permissions on homedir `/home/r'
[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
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ support ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ com.marvinformatics.formatter.parent ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ support ---
[INFO] Installing /home/r/repo/m2e-configurator/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.9.0/com.marvinformatics.formatter.parent-1.9.0.pom
[INFO] Installing /home/r/repo/m2e-configurator/target/com.marvinformatics.formatter.parent-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.9.0/com.marvinformatics.formatter.parent-1.9.0.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ com.marvinformatics.formatter.parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ formatters ---
[INFO] Installing /home/r/repo/formatters/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/formatters/1.9.0/formatters-1.9.0.pom
[INFO] Installing /home/r/repo/formatters/target/formatters-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatters/1.9.0/formatters-1.9.0.pom.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ formatters ---
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.9.0/formatters-1.9.0.pom
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.9.0/com.marvinformatics.formatter.parent-1.9.0.pom
[INFO] Surefire report directory: /home/r/repo/support/target/surefire-reports
[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 47.2 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 65.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.jar (33 KB at 740.7 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.9.0/formatters-1.9.0.pom (4 KB at 6.0 KB/sec)
[INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/maven-metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.9.0/com.marvinformatics.formatter.parent-1.9.0.pom (2 KB at 3.8 KB/sec)
[INFO] Downloading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/maven-metadata.xml
[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] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/maven-metadata.xml (345 B at 0.8 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.9.0/com.marvinformatics.formatter.parent-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/maven-metadata.xml (319 B at 0.7 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.9.0/formatters-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.parent/1.9.0/com.marvinformatics.formatter.parent-1.9.0.pom.asc (819 B at 9.4 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building com.marvinformatics.formatter 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ com.marvinformatics.formatter ---
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatters/1.9.0/formatters-1.9.0.pom.asc (819 B at 7.5 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jdt-core 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jsdt-core 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO] The project's OSGi version is 1.9.0
[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] 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] 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]
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ 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/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ com.marvinformatics.formatter ---
[INFO] The project's OSGi version is 1.9.0
[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: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.9.0
[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/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] 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] 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/jdt-core/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ 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] 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/formatters/jsdt-core/src/test/resources
[INFO]
[INFO] --- maven-dependency-plugin:3.0.0:unpack-dependencies (unpack) @ jsdt-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/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] 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] p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.8.0.v20160509-0411 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.400.v20150715-1528 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.6.1.v20161113-2349 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.5.100.v20160418-1621 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.2.v20161107-1947 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.8.0.v20160509-1230 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.12.0.v20160606-1342 already exists in destination.
[INFO] p2.eclipse-plugin:com.ibm.icu.base:jar:56.1.0.v201601250100 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.resources:jar:3.11.1.v20161107-2032 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.401.v201511181529 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.6.1.v20160815-1406 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849 already exists in destination.
[INFO]
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ jsdt-core ---
Running com.marvinformatics.formatter.support.io.ResourceTest
[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:3.0.0:unpack-dependencies (unpack) @ jdt-core ---
[INFO] p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.8.0.v20160509-0411 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.400.v20150715-1528 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.12.2.v20161117-1814 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.6.1.v20161113-2349 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.5.100.v20160418-1621 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.2.v20161107-1947 already exists in destination.
[INFO] p2.eclipse-plugin:com.ibm.icu:jar:56.1.0.v201601250100 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.8.0.v20160509-1230 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.12.0.v20160606-1342 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.core.resources:jar:3.11.1.v20161107-2032 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.6.1.v20160815-1406 already exists in destination.
[INFO] p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849 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) @ jsdt-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) @ com.marvinformatics.formatter ---
[INFO] Building jar: /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0.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: 1.128 sec
Running com.marvinformatics.formatter.support.text.TemplateTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
[INFO] Building jar: /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0-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.9.0.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.9.0-sources.jar
[INFO] Building jar: /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0.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.9.0.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.9.0-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:3.0.0:analyze-only (analyze) @ com.marvinformatics.formatter ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ jsdt-core ---
[WARNING] Unused declared dependencies found:
[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.jdt.core:jar:3.12.2.v20161117-1814: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/plexus-cipher-1.7.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.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.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/plexus-sec-dispatcher-1.3.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/plexus-build-api-0.0.7.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:com.google.guava:jar:15.0.0.v201403281430:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.workspace.cli:jar:0.3.1: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/maven-settings-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-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/jsr250-api-1.0.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/maven-builder-support-3.3.9.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.core.expressions:jar:3.5.100.v20160418-1621: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: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.archetype.common:jar:commons-io-2.2.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/guava-18.0.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621: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.jdt.debug:jar:jdi.jar:3.10.1.v20160811-0441:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921: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/guice-4.0-no_aop.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/okio-1.6.0.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.indexer:jar:indexer-core-3.1.0.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.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.m2e.maven.runtime:jar:jars/cdi-api-1.0.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.2.v20161107-1947:system
[WARNING]    p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250:system
[WARNING]    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218: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.jdt.debug:jar:jdimodel.jar:3.10.1.v20160811-0441: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.indexer: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/aether-api-1.0.2.v20150114.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.m2e.archetype.common:jar:archetype-catalog-2.4.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.archetype.common:jar:dom4j-1.6.1.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.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:archetype-descriptor-2.4.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.8.101.v20161111-2014: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.core.filesystem:jar:1.6.1.v20161113-2349: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.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-component-annotations-1.6.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
[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.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/plexus-classworlds-2.5.2.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720: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.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.maven.runtime:jar:jars/aether-connector-basic-1.0.2.v20150114.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720: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:javax.inject:jar:1.0.0.v20091030:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-highlighter-2.4.1.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'
[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]
[INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ jsdt-core ---
[INFO] Building jar: /home/r/repo/support/target/support-1.9.0-javadoc.jar
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ jsdt-core ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ support ---
[INFO]
[INFO] --- proguard-maven-plugin:2.0.12:proguard (default) @ jsdt-core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (default) @ support ---
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO] execute ProGuard [-injars, '/home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0.jar'(!META-INF/maven/**), -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.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.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.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.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.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.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.base/56.1.0.v201601250100/com.ibm.icu.base-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.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar', -outjars, '/home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0-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] proguard jar: /home/r/.m2/repository/net/sf/proguard/proguard-base/5.2/proguard-base-5.2.jar
[INFO] Analyzed bundle 'support' with 5 classes
gpg: WARNING: unsafe permissions on homedir `/home/r'
[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:3.0.0: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'
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.9.0.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.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.9.0/com.marvinformatics.formatter-1.9.0.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.9.0/com.marvinformatics.formatter-1.9.0-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.9.0/com.marvinformatics.formatter-1.9.0-p2artifacts.xml
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0-sources.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-sources.jar
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0-javadoc.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-javadoc.jar
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.jar.asc
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.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.9.0/com.marvinformatics.formatter-1.9.0-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.9.0/com.marvinformatics.formatter-1.9.0-p2artifacts.xml.asc
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0-sources.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-sources.jar.asc
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter/target/com.marvinformatics.formatter-1.9.0-javadoc.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-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.9.0/com.marvinformatics.formatter-1.9.0.jar
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ jdt-core ---
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.jar (10 KB at 42.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.pom
[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]
[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.9.0.jar'(!META-INF/maven/**), -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.jar', -libraryjars, '/home/r/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.2.v20161117-1814/org.eclipse.jdt.core-3.12.2.v20161117-1814.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.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.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.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.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.9.0-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
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.pom (2 KB at 6.0 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]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ support ---
[INFO] Installing /home/r/repo/support/target/support-1.9.0.jar to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.jar
[INFO] Installing /home/r/repo/support/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.pom
[INFO] Installing /home/r/repo/support/target/support-1.9.0-sources.jar to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-sources.jar
[INFO] Installing /home/r/repo/support/target/support-1.9.0-javadoc.jar to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-javadoc.jar
[INFO] Installing /home/r/repo/support/target/support-1.9.0.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.jar.asc
[INFO] Installing /home/r/repo/support/target/support-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.pom.asc
[INFO] Installing /home/r/repo/support/target/support-1.9.0-sources.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-sources.jar.asc
[INFO] Installing /home/r/repo/support/target/support-1.9.0-javadoc.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ support ---
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/maven-metadata.xml (338 B at 1.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.jar (8 KB at 22.1 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2metadata.xml (3 KB at 8.1 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2artifacts.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.pom (2 KB at 5.6 KB/sec)
[INFO] Downloading: 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/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2artifacts.xml (573 B at 1.9 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-sources.jar
[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/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-sources.jar (6 KB at 27.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-javadoc.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/maven-metadata.xml (316 B at 1.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-sources.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-javadoc.jar (44 KB at 182.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-sources.jar (6 KB at 26.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-javadoc.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.jar.asc (819 B at 8.2 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0.pom.asc (819 B at 14.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2metadata.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2metadata.xml.asc (819 B at 10.1 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2artifacts.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-javadoc.jar (46 KB at 152.0 KB/sec)
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-p2artifacts.xml.asc (819 B at 8.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-sources.jar.asc
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.jar.asc (819 B at 9.2 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-sources.jar.asc (819 B at 8.5 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-javadoc.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0.pom.asc (819 B at 11.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-sources.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter/1.9.0/com.marvinformatics.formatter-1.9.0-javadoc.jar.asc (819 B at 10.8 KB/sec)
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-sources.jar.asc (819 B at 11.8 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-javadoc.jar.asc
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building com.marvinformatics.formatter.feature 1.9.0
[INFO] ------------------------------------------------------------------------
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/support/1.9.0/support-1.9.0-javadoc.jar.asc (819 B at 13.6 KB/sec)
[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.9.0
[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.9.0.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:3.0.0:analyze-only (analyze) @ com.marvinformatics.formatter.feature ---
[WARNING] Unused declared dependencies found:
[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.jdt.core:jar:3.12.2.v20161117-1814: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/plexus-cipher-1.7.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.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.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/maven-core-3.3.9.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-sec-dispatcher-1.3.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/plexus-build-api-0.0.7.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:com.google.guava:jar:15.0.0.v201403281430:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.workspace.cli:jar:0.3.1: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/maven-settings-3.3.9.jar:1.7.0.20160603-1931: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: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-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/jsr250-api-1.0.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/maven-builder-support-3.3.9.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.core.expressions:jar:3.5.100.v20160418-1621: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: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.archetype.common:jar:commons-io-2.2.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.equinox.common:jar:3.8.0.v20160509-1230: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.core.contenttype:jar:3.5.100.v20160418-1621:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-lang-2.1.jar:1.7.0.20160603-1931:system
[WARNING]    com.marvinformatics.formatter:com.marvinformatics.formatter:eclipse-plugin:1.9.0:provided
[WARNING]    p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.10.1.v20160811-0441:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921: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/guice-4.0-no_aop.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/okio-1.6.0.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.core.resources:jar:3.11.1.v20161107-2032: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.equinox.preferences:jar:3.6.1.v20160815-1406: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.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.m2e.maven.runtime:jar:jars/cdi-api-1.0.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.2.v20161107-1947:system
[WARNING]    p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250:system
[WARNING]    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218: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.jdt.debug:jar:jdimodel.jar:3.10.1.v20160811-0441: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.indexer: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/aether-api-1.0.2.v20150114.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.m2e.archetype.common:jar:archetype-catalog-2.4.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.archetype.common:jar:dom4j-1.6.1.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.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:archetype-descriptor-2.4.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.8.101.v20161111-2014: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.core.filesystem:jar:1.6.1.v20161113-2349: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.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-component-annotations-1.6.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
[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.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/plexus-classworlds-2.5.2.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.core:jar:1.7.0.20160603-1933:system
[WARNING]    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720: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.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.maven.runtime:jar:jars/aether-connector-basic-1.0.2.v20150114.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720: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:javax.inject:jar:1.0.0.v20091030:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-highlighter-2.4.1.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.9.0.jar to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.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.9.0/com.marvinformatics.formatter.feature-1.9.0.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.9.0/com.marvinformatics.formatter.feature-1.9.0-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.9.0/com.marvinformatics.formatter.feature-1.9.0-p2artifacts.xml
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/com.marvinformatics.formatter.feature-1.9.0.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.jar.asc
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.feature/target/com.marvinformatics.formatter.feature-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.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.9.0/com.marvinformatics.formatter.feature-1.9.0-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.9.0/com.marvinformatics.formatter.feature-1.9.0-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.9.0/com.marvinformatics.formatter.feature-1.9.0.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.jar (11 KB at 41.7 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.pom (2 KB at 5.0 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 1.6 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2metadata.xml (29 KB at 119.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2artifacts.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2artifacts.xml (676 B at 3.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.jar.asc (819 B at 14.8 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0.pom.asc (819 B at 10.1 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2metadata.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2metadata.xml.asc (819 B at 11.6 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2artifacts.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/com.marvinformatics.formatter.feature-1.9.0-p2artifacts.xml.asc (819 B at 9.8 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building com.marvinformatics.formatter.site 1.9.0
[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.9.0
[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.9.0.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:3.0.0:analyze-only (analyze) @ com.marvinformatics.formatter.site ---
[WARNING] Unused declared dependencies found:
[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.jdt.core:jar:3.12.2.v20161117-1814: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/plexus-cipher-1.7.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.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.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/maven-core-3.3.9.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-sec-dispatcher-1.3.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/plexus-build-api-0.0.7.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:com.google.guava:jar:15.0.0.v201403281430:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.workspace.cli:jar:0.3.1: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/maven-settings-3.3.9.jar:1.7.0.20160603-1931: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: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-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/jsr250-api-1.0.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/maven-builder-support-3.3.9.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.core.expressions:jar:3.5.100.v20160418-1621: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: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.archetype.common:jar:commons-io-2.2.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.equinox.common:jar:3.8.0.v20160509-1230: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.core.contenttype:jar:3.5.100.v20160418-1621:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.archetype.common:jar:commons-lang-2.1.jar:1.7.0.20160603-1931:system
[WARNING]    com.marvinformatics.formatter:com.marvinformatics.formatter:eclipse-plugin:1.9.0:provided
[WARNING]    p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.10.1.v20160811-0441:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921: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/guice-4.0-no_aop.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/okio-1.6.0.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.core.resources:jar:3.11.1.v20161107-2032: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.equinox.preferences:jar:3.6.1.v20160815-1406: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.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.m2e.maven.runtime:jar:jars/cdi-api-1.0.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.2.v20161107-1947:system
[WARNING]    p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250:system
[WARNING]    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218: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.jdt.debug:jar:jdimodel.jar:3.10.1.v20160811-0441:system
[WARNING]    com.marvinformatics.formatter:com.marvinformatics.formatter.feature:eclipse-feature:1.9.0:provided
[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.indexer: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/aether-api-1.0.2.v20150114.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.m2e.archetype.common:jar:archetype-catalog-2.4.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.archetype.common:jar:dom4j-1.6.1.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.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:archetype-descriptor-2.4.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.8.101.v20161111-2014: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.core.filesystem:jar:1.6.1.v20161113-2349: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.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-component-annotations-1.6.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
[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.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/plexus-classworlds-2.5.2.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.core:jar:1.7.0.20160603-1933:system
[WARNING]    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.10.100.v20160419-1720: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.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.maven.runtime:jar:jars/aether-connector-basic-1.0.2.v20150114.jar:1.7.0.20160603-1931:system
[WARNING]    p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system
[WARNING]    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.3.0.v20160419-1720: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:javax.inject:jar:1.0.0.v20091030:system
[WARNING]    p2.eclipse-plugin:org.eclipse.m2e.maven.indexer:jar:lucene-highlighter-2.4.1.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.9.0.zip to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.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.9.0/com.marvinformatics.formatter.site-1.9.0.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.9.0/com.marvinformatics.formatter.site-1.9.0-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.9.0/com.marvinformatics.formatter.site-1.9.0-p2artifacts.xml
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.9.0.zip.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.zip.asc
[INFO] Installing /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.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.9.0/com.marvinformatics.formatter.site-1.9.0-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.9.0/com.marvinformatics.formatter.site-1.9.0-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.9.0/com.marvinformatics.formatter.site-1.9.0.zip
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.zip (25 KB at 107.5 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.pom (2 KB at 6.0 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.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2metadata.xml (724 B at 2.6 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2artifacts.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2artifacts.xml (100 B at 0.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.zip.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.zip.asc (819 B at 5.5 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0.pom.asc (819 B at 8.9 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2metadata.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2metadata.xml.asc (819 B at 12.9 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2artifacts.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.site/1.9.0/com.marvinformatics.formatter.site-1.9.0-p2artifacts.xml.asc (819 B at 11.8 KB/sec)
[INFO]
[INFO] --- maven-upload-plugin:0.0.1:upload-file (publish-site) @ 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.9.0/N/1.9.0.
[INFO] Uploading /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.9.0.zip to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/N/1.9.0.
[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.9.0/N/LATEST
[INFO] Uploading /home/r/repo/m2e-configurator/com.marvinformatics.formatter.site/target/com.marvinformatics.formatter.site-1.9.0.zip to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/com.marvinformatics.formatter.feature/1.9.0/N/LATEST
[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:3.0.0:analyze-only (analyze) @ jsdt-core ---
[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.9.0.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.jar
[INFO] Installing /home/r/repo/formatters/jsdt-core/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.pom
[INFO] Installing /home/r/repo/formatters/jsdt-core/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2metadata.xml
[INFO] Installing /home/r/repo/formatters/jsdt-core/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2artifacts.xml
[INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0-small.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-small.jar
[INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.jar.asc
[INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.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.9.0/jsdt-core-1.9.0-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.9.0/jsdt-core-1.9.0-p2artifacts.xml.asc
[INFO] Installing /home/r/repo/formatters/jsdt-core/target/jsdt-core-1.9.0-small.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-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.9.0/jsdt-core-1.9.0.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.jar (7278 KB at 7816.8 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.pom (2 KB at 6.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.6 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2metadata.xml (2 KB at 8.5 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2artifacts.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2artifacts.xml (539 B at 3.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-small.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-small.jar (4404 KB at 7012.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.jar.asc (819 B at 15.7 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0.pom.asc (819 B at 14.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2metadata.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2metadata.xml.asc (819 B at 19.5 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2artifacts.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-p2artifacts.xml.asc (819 B at 9.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-small.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jsdt-core/1.9.0/jsdt-core-1.9.0-small.jar.asc (819 B at 10.3 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:3.0.0: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.9.0.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.jar
[INFO] Installing /home/r/repo/formatters/jdt-core/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.pom
[INFO] Installing /home/r/repo/formatters/jdt-core/target/p2content.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2metadata.xml
[INFO] Installing /home/r/repo/formatters/jdt-core/target/p2artifacts.xml to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2artifacts.xml
[INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.9.0-small.jar to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-small.jar
[INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.9.0.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.jar.asc
[INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.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.9.0/jdt-core-1.9.0-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.9.0/jdt-core-1.9.0-p2artifacts.xml.asc
[INFO] Installing /home/r/repo/formatters/jdt-core/target/jdt-core-1.9.0-small.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-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.9.0/jdt-core-1.9.0.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.jar (10897 KB at 11029.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.pom (2 KB at 6.7 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.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2metadata.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2metadata.xml (2 KB at 8.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2artifacts.xml
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2artifacts.xml (539 B at 3.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-small.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-small.jar (6546 KB at 9887.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.jar.asc (819 B at 12.7 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0.pom.asc (819 B at 20.0 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2metadata.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2metadata.xml.asc (819 B at 16.7 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2artifacts.xml.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-p2artifacts.xml.asc (819 B at 16.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-small.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/jdt-core/1.9.0/jdt-core-1.9.0-small.jar.asc (819 B at 11.6 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building formatter-maven-plugin 1.9.0
[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 18 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: 3.852 sec
Running com.marvinformatics.formatter.javascript.JavascriptFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 sec
Running com.marvinformatics.formatter.LineEndingTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.marvinformatics.formatter.model.ConfigReaderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec

Results :

Tests run: 15, 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.9.0.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.9.0-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/RecursiveWalk.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/ResultCollector.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/ResultCollector.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/RecursiveWalk.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...
3 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/maven-plugin/src/main/java/com/marvinformatics/formatter/Formatter.java:31: warning - @return tag has no arguments.
[WARNING] /home/r/repo/maven-plugin/src/main/java/com/marvinformatics/formatter/LineEnding.java:70: warning - @return tag has no arguments.
[WARNING] /home/r/repo/maven-plugin/src/main/java/com/marvinformatics/formatter/LineEnding.java:105: warning - @return tag has no arguments.
[INFO] Building jar: /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0-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 18 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:3.0.0: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.9.0.jar to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.jar
[INFO] Installing /home/r/repo/maven-plugin/pom.xml to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.pom
[INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0-sources.jar to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-sources.jar
[INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0-javadoc.jar to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-javadoc.jar
[INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.jar.asc
[INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0.pom.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.pom.asc
[INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0-sources.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-sources.jar.asc
[INFO] Installing /home/r/repo/maven-plugin/target/formatter-maven-plugin-1.9.0-javadoc.jar.asc to /home/r/.m2/repository/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-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.9.0/formatter-maven-plugin-1.9.0.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.jar (36 KB at 252.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.pom
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.pom (4 KB at 28.1 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.9.0/formatter-maven-plugin-1.9.0-sources.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-sources.jar (26 KB at 185.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-javadoc.jar
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-javadoc.jar (129 KB at 822.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.jar.asc (819 B at 17.8 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.pom.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0.pom.asc (819 B at 17.4 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-sources.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-sources.jar.asc (819 B at 13.3 KB/sec)
[INFO] Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-javadoc.jar.asc
[INFO] Uploaded: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/marvinformatics/formatter/formatter-maven-plugin/1.9.0/formatter-maven-plugin-1.9.0-javadoc.jar.asc (819 B at 18.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] parent ............................................. SUCCESS [ 35.367 s]
[INFO] formatters ......................................... SUCCESS [  2.447 s]
[INFO] jdt-core ........................................... SUCCESS [01:23 min]
[INFO] jsdt-core .......................................... SUCCESS [ 55.507 s]
[INFO] support ............................................ SUCCESS [ 17.171 s]
[INFO] formatter-maven-plugin ............................. SUCCESS [ 25.919 s]
[INFO] M2E formatter Connector ............................ SUCCESS [  2.336 s]
[INFO] com.marvinformatics.formatter ...................... SUCCESS [ 14.655 s]
[INFO] com.marvinformatics.formatter.feature .............. SUCCESS [  3.681 s]
[INFO] com.marvinformatics.formatter.site ................. SUCCESS [ 17.379 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:09 min (Wall Clock)
[INFO] Finished at: 2017-01-31T00:09:22+00:00
[INFO] Final Memory: 167M/651M
[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.9.0 -m '1.9.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at def1f48 1.9.0
+ git clean -fd
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was def1f48).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:velo/maven-formatter-plugin.git
 * [new tag]         1.9.0 -> 1.9.0
container ff9ccfecf64e1f251e6b84d4c2e0a839e4953ed4205d09167697c5f9b5c73b66 is dead
Tue Jan 31 00:10:01 UTC 2017