rultor.com logo This build log was produced by rultor.com for driver733/VK-Uploader#329
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2050
+ echo '1.67.4 dbdae7b78'
1.67.4 dbdae7b78
+ date
Mon Aug 13 22:43:33 CEST 2018
+ uptime
 22:43:33 up 37 days,  7:27,  0 users,  load average: 5.26, 5.17, 5.17
+ head=git@github.com:driver733/VK-Uploader.git
+ ff=default
+ image=maven:3.5-jdk-8
+ rebase=true
+ squash=false
+ head_branch=master
+ author=driver733
+ tag=0.4
+ vars=('--env=GPG_TTY=$(tty)' '--env=head=git@github.com:driver733/VK-Uploader.git' '--env=tag=0.4' '--env=scripts=( '\''export '\''\'\'''\''GPG_TTY=$(tty)'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:driver733/VK-Uploader.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=driver733'\''\'\'''\'''\'' '\'';'\'' '\''function'\'' '\''clean_up()'\'' '\''{'\'' '\''md5deep -r -s /root/.m2 > m2sumOld'\'' '\'';'\'' '\''if [ "$(md5deep -r -x m2sumOld /root/.m2 | grep -v --ignore-case -e "driver733" -e "VK-Uploader")" != "" ]; then tar -czvf m2.tar.gz /root/.m2 > /dev/null; ./dropbox_uploader.sh upload m2.tar.gz /m2.tar.gz; fi'\'' '\'';'\'' '\''}'\'' '\'';'\'' '\''trap'\'' '\''clean_up'\'' '\''EXIT'\'' '\'';'\'' '\''apt-get update'\'' '\'';'\'' '\''apt-get -y upgrade'\'' '\'';'\'' '\''apt-get -y install md5deep'\'' '\'';'\'' '\''curl "https://raw.githubusercontent.com/driver733/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh'\'' '\'';'\'' '\''chmod +x dropbox_uploader.sh'\'' '\'';'\'' '\''./dropbox_uploader.sh < /home/r/dropboxAPIKey.txt'\'' '\'';'\'' '\''./dropbox_uploader.sh download m2.tar.gz m2.tar.gz'\'' '\'';'\'' '\''tar -xzvf m2.tar.gz -C / > /dev/null'\'' '\'';'\'' '\''PROPS="/home/r/credentials.properties"'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -e'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Psonatype jacoco:report coveralls:report qulice:check --settings /home/r/settings.xml -Dvk.userId=`cat $PROPS | grep "vk.user"  | cut -d'\''\'\'''\''='\''\'\'''\'' -f2` -Dvk.groupId=`cat $PROPS | grep "vk.group" | cut -d'\''\'\'''\''='\''\'\'''\'' -f2` -Dvk.token=`cat $PROPS | grep "vk.token" | cut -d'\''\'\'''\''='\''\'\'''\'' -f2` -Dcoveralls.repo.token=`cat $PROPS | grep "coveralls.repo.token" | cut -d'\''\'\'''\''='\''\'\'''\'' -f2`'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=driver733')
+ scripts=('export '\''GPG_TTY=$(tty)'\''' ';' 'export '\''head=git@github.com:driver733/VK-Uploader.git'\''' ';' 'export '\''tag=0.4'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=driver733'\''' ';' 'function' 'clean_up()' '{' 'md5deep -r -s /root/.m2 > m2sumOld' ';' 'if [ "$(md5deep -r -x m2sumOld /root/.m2 | grep -v --ignore-case -e "driver733" -e "VK-Uploader")" != "" ]; then tar -czvf m2.tar.gz /root/.m2 > /dev/null; ./dropbox_uploader.sh upload m2.tar.gz /m2.tar.gz; fi' ';' '}' ';' 'trap' 'clean_up' 'EXIT' ';' 'apt-get update' ';' 'apt-get -y upgrade' ';' 'apt-get -y install md5deep' ';' 'curl "https://raw.githubusercontent.com/driver733/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh' ';' 'chmod +x dropbox_uploader.sh' ';' './dropbox_uploader.sh < /home/r/dropboxAPIKey.txt' ';' './dropbox_uploader.sh download m2.tar.gz m2.tar.gz' ';' 'tar -xzvf m2.tar.gz -C / > /dev/null' ';' 'PROPS="/home/r/credentials.properties"' ';' 'mvn versions:set "-DnewVersion=${tag}" -e' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Psonatype jacoco:report coveralls:report qulice:check --settings /home/r/settings.xml -Dvk.userId=`cat $PROPS | grep "vk.user"  | cut -d'\''='\'' -f2` -Dvk.groupId=`cat $PROPS | grep "vk.group" | cut -d'\''='\'' -f2` -Dvk.token=`cat $PROPS | grep "vk.token" | cut -d'\''='\'' -f2` -Dcoveralls.repo.token=`cat $PROPS | grep "coveralls.repo.token" | cut -d'\''='\'' -f2`' ';')
+ directory=
+ container=driver733_vk-uploader_329
+ as_root=true
+ 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:driver733/VK-Uploader.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''GPG_TTY=$(tty)'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''GPG_TTY=$(tty)'\''' ';' 'export '\''head=git@github.com:driver733/VK-Uploader.git'\''' ';' 'export '\''tag=0.4'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=driver733'\''' ';' function 'clean_up()' '{' 'md5deep -r -s /root/.m2 > m2sumOld' ';' 'if [ "$(md5deep -r -x m2sumOld /root/.m2 | grep -v --ignore-case -e "driver733" -e "VK-Uploader")" != "" ]; then tar -czvf m2.tar.gz /root/.m2 > /dev/null; ./dropbox_uploader.sh upload m2.tar.gz /m2.tar.gz; fi' ';' '}' ';' trap clean_up EXIT ';' 'apt-get update' ';' 'apt-get -y upgrade' ';' 'apt-get -y install md5deep' ';' 'curl "https://raw.githubusercontent.com/driver733/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh' ';' 'chmod +x dropbox_uploader.sh' ';' './dropbox_uploader.sh < /home/r/dropboxAPIKey.txt' ';' './dropbox_uploader.sh download m2.tar.gz m2.tar.gz' ';' 'tar -xzvf m2.tar.gz -C / > /dev/null' ';' 'PROPS="/home/r/credentials.properties"' ';' 'mvn versions:set "-DnewVersion=${tag}" -e' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Psonatype jacoco:report coveralls:report qulice:check --settings /home/r/settings.xml -Dvk.userId=`cat $PROPS | grep "vk.user"  | cut -d'\''='\'' -f2` -Dvk.groupId=`cat $PROPS | grep "vk.group" | cut -d'\''='\'' -f2` -Dvk.token=`cat $PROPS | grep "vk.token" | cut -d'\''='\'' -f2` -Dcoveralls.repo.token=`cat $PROPS | grep "coveralls.repo.token" | cut -d'\''='\'' -f2`' ';'
+ rm -rf .gpg
+ '[' -z 0.4 ']'
+ [[ 0.4 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.4"'
tag name is valid: "0.4"
+ cd repo
++ git tag -l 0.4
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=5.17
++ echo 5.17 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 5.17, low enough to run a new Docker container'
load average is 5.17, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=maven:3.5-jdk-8
+ docker pull maven:3.5-jdk-8
3.5-jdk-8: Pulling from library/maven
Digest: sha256:1be6e59e3cec4587637101f4e834c41e5576d8bc48e065f095f88289451bac51
Status: Image is up to date for maven:3.5-jdk-8
+ docker ps --filter=status=exited
+ grep --quiet '\sdriver733_vk-uploader_329\s*$'
+ ls -al .
total 80
drwx--x--x  3 rultor rultor  4096 Aug 13 22:43 .
drwxrwxrwt 11 root   root   20480 Aug 13 22:43 ..
-rw-rw-r--  1 rultor rultor   224 Aug 13 22:43 credentials.properties
-rw-rw-r--  1 rultor rultor    65 Aug 13 22:43 dropboxAPIKey.txt
-rw-rw-r--  1 rultor rultor   444 Aug 13 22:43 end.sh
-rwxrwxr-x  1 rultor rultor   162 Aug 13 22:43 entry.sh
-rw-rw-r--  1 rultor rultor     5 Aug 13 22:43 pid
-rw-rw-r--  1 rultor rultor  1245 Aug 13 22:43 pubring.gpg
drwxrwxr-x  4 rultor rultor  4096 Aug 13 22:43 repo
-rwxrwxr-x  1 rultor rultor  7574 Aug 13 22:43 run.sh
-rw-rw-r--  1 rultor rultor  1415 Aug 13 22:43 script.sh
-rw-rw-r--  1 rultor rultor  2623 Aug 13 22:43 secring.gpg
-rw-rw-r--  1 rultor rultor   457 Aug 13 22:43 settings.xml
-rw-rw-r--  1 rultor rultor  6754 Aug 13 22:43 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-eHKb:/main '--env=GPG_TTY=$(tty)' --env=head=git@github.com:driver733/VK-Uploader.git --env=tag=0.4 '--env=scripts=( '\''export '\''\'\'''\''GPG_TTY=$(tty)'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:driver733/VK-Uploader.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=driver733'\''\'\'''\'''\'' '\'';'\'' '\''function'\'' '\''clean_up()'\'' '\''{'\'' '\''md5deep -r -s /root/.m2 &gt; m2sumOld'\'' '\'';'\'' '\''if [ &quot;$(md5deep -r -x m2sumOld /root/.m2 | grep -v --ignore-case -e "driver733" -e "VK-Uploader")" != "" ]; then tar -czvf m2.tar.gz /root/.m2 > /dev/null; ./dropbox_uploader.sh upload m2.tar.gz /m2.tar.gz; fi'\'' '\'';'\'' '\''}'\'' '\'';'\'' '\''trap'\'' '\''clean_up'\'' '\''EXIT'\'' '\'';'\'' '\''apt-get update'\'' '\'';'\'' '\''apt-get -y upgrade'\'' '\'';'\'' '\''apt-get -y install md5deep'\'' '\'';'\'' '\''curl "https://raw.githubusercontent.com/driver733/Dropbox-Uploader/master/dropbox_uploader.sh" -o dropbox_uploader.sh'\'' '\'';'\'' '\''chmod +x dropbox_uploader.sh'\'' '\'';'\'' '\''./dropbox_uploader.sh < /home/r/dropboxAPIKey.txt'\'' '\'';'\'' '\''./dropbox_uploader.sh download m2.tar.gz m2.tar.gz'\'' '\'';'\'' '\''tar -xzvf m2.tar.gz -C / > /dev/null'\'' '\'';'\'' '\''PROPS="/home/r/credentials.properties"'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -e'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Psonatype jacoco:report coveralls:report qulice:check --settings /home/r/settings.xml -Dvk.userId=`cat $PROPS | grep "vk.user"  | cut -d'\''\'\'''\''='\''\'\'''\'' -f2` -Dvk.groupId=`cat $PROPS | grep "vk.group" | cut -d'\''\'\'''\''='\''\'\'''\'' -f2` -Dvk.token=`cat $PROPS | grep "vk.token" | cut -d'\''\'\'''\''='\''\'\'''\'' -f2` -Dcoveralls.repo.token=`cat $PROPS | grep "coveralls.repo.token" | cut -d'\''\'\'''\''='\''\'\'''\'' -f2`'\'' '\'';'\'' )' --env=head_branch=master --env=author=driver733 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-eHKb/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=driver733_vk-uploader_329 maven:3.5-jdk-8 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./credentials.properties ./dropboxAPIKey.txt ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export 'GPG_TTY=$(tty)'
+ GPG_TTY='$(tty)'
+ export head=git@github.com:driver733/VK-Uploader.git
+ head=git@github.com:driver733/VK-Uploader.git
+ export tag=0.4
+ tag=0.4
+ export head_branch=master
+ head_branch=master
+ export author=driver733
+ author=driver733
+ trap clean_up EXIT
+ apt-get update
Get:1ohttp://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Ign:2ohttp://deb.debian.org/debianfstretcheInRelease1.12.204)] [1 InRelease 521
Get:3 http://deb.debian.org/debian%stretch-updates InRelease [91.0 kB]
Get:4 http://deb.debian.org/debiannstretchlRelease/[118/kB]34%] 79%]
Get:5 http://deb.debian.org/debianestretch7Release.gpg [2434 B]
Get:6ohttp://security.debian.org/debian-security4stretch/updates/main amd64 Packages [387 kB]
Get:7ohttp://deb.debian.org/debiansstretch-updates/main amd64 Packages [5148 B]
Get:8Whttp://deb.debian.org/debiansstretch/main1amd64 Packagesg[70993kB]/5148 B
Fetchedo7797gkB ino2sk(38909kB/s)4%]
Reading package lists... Done
+ apt-get -y upgrade
Reading package lists... Done
Building dependency tree... 66%
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 36.0 MB of archives.
After this operation, 45.1 kB of additional disk space will be used.
Get:1ohttp://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jdk amd64 8u181-b13-1~deb9u1 [459 kB]
Get:2ohttp://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-1~deb9u1 [8252 kB]
Get:3Whttp://security.debian.org/debian-security%stretch/updates/main amd64 openjdk-8-jre amd64 8u181-b13-1~deb9u1 [69.6 kB]
Get:4Whttp://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-1~deb9u1 [27.2 MB]
Fetchedo36.0gMB8inr3sh(11.0sMB/s)6 MB/27.2MMB083%]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 21455 files and directories currently installed.)
Preparing to unpack .../openjdk-8-jdk_8u181-b13-1~deb9u1_amd64.deb ...
Unpacking openjdk-8-jdk:amd64 (8u181-b13-1~deb9u1) over (8u171-b11-1~deb9u1) ...
Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-1~deb9u1_amd64.deb ...
Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-1~deb9u1) over (8u171-b11-1~deb9u1) ...
Preparing to unpack .../openjdk-8-jre_8u181-b13-1~deb9u1_amd64.deb ...
Unpacking openjdk-8-jre:amd64 (8u181-b13-1~deb9u1) over (8u171-b11-1~deb9u1) ...
Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-1~deb9u1_amd64.deb ...
Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-1~deb9u1) over (8u171-b11-1~deb9u1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Setting up openjdk-8-jre-headless:amd64 (8u181-b13-1~deb9u1) ...
Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-1~deb9u1) ...
Setting up openjdk-8-jre:amd64 (8u181-b13-1~deb9u1) ...
Setting up openjdk-8-jdk:amd64 (8u181-b13-1~deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
+ apt-get -y install md5deep
Reading package lists... Done
Building dependency tree... 96%
Reading state information... Done
The following additional packages will be installed:
  hashdeep
The following NEW packages will be installed:
  hashdeep md5deep
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 136 kB of archives.
After this operation, 315 kB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian stretch/main amd64 hashdeep amd64 4.4-4 [124 kB]
Get:2Whttp://deb.debian.org/debian stretch/main amd64 md5deep all 4.4-4 [12.0 kB]
Fetchedo136nkB in60sB(2141 kB/s)%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package hashdeep.
(Reading database ... 21455 files and directories currently installed.)
Preparing to unpack .../hashdeep_4.4-4_amd64.deb ...
Unpacking hashdeep (4.4-4) ...
Selecting previously unselected package md5deep.
Preparing to unpack .../archives/md5deep_4.4-4_all.deb ...
Unpacking md5deep (4.4-4) ...
Setting up hashdeep (4.4-4) ...
Setting up md5deep (4.4-4) ...
+ curl https://raw.githubusercontent.com/driver733/Dropbox-Uploader/master/dropbox_uploader.sh -o dropbox_uploader.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 49667  100 49667    0     0   234k      0 --:--:-- --:--:-- --:--:--  235k
+ chmod +x dropbox_uploader.sh
+ ./dropbox_uploader.sh

 This is the first time you run this script, please follow the instructions:

 1) Open the following URL in your Browser, and log in using your account: https://www.dropbox.com/developers/apps
 2) Click on "Create App", then select "Dropbox API app"
 3) Now go on with the configuration, choosing the app permissions and access restrictions to your DropBox folder
 4) Enter the "App Name" that you prefer (e.g. MyUploader241511364926639)

 Now, click on the "Create App" button.

 When your new App is successfully created, please click on the Generate button
 under the 'Generated access token' section, then copy and paste the new access token here:

 # Access token:    The configuration has been saved.
+ ./dropbox_uploader.sh download m2.tar.gz m2.tar.gz
 &gt; Downloading &quot;/m2.tar.gz&quot; to &quot;/home/r/repo/m2.tar.gz"... DONE
+ tar -xzvf m2.tar.gz -C /
+ PROPS=/home/r/credentials.properties
+ mvn versions:set -DnewVersion=0.4 -e
[1;34mINFOm] Error stacktraces are turned on.
[1;34mINFOm] Scanning for projects...
Downloading from jitpack.io: https://jitpack.io/com/github/driver733/jcabi-parent/c4d152c3b2/jcabi-parent-c4d152c3b2.pom
Downloaded1from8jitpack.io: https://jitpack.io/com/github/driver733/jcabi-parent/c4d152c3b2/jcabi-parent-c4d152c3b2.pom (48 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.pom (9.6 kB at 343 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.jar
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.19.1/maven-failsafe-plugin-2.19.1.jar (87 kB at 1.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom (8.7 kB at 281 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 386 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar (68 kB at 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.pom (11 kB at 440 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.jar
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/2.0.0/maven-invoker-plugin-2.0.0.jar (108 kB at 2.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom (16 kB at 574 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar (415 kB at 4.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6.1 kB at 254 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded1from3central: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 kB at 527 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.pom (15 kB at 669 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.jar
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.5/maven-plugin-plugin-3.5.jar (54 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 462 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 228 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 1.7 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 237 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.pom (9.0 kB at 376 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.jar
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.0.0/maven-war-plugin-3.0.0.jar (89 kB at 2.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (242 kB at 457 kB/s)
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36mcom.driver733:vk-uploader0;1m >----------------------m
[1;34mINFOm] 1mBuilding vk-uploader 1.0-SNAPSHOTm
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mversions-maven-plugin:2.1:setm 1m(default-cli)m @ 36mvk-uploader0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (2.3 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 kB at 491 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 123 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (2.4 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (902 B at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (700 B at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 196 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (4.4 kB at 199 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (7.7 kB at 335 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3.1 kB at 133 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (2.2 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (2.4 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (2.5 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (2.2 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (1.6 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 123 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 142 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (1.4 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (2.1 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (3.4 kB at 162 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 366 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (4.8 kB at 218 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (12 kB at 528 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (3.2 kB at 150 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (1.6 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (2.4 kB at 111 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (4.0 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (1.3 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6.0 kB at 262 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (1.3 kB at 2.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (521 kB at 324 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 kB at 716 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloaded5from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 kB at 204 kB/s)
Downloading)from/central:1https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloaded4from6central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 kB at 255 kB/s)
Downloading)from/central:4https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded5from1central:4https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (48 kB at 648 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (51 kB at 680 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded4from4central:5https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (35 kB at 373 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (148 kB at 1.6 MB/s)
Downloaded2from6central:7https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 253 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (160 kB at 1.5 MB/s)
[1;34mINFOm] Searching for local aggregator root...
[1;34mINFOm] Local aggregation root: /home/r/repo
[1;34mINFOm] Processing com.driver733:vk-uploader
[1;34mINFOm]     Updating project com.driver733:vk-uploader
[1;34mINFOm]         from version 1.0-SNAPSHOT to 0.4
Props: {project.groupId=com.driver733, project.parent.version=c4d152c3b2, project.parent.artifactId=jcabi-parent, project.artifactId=vk-uploader, project.version=0.4, project.parent.groupId=com.github.driver733}
[1;34mINFOm]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time: 38.383 s
[1;34mINFOm] Finished at: 2018-08-13T20:45:13Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m+ git commit -am 0.4
[__rultor 64047f4] 0.4
 1 file changed, 1 insertion(+), 1 deletion(-)
++ cat /home/r/credentials.properties
++ grep vk.user
++ cut -d= -f2
++ cut -d= -f2
++ grep vk.group
++ cat /home/r/credentials.properties
++ cat /home/r/credentials.properties
++ grep vk.token
++ cut -d= -f2
++ cat /home/r/credentials.properties
++ grep coveralls.repo.token
++ cut -d= -f2
+ mvn clean deploy -Psonatype jacoco:report coveralls:report qulice:check --settings /home/r/settings.xml -Dvk.userId=438005213 -Dvk.groupId=162196365 -Dvk.token=9e6a7c0e07bafee42b734566a058e40cedd2fdf5e75aa263568b5f6f25466109a4259da70cddc8ac52649 -Dcoveralls.repo.token=XIfTP5GSfbaabAF2AjPpZ6mZAqbpDFbn8
[1;34mINFOm] Scanning for projects...
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.pom (12 kB at 145 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.7/nexus-staging-1.6.7.pom (2.8 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.7/nexus-maven-plugins-1.6.7.pom (18 kB at 516 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 696 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.pom (2.2 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 144 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 205 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 108 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 1.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 211 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 9.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloaded1from.rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 147 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 261 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 838 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 173 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 780 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloading from central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 483 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 747 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 433 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 765 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 304 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 270 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 248 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 669 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 209 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 528 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 3.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 122 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 2.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 4.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 192 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 223 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 428 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 592 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 118 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 150 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 8.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Downloading)from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloading)from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading)from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloading)from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded3from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 305 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 322 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Downloaded2from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Downloaded4from5oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 5.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 5.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 246 kB/s)
Downloaded2from2oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 63 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 99 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloaded5from3central:|https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 234 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloaded4from3central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.7/nexus-common-1.6.7.jar (16 kB at 262 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded5from1central:6https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 2.1 MB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded3from1central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 1.5 MB/s)
Downloading)from5central:|https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloaded4from5central:6https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.7/nexus-staging-maven-plugin-1.6.7.jar (250 kB at 1.8 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 54 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloading)from4central:/https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded4from6central:5https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 171 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.1 MB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloading)from/central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded4from1central:|https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 66 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded4from1central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 122 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded5from0central:3https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 83 kB/s)
Downloading)from7central:1https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded4from0central:3https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded3from0central:3https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 1.0 MB/s)
Downloading)from1central:3https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded2from3central:9https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 645 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded5from6central:2https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 420 kB/s)
Downloading)from7central:5https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded4from6central:2https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 94 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded3from6central:7https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded5from6central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 845 kB/s)
Downloaded4from7central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 149 kB/s)
Downloaded3from4central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 172 kB/s)
Downloaded2from5central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 615 kB/s)
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.5 MB/s)
[1;34mINFOm] Inspecting build with total of 1 modules...
[1;34mINFOm] Not installing Nexus Staging features:
[1;34mINFOm]  * Preexisting staging related goal bindings found in 1 modules.
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 229 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.4 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36mcom.driver733:vk-uploader0;1m >----------------------m
[1;34mINFOm] 1mBuilding vk-uploader 0.4m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from jitpack.io: https://jitpack.io/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom (11 kB at 347 kB/s)
Downloading from jitpack.io: https://jitpack.io/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom (1.0 kB at 50 kB/s)
Downloading from jitpack.io: https://jitpack.io/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom (12 kB at 487 kB/s)
Downloading from jitpack.io: https://jitpack.io/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 793 kB/s)
Downloading from jitpack.io: https://jitpack.io/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 235 kB/s)
Downloading from jitpack.io: https://jitpack.io/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar
Downloading from jitpack.io: https://jitpack.io/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar
Downloading from jitpack.io: https://jitpack.io/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar
Downloading from jitpack.io: https://jitpack.io/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
Downloaded4from4central:6https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar (84 kB at 1.2 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 1.7 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar (119 kB at 1.6 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar (93 kB at 1.1 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.0.0:cleanm 1m(default-clean)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.4.1:enforcem 1m(enforce-maven)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: 64047f4 at timestamp: 2018-08-13T20:46:03
[1;34mINFOm] Storing buildScmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco-maven-plugin:0.8.1:prepare-agentm 1m(default)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/r/repo/target/jacoco.exec
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mproperties-maven-plugin:1.0.0:write-project-propertiesm 1m(1)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.0.1:resourcesm 1m(default-resources)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Copying 2 resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.7.0:compilem 1m(default-compile)m @ 36mvk-uploader0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom (2.4 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom (2.3 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom (1.9 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom (5.5 kB at 275 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom (867 B at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom (4.9 kB at 244 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom (692 B at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom (771 B at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom (1.3 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar
Downloaded5from1central:7https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 151 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 945 kB/s)
Downloaded3from5central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 733 kB/s)
Downloaded2from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 467 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 1.2 MB/s)
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 110 source files to /home/r/repo/target/classes
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/EntranceDirectory.java:[137,20] found raw type: java.nio.file.WatchEvent
  missing type arguments for generic class java.nio.file.WatchEvent<T>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/EntranceDirectory.java:[138,29] found raw type: java.nio.file.WatchEvent.Kind
  missing type arguments for generic class java.nio.file.WatchEvent.Kind<T>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeNonCached.java:[44,24] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeNonCached.java:[50,44] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeNonCached.java:[55,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeNonCached.java:[56,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeNonCached.java:[59,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafe.java:[43,10] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.java:[119,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.java:[121,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.java:[144,18] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.java:[146,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/Attachment.java:[44,10] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.java:[100,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.java:[102,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.java:[106,24] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.java:[129,18] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/Zipped.java:[97,16] explicit call to close() on an auto-closeable resource
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioWithProps.java:[109,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioWithProps.java:[111,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioWithProps.java:[130,18] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder&lt;T,R&gt;
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/QueryResultsBasic.java:[67,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/QueryResultsBasic.java:[70,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/QueryResultsBasic.java:[94,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/QueryResultsBasic.java:[99,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAddAudio.java:[97,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/IdsMap.java:[47,24] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/IdsMap.java:[54,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/IdsMap.java:[65,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudio.java:[97,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudio.java:[99,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudio.java:[118,18] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeCached.java:[44,24] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeCached.java:[50,41] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeCached.java:[55,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeCached.java:[56,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeCached.java:[59,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentFakeAudio.java:[62,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentFakeAudio.java:[63,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/Queries.java:[44,10] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallDocument.java:[80,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/QueriesFromAttachments.java:[61,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/QueriesFromAttachments.java:[62,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/queries/QueriesFromAttachments.java:[65,24] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArraysWithProps.java:[107,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArrays.java:[96,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhoto.java:[88,17] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhoto.java:[90,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.0.1:testResourcesm 1m(default-testResources)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to copy filtered resources.
[1;34mINFOm] Copying 40 resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.7.0:testCompilem 1m(default-testCompile)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 51 source files to /home/r/repo/target/test-classes
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotosTest.java:[83,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotosTest.java:[86,60] serializable class <anonymous com.driver733.vkuploader.wallpost.attachment.AttachmentWallPhotosTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotosTest.java:[111,20] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotosTest.java:[112,21] unchecked method invocation: method add in class java.util.ArrayList is applied to given types
  required: E
  found: java.util.Map
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotosTest.java:[113,28] unchecked conversion
  required: E
  found:    java.util.Map
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/support/IdsMapTest.java:[73,27] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/support/IdsMapTest.java:[73,52] serializable class <anonymous com.driver733.vkuploader.wallpost.attachment.support.IdsMapTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[67,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[115,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[186,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$3> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[256,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$4> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[315,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$5> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[397,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$6> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuoteTest.java:[503,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest$7> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[83,60] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[141,60] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[212,64] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$3> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[278,60] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$4> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[337,64] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$5> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[401,60] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$6> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuoteTest.java:[507,64] serializable class <anonymous com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest$7> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/support/QueryResultsBasicTest.java:[60,29] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/posts/PostsBasicTest.java:[81,64] serializable class <anonymous com.driver733.vkuploader.post.posts.PostsBasicTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/posts/PostsBasicTest.java:[152,68] serializable class <anonymous com.driver733.vkuploader.post.posts.PostsBasicTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/posts/PostsBasicTest.java:[216,31] unchecked generic array creation for varargs parameter of type org.hamcrest.Matcher<? super java.util.Map<java.lang.String,java.lang.String>>[]
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/posts/PostsBasicTest.java:[216,31] unchecked generic array creation for varargs parameter of type org.hamcrest.Matcher<? super java.util.Map<java.lang.String,java.lang.String>>[]
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/posts/PostsBasicTest.java:[274,64] serializable class <anonymous com.driver733.vkuploader.post.posts.PostsBasicTest$3> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/posts/PostsBasicTest.java:[380,68] serializable class <anonymous com.driver733.vkuploader.post.posts.PostsBasicTest$4> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostMusicAlbumTest.java:[82,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostMusicAlbumTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostMusicAlbumTest.java:[185,40] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostMusicAlbumTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostMusicAlbumTest.java:[195,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostMusicAlbumTest$3> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[78,64] serializable class &lt;anonymous com.driver733.vkuploader.post.PostableRootDirTest$1&gt; has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[149,68] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[211,27] unchecked generic array creation for varargs parameter of type org.hamcrest.Matcher<? super java.util.Map<java.lang.String,java.lang.String>>[]
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[211,27] unchecked generic array creation for varargs parameter of type org.hamcrest.Matcher<? super java.util.Map<java.lang.String,java.lang.String>>[]
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[268,64] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$3> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[374,68] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$4> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[460,64] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$5> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[531,68] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$6> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[606,64] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$7> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[665,68] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$8> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[735,64] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$9> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/PostableRootDirTest.java:[841,68] serializable class <anonymous com.driver733.vkuploader.post.PostableRootDirTest$10> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/support/PropertiesUpdateTest.java:[81,31] found raw type: com.vk.api.sdk.client.AbstractQueryBuilder
  missing type arguments for generic class com.vk.api.sdk.client.AbstractQueryBuilder<T,R>
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/support/PropertiesUpdateTest.java:[81,56] serializable class <anonymous com.driver733.vkuploader.wallpost.attachment.support.PropertiesUpdateTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostRandomTest.java:[69,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostRandomTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostRandomTest.java:[141,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostRandomTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostRandomTest.java:[204,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostRandomTest$3> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostRandomTest.java:[263,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostRandomTest$4> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostRandomTest.java:[324,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostRandomTest$5> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostRandomTest.java:[430,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostRandomTest$6> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/support/ZippedTest.java:[82,38] serializable class <anonymous com.driver733.vkuploader.wallpost.attachment.support.ZippedTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioTest.java:[79,64] serializable class <anonymous com.driver733.vkuploader.wallpost.attachment.AttachmentAudioTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/EntranceDirectoryTest.java:[81,60] serializable class <anonymous com.driver733.vkuploader.post.EntranceDirectoryTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/EntranceDirectoryTest.java:[153,64] serializable class <anonymous com.driver733.vkuploader.post.EntranceDirectoryTest$2> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/EntranceDirectoryTest.java:[237,27] unchecked generic array creation for varargs parameter of type org.hamcrest.Matcher<? super java.util.Map<java.lang.String,java.lang.String>>[]
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/post/EntranceDirectoryTest.java:[237,27] unchecked generic array creation for varargs parameter of type org.hamcrest.Matcher<? super java.util.Map<java.lang.String,java.lang.String>>[]
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostPhotoAlbumTest.java:[75,64] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostPhotoAlbumTest$1> has no definition of serialVersionUID
[1;33mWARNINGm] /home/r/repo/src/test/java/com/driver733/vkuploader/wallpost/WallPostPhotoAlbumTest.java:[147,68] serializable class <anonymous com.driver733.vkuploader.wallpost.WallPostPhotoAlbumTest$2> has no definition of serialVersionUID
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:2.19.1:testm 1m(default-test)m @ 36mvk-uploader0;1m ---m

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.driver733.vkuploader.wallpost.attachment.message.ID3v1AnnotatedSafeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in com.driver733.vkuploader.wallpost.attachment.message.ID3v1AnnotatedSafeTest
Running com.driver733.vkuploader.wallpost.attachment.support.AttachmentStringsFromJsonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.driver733.vkuploader.wallpost.attachment.support.AttachmentStringsFromJsonTest
Running com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.basictag.BasicTagTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.basictag.BasicTagTest
Running com.driver733.vkuploader.wallpost.attachment.support.AttachmentsFromResultsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.driver733.vkuploader.wallpost.attachment.support.AttachmentsFromResultsTest
Running com.driver733.vkuploader.wallpost.attachment.support.AttachmentStringFromJsonTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec - in com.driver733.vkuploader.wallpost.attachment.support.AttachmentStringFromJsonTest
Running com.driver733.vkuploader.post.execution.UploadExecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in com.driver733.vkuploader.post.execution.UploadExecTest
Running com.driver733.vkuploader.wallpost.attachment.support.QueryResultsBasicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in com.driver733.vkuploader.wallpost.attachment.support.QueryResultsBasicTest
Running com.driver733.vkuploader.wallpost.attachment.message.MessageWithRandomQuoteTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec - in com.driver733.vkuploader.wallpost.attachment.message.MessageWithRandomQuoteTest
Running com.driver733.vkuploader.wallpost.PropsFileTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 sec - in com.driver733.vkuploader.wallpost.PropsFileTest
Running com.driver733.vkuploader.post.UploadUrlsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec - in com.driver733.vkuploader.post.UploadUrlsTest
Running com.driver733.vkuploader.wallpost.WallPostFromGroupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec - in com.driver733.vkuploader.wallpost.WallPostFromGroupTest
Running com.driver733.vkuploader.wallpost.attachment.message.MessageBasicTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in com.driver733.vkuploader.wallpost.attachment.message.MessageBasicTest
Running com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.bytearray.fallback.FallbackBytesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.bytearray.fallback.FallbackBytesTest
Running com.driver733.vkuploader.post.posts.PostsBasicTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.16 sec - in com.driver733.vkuploader.post.posts.PostsBasicTest
Running com.driver733.vkuploader.post.PostableRootDirTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.101 sec - in com.driver733.vkuploader.post.PostableRootDirTest
Running com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.advancedtag.AdvancedTagVerifiedAlbumImageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.advancedtag.AdvancedTagVerifiedAlbumImageTest
Running com.driver733.vkuploader.wallpost.attachment.AttachmentAudioPropsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 sec - in com.driver733.vkuploader.wallpost.attachment.AttachmentAudioPropsTest
Running com.driver733.vkuploader.wallpost.WallPostBaseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.driver733.vkuploader.wallpost.WallPostBaseTest
Running com.driver733.vkuploader.wallpost.WallPostWithOwnerIdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.driver733.vkuploader.wallpost.WallPostWithOwnerIdTest
Running com.driver733.vkuploader.wallpost.WallPostWithAttachmentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 sec - in com.driver733.vkuploader.wallpost.WallPostWithAttachmentsTest
Running com.driver733.vkuploader.wallpost.attachment.support.queries.QueriesSafeNonCachedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 sec - in com.driver733.vkuploader.wallpost.attachment.support.queries.QueriesSafeNonCachedTest
Running com.driver733.vkuploader.wallpost.WallPostWithMessageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.driver733.vkuploader.wallpost.WallPostWithMessageTest
Running com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 604ms
2018-08-13 20:46:16 INFO  BaseRequest:361 - #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
2018-08-13 20:46:16 INFO  BaseRequest:361 - #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 196ms
2018-08-13 20:46:16 INFO  BaseRequest:361 - #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 192ms
2018-08-13 20:46:16 INFO  BaseRequest:361 - #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 205ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 sec - in com.driver733.vkuploader.wallpost.WallPostWithRandomQuoteTest
Running com.driver733.vkuploader.wallpost.attachment.support.IdsMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.driver733.vkuploader.wallpost.attachment.support.IdsMapTest
Running com.driver733.vkuploader.wallpost.attachment.AttachmentWallPhotosTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in com.driver733.vkuploader.wallpost.attachment.AttachmentWallPhotosTest
Running com.driver733.vkuploader.wallpost.WallPostPhotoAlbumTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 sec - in com.driver733.vkuploader.wallpost.WallPostPhotoAlbumTest
Running com.driver733.vkuploader.media.RandomMediaFromEntranceDirectoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in com.driver733.vkuploader.media.RandomMediaFromEntranceDirectoryTest
Running com.driver733.vkuploader.wallpost.attachment.support.BytesFromRequestTest
2018-08-13 20:46:16 INFO  BaseRequest:361 - #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.driver733.vkuploader.wallpost.attachment.support.BytesFromRequestTest
Running com.driver733.vkuploader.wallpost.WallPostMusicAlbumTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 sec - in com.driver733.vkuploader.wallpost.WallPostMusicAlbumTest
Running com.driver733.vkuploader.wallpost.attachment.support.queries.QueriesSafeCachedTest
2018-08-13 20:46:16 INFO  BaseRequest:0 - #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 5ms
SLF4J: A number (5) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#replay
2018-08-13 20:46:16 INFO  WallPostsMusicAlbum:0 - Processing directory: 'src/test/resources/music/album'...
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 sec - in com.driver733.vkuploader.wallpost.attachment.support.queries.QueriesSafeCachedTest
Running com.driver733.vkuploader.media.MediaVerifiedTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec - in com.driver733.vkuploader.media.MediaVerifiedTest
Running com.driver733.vkuploader.post.EntranceDirectoryTest
2018-08-13 20:46:16 INFO  WallPostsPhotoAlbum:228 - Processing directory: 'src/test/resources/photos/testPhotoAlbum'...
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.335 sec - in com.driver733.vkuploader.post.EntranceDirectoryTest
Running com.driver733.vkuploader.wallpost.WallPostRandomTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec - in com.driver733.vkuploader.wallpost.WallPostRandomTest
Running com.driver733.vkuploader.wallpost.attachment.support.ZippedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec - in com.driver733.vkuploader.wallpost.attachment.support.ZippedTest
Running com.driver733.vkuploader.wallpost.attachment.AttachmentAddAudioTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 sec - in com.driver733.vkuploader.wallpost.attachment.AttachmentAddAudioTest
Running com.driver733.vkuploader.wallpost.attachment.AttachmentWallPhotoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in com.driver733.vkuploader.wallpost.attachment.AttachmentWallPhotoTest
Running com.driver733.vkuploader.wallpost.attachment.support.PropertiesUpdateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in com.driver733.vkuploader.wallpost.attachment.support.PropertiesUpdateTest
Running com.driver733.vkuploader.wallpost.attachment.AttachmentAudioTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.driver733.vkuploader.wallpost.attachment.AttachmentAudioTest
Running com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 209ms
2018-08-13 20:46:19 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 30ms
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 195ms
2018-08-13 20:46:19 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 21ms
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 590ms
2018-08-13 20:46:19 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 32ms
2018-08-13 20:46:17 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 197ms
2018-08-13 20:46:19 INFO  BaseRequest:361 - #fetch(POST api.forismatic.com /api/1.0/): [200 OK] in 35ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.969 sec - in com.driver733.vkuploader.wallpost.wallposts.WallPostsRandomQuoteTest
Running com.driver733.vkuploader.wallpost.attachment.AttachmentWallDocumentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec - in com.driver733.vkuploader.wallpost.attachment.AttachmentWallDocumentTest
Running com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.advancedtag.AdvancedTagFromMp3FileTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.advancedtag.AdvancedTagFromMp3FileTest

Results :

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

[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.14.1:versionalizem 1m(jcabi-versionalize-packages)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[1;34mINFOm] Versionalizing /home/r/repo/target/classes directory
[0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[1;34mINFOm] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.18/55a5c13
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/wallposts/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/message/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/upload/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/support/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/support/queries/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/support/strings/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/support/fields/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/wallpost/attachment/support/string/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/post/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/post/execution/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/post/posts/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/media/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/com/driver733/vkuploader/media/photo/com-driver733-vk-uploader-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco-maven-plugin:0.8.1:reportm 1m(report)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Loading execution data file /home/r/repo/target/jacoco.exec
[1;34mINFOm] Analyzed bundle 'vk-uploader' with 72 classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.0.2:jarm 1m(default-jar)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/target/vk-uploader-0.4.jar
[1;34mINFOm]
[1;34mINFOm] 1m>>> 0;32mmaven-source-plugin:3.0.1:jarm 1m(jcabi-sources)0;1m > 0;1mgenerate-sourcesm @ 36mvk-uploader0;1m >>>m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:1.4.1:enforcem 1m(enforce-maven)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:createm 1m(jcabi-build-number)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:1.4:create-timestampm 1m(jcabi-build-number)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco-maven-plugin:0.8.1:prepare-agentm 1m(default)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/home/r/repo/target/jacoco.exec
[1;34mINFOm]
[1;34mINFOm] 1m<<< 0;32mmaven-source-plugin:3.0.1:jarm 1m(jcabi-sources)0;1m < 0;1mgenerate-sourcesm @ 36mvk-uploader0;1m <<<m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-source-plugin:3.0.1:jarm 1m(jcabi-sources)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/target/vk-uploader-0.4-sources.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-javadoc-plugin:2.10.4:jarm 1m(jcabi-javadoc)m @ 36mvk-uploader0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 216 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 152 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 320 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 120 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 279 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 173 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 176 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 424 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 871 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 115 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 781 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 291 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Downloaded1from7central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 715 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 194 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 865 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 357 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 359 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 683 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 244 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 468 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 570 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 240 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 674 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 350 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 294 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 301 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 430 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 205 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 447 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 538 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 179 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 146 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 145 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 506 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (5.9 kB at 281 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 kB at 635 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (5.7 kB at 258 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (11 kB at 499 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar
Downloaded2from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 128 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded5from2central:/https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 390 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 704 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 840 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 295 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 796 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloaded5from3central:/https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 717 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloaded5from7central:|https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 673 kB/s)
Downloading)from/central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloaded5from2central:|https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 147 kB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded5from6central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 289 kB/s)
Downloading)from5central:2https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded4from6central:.https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 1.2 MB/s)
Downloading)from2central:|https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 443 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 681 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 586 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 107 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 648 kB/s)
Downloading)from0central:|https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 818 kB/s)
Downloaded4from.central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.1 MB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 857 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded5from.central:2https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 259 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar
Downloaded4from.central:1https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 2.7 MB/s)
Downloaded4from2central:4https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (224 kB at 443 kB/s)
Downloaded3from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 382 kB/s)
Downloaded2from9central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar (185 kB at 347 kB/s)
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (433 kB at 787 kB/s)
[1;34mINFOm]
Loading source files for package com.driver733.vkuploader.wallpost...
Loading source files for package com.driver733.vkuploader.wallpost.wallposts...
Loading source files for package com.driver733.vkuploader.wallpost.attachment...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.message...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.bytearray.fallback...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.bytearray...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.mp3filefromfile...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.basictag...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.mp3filefromfile.advancedtag...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.upload...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.support...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.support.queries...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.support.queries.safe...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.support.strings...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.support.fields...
Loading source files for package com.driver733.vkuploader.wallpost.attachment.support.string...
Loading source files for package com.driver733.vkuploader...
Loading source files for package com.driver733.vkuploader.post...
Loading source files for package com.driver733.vkuploader.post.execution...
Loading source files for package com.driver733.vkuploader.post.posts...
Loading source files for package com.driver733.vkuploader.media...
Loading source files for package com.driver733.vkuploader.media.photo...
Constructing Javadoc information...
Standard Doclet version 1.8.0_181
Building tree for all the packages and classes...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/Props.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/PropsFile.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPost.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostBase.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostFromGroup.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostMusicAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostPhotoAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostRandom.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostWithAttachments.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostWithMessage.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostWithOwnerId.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/WallPostWithRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/WallPosts.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/WallPostsMusicAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/WallPostsPhotoAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandom.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/Attachment.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentAddAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioProps.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioWithProps.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentFakeAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentWallDocument.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhoto.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/ID3v1AnnotatedSafe.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/MessageBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/MessageWithRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/RequestRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/TagSafe.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/FallbackBytes.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/ByteArrayFromFile.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/ByteArrayImageFromAdvancedTag.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/BasicTag.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/BasicTagFromMp3File.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/AdvancedTag.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/AdvancedTagFromMp3File.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/AdvancedTagVerifiedAlbumImage.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/QueryFakeAudioAdd.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/TransportClientFake.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/Upload.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/UploadAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/UploadWallDocument.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/UploadWallPhoto.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/AudioStatus.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/BytesFromRequest.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/IdsMap.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/PropertiesUpdate.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/QueryResultsBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/RequestRandomImage.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/WallPhotoStatus.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/Zipped.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/Queries.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/QueriesFromAttachments.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafe.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeCached.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/QueriesSafeNonCached.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/AttachmentsFromResults.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/AttachmentStrings.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/AttachmentStringsFromJson.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArrays.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArraysWithProps.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentsFields.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/AttachmentString.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/AttachmentStringFromJson.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/Entrance.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/EntranceDirectory.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/Postable.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/PostableRootDir.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/SuppressFBWarnings.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/UploadServers.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/UploadServersBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/UploadExec.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/UploadExecVerification.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/Posts.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/PostsBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/AudiosNonProcessed.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/Media.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/MediaAudiosBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/MediaEmpty.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/MediaRandom.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/MediaSingle.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/MediaVerified.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/RandomMediaFromDirectory.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/MediaPhotosBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/MediaPhotosNonProcessed.html...
Generating /home/r/repo/target/apidocs/overview-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/package-tree.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/package-frame.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/package-summary.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/package-tree.html...
Generating /home/r/repo/target/apidocs/constant-values.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/PropsFile.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostBase.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostFromGroup.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostRandom.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostMusicAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostWithAttachments.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostWithRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPost.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostPhotoAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostWithMessage.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/WallPostWithOwnerId.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/class-use/Props.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/class-use/WallPostsRandom.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/class-use/WallPosts.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/class-use/WallPostsMusicAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/class-use/WallPostsPhotoAlbum.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/class-use/WallPostsRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentCachedAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentAddAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentFakeAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentWallPhotos.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/Attachment.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentAudioWithProps.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentWallPhoto.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentAudioProps.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentWallDocument.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/class-use/AttachmentAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/class-use/ID3v1AnnotatedSafe.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/class-use/MessageWithRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/class-use/TagSafe.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/class-use/RequestRandomQuote.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/class-use/MessageBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/class-use/FallbackBytes.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/class-use/ByteArrayImageFromAdvancedTag.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/class-use/ByteArrayFromFile.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/class-use/BasicTagFromMp3File.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/class-use/BasicTag.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/class-use/AdvancedTag.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/class-use/AdvancedTagVerifiedAlbumImage.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/class-use/AdvancedTagFromMp3File.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/class-use/UploadWallPhoto.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/class-use/Upload.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/class-use/UploadAudio.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/class-use/TransportClientFake.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/class-use/UploadWallDocument.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/class-use/QueryFakeAudioAdd.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/AudioStatus.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/RequestRandomImage.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/Zipped.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/WallPhotoStatus.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/BytesFromRequest.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/IdsMap.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/QueryResultsBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/class-use/PropertiesUpdate.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/class-use/Queries.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/class-use/QueriesFromAttachments.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/class-use/QueriesSafe.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/class-use/QueriesSafeNonCached.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/class-use/QueriesSafeCached.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/class-use/AttachmentStrings.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/class-use/AttachmentsFromResults.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/class-use/AttachmentStringsFromJson.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/class-use/AttachmentArrays.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/class-use/AttachmentArraysWithProps.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/class-use/AttachmentsFields.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/class-use/AttachmentString.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/class-use/AttachmentStringFromJson.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/Entrance.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/SuppressFBWarnings.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/EntranceDirectory.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/UploadServersBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/Postable.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/PostableRootDir.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/class-use/UploadServers.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/class-use/UploadExecVerification.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/class-use/UploadExec.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/class-use/Posts.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/class-use/PostsBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/RandomMediaFromDirectory.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/MediaRandom.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/Media.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/AudiosNonProcessed.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/MediaVerified.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/MediaAudiosBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/MediaEmpty.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/class-use/MediaSingle.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/class-use/MediaPhotosBasic.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/class-use/MediaPhotosNonProcessed.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/media/photo/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/execution/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/post/posts/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/message/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/advancedtag/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/basictag/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/fields/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/queries/safe/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/string/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/support/strings/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/attachment/upload/package-use.html...
Generating /home/r/repo/target/apidocs/com/driver733/vkuploader/wallpost/wallposts/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/target/apidocs/overview-tree.html...
Generating /home/r/repo/target/apidocs/index-all.html...
Generating /home/r/repo/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/target/apidocs/index.html...
Generating /home/r/repo/target/apidocs/overview-summary.html...
Generating /home/r/repo/target/apidocs/help-doc.html...
72 warnings
[1;33mWARNINGm] Javadoc Warnings
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostMusicAlbum.java:63: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostMusicAlbum.java:107: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostPhotoAlbum.java:52: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostPhotoAlbum.java:90: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostRandom.java:50: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostRandom.java:50: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuote.java:51: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/WallPostWithRandomQuote.java:65: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsMusicAlbum.java:65: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsMusicAlbum.java:147: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsPhotoAlbum.java:64: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsPhotoAlbum.java:131: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandom.java:67: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandom.java:67: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuote.java:61: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/WallPostsRandomQuote.java:111: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAddAudio.java:82: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudio.java:82: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioProps.java:42: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioProps.java:67: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentAudioWithProps.java:92: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.java:59: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentCachedAudio.java:102: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhoto.java:75: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.java:49: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/AttachmentWallPhotos.java:85: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/message/ID3v1AnnotatedSafe.java:40: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/mp3filefromfile/bytearray/fallback/FallbackBytes.java:41: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/upload/QueryFakeAudioAdd.java:41: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArrays.java:56: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArrays.java:56: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArrays.java:81: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArraysWithProps.java:59: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArraysWithProps.java:59: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/attachment/support/fields/AttachmentArraysWithProps.java:90: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/PostableRootDir.java:51: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/SuppressFBWarnings.java:38: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/PostsBasic.java:53: warning - @checkstyle is an unknown tag.
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/package-info.java:33: warning - Tag @see:illegal character: "58" in "https://vk.com/dev/wall"
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/package-info.java:33: warning - Tag @see:illegal character: "47" in "https://vk.com/dev/wall"
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/package-info.java:33: warning - Tag @see:illegal character: "47" in "https://vk.com/dev/wall"
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/package-info.java:33: warning - Tag @see:illegal character: "47" in "https://vk.com/dev/wall"
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/package-info.java:33: warning - Tag @see:illegal character: "47" in "https://vk.com/dev/wall"
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/package-info.java:33: warning - Tag @see: reference not found: https://vk.com/dev/wall
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/Props.java:72: warning - Tag @link: reference not found: Map.Entry
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/post/posts/package-info.java:33: warning - Tag @link: reference not found: Post
[1;33mWARNINGm] /home/r/repo/src/main/java/com/driver733/vkuploader/wallpost/wallposts/package-info.java:32: warning - Tag @link: reference not found: WallPost
[1;34mINFOm] Building jar: /home/r/repo/target/vk-uploader-0.4-javadoc.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:2.22.0:integration-testm 1m(integration-test)m @ 36mvk-uploader0;1m ---m
[1;33mWARNINGm] useSystemClassloader setting has no effect when not forking
java.lang.UnsupportedOperationException: #apply()
        at com.driver733.vkuploader.wallpost.support.VkCredentials.apply(VkCredentials.java:138)
        at org.junit.rules.RunRules.applyAll(RunRules.java:26)
        at org.junit.rules.RunRules.<init>(RunRules.java:15)
        at org.junit.runners.BlockJUnit4ClassRunner.withTestRules(BlockJUnit4ClassRunner.java:400)
        at org.junit.runners.BlockJUnit4ClassRunner.withRules(BlockJUnit4ClassRunner.java:356)
        at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:278)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

java.lang.UnsupportedOperationException: #apply()
        at com.driver733.vkuploader.wallpost.support.VkCredentials.apply(VkCredentials.java:138)
        at org.junit.rules.RunRules.applyAll(RunRules.java:26)
        at org.junit.rules.RunRules.<init>(RunRules.java:15)
        at org.junit.runners.BlockJUnit4ClassRunner.withTestRules(BlockJUnit4ClassRunner.java:400)
        at org.junit.runners.BlockJUnit4ClassRunner.withRules(BlockJUnit4ClassRunner.java:356)
        at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:278)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

java.lang.UnsupportedOperationException: #apply()
        at com.driver733.vkuploader.wallpost.support.VkCredentials.apply(VkCredentials.java:138)
        at org.junit.rules.RunRules.applyAll(RunRules.java:26)
        at org.junit.rules.RunRules.<init>(RunRules.java:15)
        at org.junit.runners.BlockJUnit4ClassRunner.withTestRules(BlockJUnit4ClassRunner.java:400)
        at org.junit.runners.BlockJUnit4ClassRunner.withRules(BlockJUnit4ClassRunner.java:356)
        at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:278)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

java.lang.UnsupportedOperationException: #apply()
        at com.driver733.vkuploader.wallpost.support.VkCredentials.apply(VkCredentials.java:138)
        at org.junit.rules.RunRules.applyAll(RunRules.java:26)
        at org.junit.rules.RunRules.<init>(RunRules.java:15)
        at org.junit.runners.BlockJUnit4ClassRunner.withTestRules(BlockJUnit4ClassRunner.java:400)
        at org.junit.runners.BlockJUnit4ClassRunner.withRules(BlockJUnit4ClassRunner.java:356)
        at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:278)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:410)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

[1;34mINFOm] Running com.driver733.vkuploader.wallpost.WallPostWithMessageIT
[1;34mINFOm] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.driver733.vkuploader.wallpost.WallPostWithMessageIT
[1;34mINFOm] Running com.driver733.vkuploader.wallpost.attachment.support.RandomImageIT
2018-08-13 20:47:15 INFO  BaseRequest:361 - #fetch(GET picsum.photos /600/400/): [200 OK] in 597ms
[1;34mINFOm] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in com.driver733.vkuploader.wallpost.attachment.support.RandomImageIT
[1;34mINFOm] Running com.driver733.vkuploader.wallpost.WallPostFromGroupIT
[1;34mINFOm] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.driver733.vkuploader.wallpost.WallPostFromGroupIT
[1;34mINFOm] Running com.driver733.vkuploader.wallpost.WallPostWithAttachmentsIT
[1;34mINFOm] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.driver733.vkuploader.wallpost.WallPostWithAttachmentsIT
[1;34mINFOm] Running com.driver733.vkuploader.wallpost.WallPostWithOwnerIdIT
[1;34mINFOm] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.driver733.vkuploader.wallpost.WallPostWithOwnerIdIT
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;34mINFOm] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:1.8:runm 1m(default)m @ 36mvk-uploader0;1m ---m
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloading from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 481 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 267 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded4from5central:|https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 574 kB/s)
Downloaded3from2central:4https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 2.7 MB/s)
Downloaded2from4central:.https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 2.8 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 5.8 MB/s)
[1;34mINFOm] Executing tasks

main:
     [echo] XCOP is not available in PATH
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-gpg-plugin:1.6:signm 1m(jcabi-sign-artifacts)m @ 36mvk-uploader0;1m ---m
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/home/r/secring.gpg' to gpg-agent
gpg: key 9329341F355D1C02: secret key imported
gpg: migration succeeded
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:2.22.0:verifym 1m(verify)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mproperties-maven-plugin:1.0.0:read-project-propertiesm 1m(2)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:2.5.2:installm 1m(default-install)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4.jar to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar
[1;34mINFOm] Installing /home/r/repo/pom.xml to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-sources.jar to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-javadoc.jar to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4.jar.asc to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4.pom.asc to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom.asc
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-sources.jar.asc to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-javadoc.jar.asc to /root/.m2/repository/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar.asc
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-deploy-plugin:2.8.2:deploym 1m(default-deploy)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Skipping artifact deployment
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mnexus-staging-maven-plugin:1.6.7:deploym 1m(jcabi-deploy-to-sonatype)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[1;34mINFOm]  + Using server credentials "oss.sonatype.org" from Maven settings.
[1;34mINFOm]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.9-01 and edition "Professional"
[1;34mINFOm]  * Using staging profile ID "5f49263e0ea324" (matched by Nexus).
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4.jar to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-sources.jar to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-javadoc.jar to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4.jar.asc to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4.pom.asc to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom.asc
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar.asc
[1;34mINFOm] Installing /home/r/repo/target/vk-uploader-0.4-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/5f49263e0ea324/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar.asc
[1;34mINFOm] Performing remote staging...
[1;34mINFOm]
[1;34mINFOm]  * Remote staging into staging profile ID "5f49263e0ea324"
[1;34mINFOm]  * Created staging repository with ID "comdriver733-1002".
[1;34mINFOm]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002
[1;34mINFOm]  * Uploading locally staged artifacts to profile com.driver733
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar (123 kB at 89 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom (12 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/maven-metadata.xml (300 B at 297 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar (161 kB at 160 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.pom.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar (594 kB at 650 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4.jar.asc (488 B at 2.1 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-javadoc.jar.asc (488 B at 2.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comdriver733-1002/com/driver733/vk-uploader/0.4/vk-uploader-0.4-sources.jar.asc (488 B at 2.1 kB/s)
[1;34mINFOm]  * Upload of locally staged artifacts finished.
[1;34mINFOm]  * Closing staging repository with ID "comdriver733-1002".

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

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

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

[1;34mINFOm] Released
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco-maven-plugin:0.8.1:reportm 1m(default-cli)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Loading execution data file /home/r/repo/target/jacoco.exec
[1;34mINFOm] Analyzed bundle 'vk-uploader' with 72 classes
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36mcom.driver733:vk-uploader0;1m >----------------------m
[1;34mINFOm] 1mBuilding vk-uploader 0.4m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcoveralls-maven-plugin:4.3.0:reportm 1m(default-cli)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Starting Coveralls job
[1;34mINFOm] Using repository token <secret>
[1;34mINFOm] Git commit 64047f4 in __rultor
[1;34mINFOm] Writing Coveralls data to /home/r/repo/target/coveralls.json...
[1;34mINFOm] Processing coverage report from /home/r/repo/target/site/jacoco/jacoco.xml
[1;34mINFOm] Successfully wrote Coveralls data in 136ms
[1;34mINFOm] Gathered code coverage metrics for 68 source files with 8170 lines of code:
[1;34mINFOm] - 1311 relevant lines
[1;34mINFOm] - 1210 covered lines
[1;34mINFOm] - 101 missed lines
[1;34mINFOm] Submitting Coveralls data to API
[1;34mINFOm] Successfully submitted Coveralls data in 1290ms for Job ##11.1
[1;34mINFOm] https://coveralls.io/jobs/39273035
[1;34mINFOm] *** It might take hours for Coveralls to update the actual coverage numbers for a job
[1;34mINFOm]     If you see question marks in the report, please be patient
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36mcom.driver733:vk-uploader0;1m >----------------------m
[1;34mINFOm] 1mBuilding vk-uploader 0.4m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mqulice-maven-plugin:0.17.5:checkm 1m(default-cli)m @ 36mvk-uploader0;1m ---m
[1;34mINFOm] Starting FindBugs validator
[1;34mINFOm] Finishing FindBugs validator
[1;34mINFOm] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[1;34mINFOm] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[1;34mINFOm] Checking compile classpath
[1;34mINFOm] Checking runtime classpath
[1;34mINFOm] This is not an SVN project
[1;34mINFOm] No dependency analysis in this project
[1;34mINFOm] Qulice quality check completed in 17s
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time: 03:45 min
[1;34mINFOm] Finished at: 2018-08-13T20:48:59Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
+ clean_up
+ md5deep -r -s /root/.m2
++ md5deep -r -x m2sumOld /root/.m2
++ grep -v --ignore-case -e driver733 -e VK-Uploader
+ '[' '' '!=' '' ']'
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.4 -m '0.4: tagged by rultor.com'
+ git reset --hard
HEAD is now at 64047f4 0.4
+ git clean -fd
Removing dropbox_uploader.sh
Removing m2sumOld
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 64047f4).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:driver733/VK-Uploader.git
 * [new tag]         0.4 -> 0.4
container 46e4ff3bcaf8c8edc3cb516ec3e66a14ace688bdc466ab0ea5aaac9de96b0af1 is dead
Mon Aug 13 22:50:54 CEST 2018