See <https://builds.apache.org/job/maven-plugin-tools-m2/181/changes>
Changes:
[hboutemy] [maven-release-plugin] prepare for next development iteration
[hboutemy] [maven-release-plugin] prepare release maven-plugin-tools-3.4
[hboutemy] ok, release plugin refuses a property here without trying to update
[hboutemy] ok, release plugin refuses any other dependency version
[hboutemy] trying with plugin-tools version property from parent pom: perhaps
release plugin won't interfere here
[hboutemy] changed annotations version since release plugin doesn't accept any
other
------------------------------------------
[...truncated 969 lines...]
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-ant/target/maven-plugin-tools-ant-3.5-SNAPSHOT.jar>
[WARNING] DEPRECATED [sourceDirectory]: instead use {@link #sourceDirectories}
[WARNING] DEPRECATED [testSourceDirectory]: instead use {@link
#testSourceDirectories}
[INFO] [checkstyle:check {execution: checkstyle-check}]
[INFO]
[INFO] There are 1 checkstyle errors.
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-ant/target/maven-plugin-tools-ant-3.5-SNAPSHOT.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.5-SNAPSHOT/maven-plugin-tools-ant-3.5-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Plugin Tool for Beanshell
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-bytecode-version}]
[INFO] [enforcer:enforce {execution: ban-known-bad-maven-versions}]
[INFO] [apache-rat:check {execution: rat-check}]
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 5 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0
approved: 5 licence.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-beanshell/target/classes>
[INFO] [plexus-component-metadata:generate-metadata {execution: default}]
[INFO] Discovered 1 component descriptors(s)
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-beanshell/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [plexus-component-metadata:generate-test-metadata {execution: default}]
[INFO] [surefire:test {execution: default-test}]
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-beanshell/target/maven-plugin-tools-beanshell-3.5-SNAPSHOT.jar>
[WARNING] DEPRECATED [sourceDirectory]: instead use {@link #sourceDirectories}
[WARNING] DEPRECATED [testSourceDirectory]: instead use {@link
#testSourceDirectories}
[INFO] [checkstyle:check {execution: checkstyle-check}]
[INFO]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-beanshell/target/maven-plugin-tools-beanshell-3.5-SNAPSHOT.jar>
to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.5-SNAPSHOT/maven-plugin-tools-beanshell-3.5-SNAPSHOT.jar
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Maven Plugin Tools .................................... SUCCESS [12.818s]
[INFO] Maven Plugin Tools Extractor API ...................... SUCCESS [11.407s]
[INFO] Maven Plugin Tools Generators ......................... SUCCESS [3.978s]
[INFO] Maven Plugin Tool for Java with Javadoc Tags .......... SUCCESS [3.535s]
[INFO] Maven Plugin Tools Java 5 Annotations ................. SUCCESS [0.922s]
[INFO] Maven Plugin Tool for Java with Annotations ........... SUCCESS [2.556s]
[INFO] Maven Script Mojo Support ............................. SUCCESS [0.617s]
[INFO] Maven Beanshell Mojo Support .......................... SUCCESS [0.862s]
[INFO] Maven Ant Mojo Support ................................ SUCCESS [2.069s]
[INFO] Maven Plugin Plugin ................................... FAILED
[3:03.485s]
[INFO] Maven Plugin Tools Javadoc Taglets .................... SUCCESS [5.892s]
[INFO] Maven Plugin Metadata Model ........................... SUCCESS [1.458s]
[INFO] Maven Plugin Tool for Ant ............................. SUCCESS [1.328s]
[INFO] Maven Plugin Tool for Beanshell ....................... SUCCESS [0.893s]
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Maven Plugin Plugin (during install)
[INFO] ------------------------------------------------------------------------
[INFO] 5 builds failed. See console output above for details.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: 5 builds failed. See console output
above for details.
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at
org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at hudson.maven.agent.Main.launch(Main.java:205)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:154)
at hudson.maven.Maven2Builder.call(Maven2Builder.java:79)
at hudson.maven.Maven2Builder.call(Maven2Builder.java:55)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoFailureException: 5 builds failed. See
console output above for details.
at
org.apache.maven.plugin.invoker.InvokerSession.handleFailures(InvokerSession.java:258)
at
org.apache.maven.plugin.invoker.InvokerMojo.processResults(InvokerMojo.java:61)
at
org.apache.maven.plugin.invoker.AbstractInvokerMojo.execute(AbstractInvokerMojo.java:725)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at
hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD ERRORS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 2 seconds
[INFO] Finished at: Wed Dec 31 18:10:05 UTC 2014
[INFO] Final Memory: 97M/720M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-api/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-api/3.5-SNAPSHOT/maven-plugin-tools-api-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-api/target/maven-plugin-tools-api-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-api/3.5-SNAPSHOT/maven-plugin-tools-api-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tools
Extractor API #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 26524 bytes
Compression is 0.0%
Took 0.3 sec
[JENKINS] Archiving
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugin-tools/maven-script/3.5-SNAPSHOT/maven-script-3.5-SNAPSHOT.pom
to
org.apache.maven.plugin-tools/maven-script/3.5-SNAPSHOT/maven-script-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-script/target/maven-script-3.5-SNAPSHOT-site.xml>
to
org.apache.maven.plugin-tools/maven-script/3.5-SNAPSHOT/maven-script-3.5-SNAPSHOT-site.xml
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugin-tools/maven-script/3.5-SNAPSHOT/maven-script-3.5-SNAPSHOT.pom
is not inside
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-script/;> will
archive in a separate pass
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Script Mojo
Support #180
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1242 bytes
Compression is 0.0%
Took 0.11 sec
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Script Mojo
Support #180
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1686 bytes
Compression is 0.0%
Took 72 ms
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-plugin/pom.xml>
to
org.apache.maven.plugins/maven-plugin-plugin/3.5-SNAPSHOT/maven-plugin-plugin-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-plugin/target/maven-plugin-plugin-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugins/maven-plugin-plugin/3.5-SNAPSHOT/maven-plugin-plugin-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Plugin
#180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 64077 bytes
Compression is 0.0%
Took 0.22 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-beanshell/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-beanshell/3.5-SNAPSHOT/maven-plugin-tools-beanshell-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-beanshell/target/maven-plugin-tools-beanshell-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-beanshell/3.5-SNAPSHOT/maven-plugin-tools-beanshell-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tool
for Beanshell #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 16655 bytes
Compression is 0.0%
Took 0.15 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-script/maven-script-beanshell/pom.xml>
to
org.apache.maven.plugin-tools/maven-script-beanshell/3.5-SNAPSHOT/maven-script-beanshell-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-script/maven-script-beanshell/target/maven-script-beanshell-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-script-beanshell/3.5-SNAPSHOT/maven-script-beanshell-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Beanshell Mojo
Support #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 10917 bytes
Compression is 0.0%
Took 0.17 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-javadoc/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-javadoc/3.5-SNAPSHOT/maven-plugin-tools-javadoc-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-javadoc/target/maven-plugin-tools-javadoc-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-javadoc/3.5-SNAPSHOT/maven-plugin-tools-javadoc-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tools
Javadoc Taglets #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 37556 bytes
Compression is 0.0%
Took 0.18 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-generators/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-generators/3.5-SNAPSHOT/maven-plugin-tools-generators-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-generators/target/maven-plugin-tools-generators-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-generators/3.5-SNAPSHOT/maven-plugin-tools-generators-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tools
Generators #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 51494 bytes
Compression is 0.0%
Took 0.16 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-annotations/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-annotations/3.5-SNAPSHOT/maven-plugin-annotations-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-annotations/target/maven-plugin-annotations-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-annotations/3.5-SNAPSHOT/maven-plugin-annotations-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tools
Java 5 Annotations #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 16247 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugin-tools/maven-plugin-tools/3.5-SNAPSHOT/maven-plugin-tools-3.5-SNAPSHOT.pom
to
org.apache.maven.plugin-tools/maven-plugin-tools/3.5-SNAPSHOT/maven-plugin-tools-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/target/maven-plugin-tools-3.5-SNAPSHOT-site.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools/3.5-SNAPSHOT/maven-plugin-tools-3.5-SNAPSHOT-site.xml
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/maven/plugin-tools/maven-plugin-tools/3.5-SNAPSHOT/maven-plugin-tools-3.5-SNAPSHOT.pom
is not inside <https://builds.apache.org/job/maven-plugin-tools-m2/ws/;> will
archive in a separate pass
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tools
#180
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2338 bytes
Compression is 0.0%
Took 0.11 sec
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tools
#180
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 12127 bytes
Compression is 0.0%
Took 72 ms
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-model/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-model/3.5-SNAPSHOT/maven-plugin-tools-model-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-model/target/maven-plugin-tools-model-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-model/3.5-SNAPSHOT/maven-plugin-tools-model-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin
Metadata Model #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 30515 bytes
Compression is 0.0%
Took 0.12 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-annotations/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-annotations/3.5-SNAPSHOT/maven-plugin-tools-annotations-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-annotations/target/maven-plugin-tools-annotations-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-annotations/3.5-SNAPSHOT/maven-plugin-tools-annotations-3.5-SNAPSHOT.jar
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-annotations/target/maven-plugin-tools-annotations-3.5-SNAPSHOT-tests.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-annotations/3.5-SNAPSHOT/maven-plugin-tools-annotations-3.5-SNAPSHOT-tests.jar
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-annotations/target/maven-plugin-tools-annotations-3.5-SNAPSHOT-test-sources.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-annotations/3.5-SNAPSHOT/maven-plugin-tools-annotations-3.5-SNAPSHOT-test-sources.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tool
for Java with Annotations #180
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 67217 bytes
Compression is 0.0%
Took 0.17 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-ant/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-ant/3.5-SNAPSHOT/maven-plugin-tools-ant-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-ant/target/maven-plugin-tools-ant-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-ant/3.5-SNAPSHOT/maven-plugin-tools-ant-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tool
for Ant #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 16154 bytes
Compression is 0.0%
Took 75 ms
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-script/maven-script-ant/pom.xml>
to
org.apache.maven.plugin-tools/maven-script-ant/3.5-SNAPSHOT/maven-script-ant-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-script/maven-script-ant/target/maven-script-ant-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-script-ant/3.5-SNAPSHOT/maven-script-ant-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Ant Mojo
Support #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 21100 bytes
Compression is 0.0%
Took 0.17 sec
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-java/pom.xml>
to
org.apache.maven.plugin-tools/maven-plugin-tools-java/3.5-SNAPSHOT/maven-plugin-tools-java-3.5-SNAPSHOT.pom
[JENKINS] Archiving
<https://builds.apache.org/job/maven-plugin-tools-m2/ws/maven-plugin-tools-java/target/maven-plugin-tools-java-3.5-SNAPSHOT.jar>
to
org.apache.maven.plugin-tools/maven-plugin-tools-java/3.5-SNAPSHOT/maven-plugin-tools-java-3.5-SNAPSHOT.jar
Sending artifact delta relative to maven-plugin-tools-m2 » Maven Plugin Tool
for Java with Javadoc Tags #180
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 21817 bytes
Compression is 0.0%
Took 0.16 sec
channel stopped